dependabot[bot]
047fed4844
Bump aiohttp from 3.14.0 to 3.14.1 in the uv group across 1 directory
...
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.14.1
dependency-type: indirect
dependency-group: uv
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-17 14:49:55 +00:00
Jack Kingsman
6efc5f097f
Merge pull request #289 from ervwalter/fix/configurable-vapid-subject
...
Make VAPID subject configurable via MESHCORE_VAPID_SUBJECT (fixes iOS/Safari push)
2026-06-16 12:54:13 -07:00
Erv Walter
1243d01e11
Make VAPID subject configurable via MESHCORE_VAPID_SUBJECT
...
iOS/Safari (Apple APNs) rejects the hard-coded mailto:noreply@meshcore.local VAPID subject with 403 BadJwtToken because .local is a reserved TLD; FCM accepts it, so only Apple devices were affected. Add MESHCORE_VAPID_SUBJECT (default unchanged) resolved via a new get_vapid_claims() in app/push/vapid.py, used by both dispatch and the test-notification endpoint.
Closes #288
2026-06-16 13:30:38 -05:00
jkingsman
7198d92c74
Use the correct last-heard time for repeater recency sorting
2026-06-15 22:13:38 -07:00
Jack Kingsman
35c2371088
Updating changelog + build for 3.15.0
3.15.0
2026-06-11 22:27:51 -07:00
Jack Kingsman
9391116d53
Compact the trace panes. Closes #285 .
2026-06-11 22:13:41 -07:00
Jack Kingsman
01c4dd1df7
Add recently traced contacts as a sort category in the trace pane. Closes #286 .
2026-06-11 21:55:51 -07:00
Jack Kingsman
e1e0b48437
Add 'Reverse Link' button to trace pane. Closes #287 .
2026-06-11 21:22:07 -07:00
Jack Kingsman
fb848d2e8d
Add outbound message opt-in for apprise
2026-06-11 20:42:29 -07:00
jkingsman
907a0e4d14
Make repeater packet history legend clearer
2026-06-05 21:51:39 -07:00
jkingsman
556847ea2b
Improve QoL around repeater history (brush scrubbing, better extents, per-datapoint delta on packet count
2026-06-05 21:43:52 -07:00
jkingsman
6e763a965f
Add pubkey suffix to the repeater neighbors. Closes #281 .
2026-06-05 21:21:33 -07:00
Jack Kingsman
57bb52820c
Merge pull request #284 from jkingsman/dependabot/uv/uv-f07ca4ca9c
...
Bump starlette from 0.50.0 to 1.0.1 in the uv group across 1 directory
2026-06-05 20:55:48 -07:00
Jack Kingsman
6a0e02fdec
Merge pull request #280 from Bjorkan/TimezoneFix
...
Emit UTC Z-suffixed timestamps for Community MQTT observer payloads
2026-06-05 20:54:25 -07:00
dependabot[bot]
5b0dfcd2d2
Bump starlette from 0.50.0 to 1.0.1 in the uv group across 1 directory
...
Bumps the uv group with 1 update in the / directory: [starlette](https://github.com/Kludex/starlette ).
Updates `starlette` from 0.50.0 to 1.0.1
- [Release notes](https://github.com/Kludex/starlette/releases )
- [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md )
- [Commits](https://github.com/Kludex/starlette/compare/0.50.0...1.0.1 )
---
updated-dependencies:
- dependency-name: starlette
dependency-version: 1.0.1
dependency-type: indirect
dependency-group: uv
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-06 03:54:03 +00:00
Jack Kingsman
a3f861787b
Merge pull request #277 from jkingsman/dependabot/uv/uv-1c0655a644
...
Bump aiohttp from 3.13.5 to 3.14.0 in the uv group across 1 directory
2026-06-05 20:48:52 -07:00
Bjorkan
603adccb9f
Emit UTC Z-suffixed timestamps for Community MQTT observer payloads
2026-06-05 10:38:17 +02:00
jkingsman
52243cbc94
Extract ACK codes for standalone ACKs (i.e. normal/non-flood). Might resolve #278 ?
2026-06-04 21:34:02 -07:00
dependabot[bot]
612482e26e
Bump aiohttp from 3.13.5 to 3.14.0 in the uv group across 1 directory
...
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.14.0
dependency-type: indirect
dependency-group: uv
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-04 00:05:12 +00:00
Jack Kingsman
be2b7fdacc
Actually fix the test issues
2026-06-01 20:27:01 -07:00
Jack Kingsman
42ed3f0289
Updating changelog + build for 3.14.1
3.14.1
2026-06-01 19:30:21 -07:00
Jack Kingsman
257f09c2b4
Be more gentle during test runs
2026-06-01 19:21:02 -07:00
Jack Kingsman
bea51b894d
Add packet_hash to bot kwargs. Closes #268 .
2026-06-01 18:50:35 -07:00
Jack Kingsman
50af30f3bb
Make the trace pane overflow neater. Closes #270 .
2026-06-01 18:22:41 -07:00
Jack Kingsman
4e195f0dd1
Don't trim trailing space from repeater console input. Closes #276 .
2026-06-01 18:11:18 -07:00
Jack Kingsman
c721e7461a
Don't display blocked contacts on the map. Closes #269 .
2026-06-01 18:10:45 -07:00
jkingsman
f4dd6b44a1
Fix flaky tests
2026-05-19 17:45:33 -07:00
Jack Kingsman
e28981679f
Merge pull request #267 from jkingsman/dependabot/uv/uv-d665ee01e3
...
Bump idna from 3.11 to 3.15 in the uv group across 1 directory
2026-05-19 16:32:33 -07:00
dependabot[bot]
0b0351b202
Bump idna from 3.11 to 3.15 in the uv group across 1 directory
...
Bumps the uv group with 1 update in the / directory: [idna](https://github.com/kjd/idna ).
Updates `idna` from 3.11 to 3.15
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md )
- [Commits](https://github.com/kjd/idna/compare/v3.11...v3.15 )
---
updated-dependencies:
- dependency-name: idna
dependency-version: '3.15'
dependency-type: indirect
dependency-group: uv
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-19 22:59:21 +00:00
Jack Kingsman
2462e40379
(feat) chain app nav to browser history state. Closes #250 .
...
Hook browser back/forward to nav state
2026-05-15 22:49:20 -07:00
Jack Kingsman
89d7725a17
(bug) fix contact telemetry chart visual issues. Closes #261 .
2026-05-14 21:03:06 -07:00
Jack Kingsman
d5b27a2405
(bug) invalidate repeater panel map tiling on resize. Closes #262 .
2026-05-14 20:57:09 -07:00
Jack Kingsman
e23613d18a
fix: units in lpp sensors to HA. Extends PR #260 .
2026-05-14 09:01:10 -07:00
Jack Kingsman
2a6453bc5a
Merge pull request #260 from mitte2/mitte2-patch-1
...
current sensor unit
2026-05-14 08:58:28 -07:00
Jack Kingsman
f3e9953b48
Fix linting
2026-05-14 08:58:18 -07:00
mitte2
48fd2412e8
current sensor unit
...
fix wrong unit in lpp sensors, add convertion between A and mA
2026-05-14 17:47:52 +02:00
Jack Kingsman
9b67512225
Merge pull request #239 from Bjorkan/API-test
...
Add Swagger UI API page to /docs
2026-05-14 08:44:17 -07:00
Bjorkan
40591610ea
Removed button from Integration page
2026-05-14 10:28:02 +02:00
Jack Kingsman
6cfd5eff63
Updating changelog + build for 3.14.0
3.14.0
2026-05-13 18:16:32 -07:00
Jack Kingsman
9addb2b403
Merge pull request #229 from jkingsman/tracked-contact-telemetry
...
Tracked contact telemetry
2026-05-13 17:52:32 -07:00
Jack Kingsman
2778e8bd4f
Don't use ghost shape of telemetry, and fix ceiling behavior
2026-05-13 17:47:24 -07:00
Jack Kingsman
896267ff7e
Fix migration bump
2026-05-13 17:30:07 -07:00
Jack Kingsman
a4fd1d3b37
Propagate to HA
2026-05-13 17:30:07 -07:00
Jack Kingsman
2eb8ac15a8
Reject repeaters from contact telemetry opt-in
2026-05-13 17:30:06 -07:00
Jack Kingsman
84aa352be3
Split up setting to be a bit neater
2026-05-13 17:30:06 -07:00
Jack Kingsman
7f1bb92e92
Add telemetry config to radio settings
2026-05-13 17:30:05 -07:00
Jack Kingsman
0bd0c062f2
Initial tracke telemetry for contacts
2026-05-13 17:30:05 -07:00
Jack Kingsman
83da01fe45
Test fixtures matching contact shape
2026-05-13 17:20:58 -07:00
Jack Kingsman
dc02015c43
Drop back to empty state on deleted contact or bad hash in history
2026-05-13 17:16:04 -07:00
Jack Kingsman
ecdcbd85d4
Don't push history when we've gotten here via popstate
2026-05-13 17:05:59 -07:00