Skip to content

Tags: ulm0/argus

Tags

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
WiFi reconnect reliability + Bluetooth power/scan/pairing controls (#26)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Security/review fixes, AP reliability, WiFi saved-network management,…

… Tesla encrypted-clip UX (#25)

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ap): evict stale dnsmasq/hostapd before restarting AP (#20)

After a crash or unclean shutdown the previous dnsmasq instance keeps
holding the 192.168.4.1:53 socket, causing "Address already in use" on
the next startAPLocked call. Kill orphaned processes (same pattern used
by stopAPLocked) before touching the interface so the new dnsmasq can
bind successfully.

https://claude.ai/code/session_0168SwBt9HqT1qU9VirQD9Js

Co-authored-by: Claude <noreply@anthropic.com>

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(release): migrate pnpm build approvals to pnpm-workspace.yaml (#19)

pnpm 11 dropped support for the pnpm field in package.json.
Move sharp and unrs-resolver build approvals to allowBuilds in
pnpm-workspace.yaml per the pnpm 11 migration guide.

https://claude.ai/code/session_01EJxAoYdTJTqdidy1oZeJdz

Co-authored-by: Claude <noreply@anthropic.com>

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Claude/single video download (#14)

* revert: restore Inter font, remove Universal Sans setup

https://claude.ai/code/session_01YL6zD5ZwvrzNQLXm8EggEM

* fix: composed view default, HUD in composed mode, proper pedal icons

- DashcamPlayer opens in composed view by default.
- ArgusHUD is now rendered over the master (front) camera cell in
  composed mode; HUD toggle button is always visible regardless of mode.
- Pedal icons replaced with solid T-shaped silhouettes matching Tesla's
  official dashcam viewer: brake = wide plate + stem, throttle =
  narrower plate + stem.

https://claude.ai/code/session_01YL6zD5ZwvrzNQLXm8EggEM

* feat: GPS map overlay using SEI telemetry data

Adds an interactive map overlay to the dashcam player using Leaflet with
CartoDB dark tiles. Shows the driven route as a polyline and a heading-aware
position marker that follows the vehicle in real-time as the video plays.

- MapOverlay.tsx: client-side Leaflet map, dynamically imported (ssr:false)
  to avoid server-side window access errors
- Map toggle button (map pin icon) in the player controls bar
- mapEnabled persisted in localStorage alongside hudEnabled
- SEI telemetry is shared between HUD and map (loaded once, used by both)
- Overlay positioned bottom-right of video area in both single and composed modes
- GPS frames with lat/lng = 0,0 filtered out (protobuf default = no fix)

* feat: enable map overlay by default

* feat: resizable map/HUD, map theme setting, light tiles by default

* feat: realistic pedal icons (outline style, brake wide pad, gas angled arm)

* fix: add missing react-icons dependency

* feat: single video download button in player controls and per-camera cells

---------

Co-authored-by: Claude <noreply@anthropic.com>

v0.3.2

Toggle v0.3.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: note

v0.3.1

Toggle v0.3.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chor: update ns

v0.3.0

Toggle v0.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: daemon

v0.2.5

Toggle v0.2.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: watchdog

v0.2.4

Toggle v0.2.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: last changes