Releases: TimUx/alarm-monitor
Releases · TimUx/alarm-monitor
v1.0.1
Initial Release
What's Changed
- Handle background fetcher startup on Flask 3 by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/1
- Harden background fetcher hook detection by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/2
- Handle missing Flask lifecycle hooks gracefully by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/3
- Start mail fetcher immediately in app factory by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/4
- Allow dashboard to run without IMAP configuration by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/5
- Handle mail fetcher lifecycle without before_first_request by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/6
- Start mail fetcher immediately for Flask 3 by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/7
- Prevent mail fetcher from stopping during request teardown by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/8
- Ensure mail fetcher cleanup only runs on shutdown by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/9
- Codex/start application and fix errors 42t2re by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/10
- Start fetcher immediately when before_serving hook absent by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/11
- Fix NameError when starting background mail fetcher by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/12
- Refresh dashboard styling to match Feuerwehr mockup by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/13
- Replace crest SVG with original fire brigade coat of arms by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/14
- Handle Flask 3 hook removal by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/15
- Handle missing Leaflet dependency gracefully by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/16
- Inline crest emblem and drop binary asset by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/17
- Use static crest asset and load dotenv configuration by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/19
- Increase idle view font sizes by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/20
- Remove redundant history buttons by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/21
- Enhance weather presentation with icons and precipitation by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/22
- Limit precipitation weather details by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/23
- Remove idle weather location label and shorten wind direction by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/24
- Fix IMAP authentication for non-ASCII passwords by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/25
- Handle IMAP login encoding fallbacks by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/26
- Rework alarm dashboard layout with integrated map by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/27
- Tighten alarm info column layout and enlarge card headings by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/28
- Balance alarm info column with dedicated map view by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/29
- Slim alarm header and ensure map renders with coordinates by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/30
- Improve alarm dashboard layout and map handling by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/31
- Restore location details and align map card styling by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/32
- Fix dashboard location details and map initialization by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/33
- Always show dashboard map panel with placeholder by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/34
- Broaden alarm details column and shrink headings by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/35
- Refine alarm details layout and clarify map requirements by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/36
- Adjust alarm detail layout and ensure Leaflet loads by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/37
- Embed OpenStreetMap iframe and balance alarm layout by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/38
- Refine header sizing and ensure map iframe loads by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/39
- Fix OpenStreetMap embed loading by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/40
- Fix OpenStreetMap embed query encoding by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/41
- Replace OpenStreetMap iframe with Leaflet integration by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/42
- Add OpenStreetMap iframe fallback when Leaflet is unavailable by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/43
- Rebuild Leaflet map integration using Leaflet CDN defaults by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/44
- Enlarge Leaflet map and hide navigation during alarms by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/45
- Enlarge detail card typography by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/46
- Add dark idle dashboard theme and unify last alarm text size by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/47
- Remove unused bottom navigation buttons by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/48
- Persist history entries and adjust history view by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/49
- Persist history by default via instance path by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/50
- Persist alarm history in compose and document storage by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/51
- Allow configuring fire department name and refine mobile layout by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/52
- Document fire department name setting by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/53
- Reduce mobile typography scale by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/54
- Tighten mobile typography scale by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/55
- Further reduce mobile idle typography by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/56
- Abbreviate precipitation probability label by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/57
- Rebalance mobile typography on the dashboard by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/58
- Tighten responsive dashboard header sizing by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/59
- Keep the mobile crest anchored and enlarge detail card typography by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/60
- Refine mobile crest alignment and mobile typography by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/61
- Center mobile header title and enlarge card fonts by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/62
- Center desktop header title and enlarge mobile weather fonts by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/63
- Enlarge mobile dashboard weather and last-alarm fonts by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/64
- Amplify mobile weather and last alarm typography by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/65
- Align history page UI with dashboard design by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/66
- Align history header mobile layout with dashboard by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/67
- Add navigation page with routing for active alarms by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/68
- Use configured default coordinates as navigation origin by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/69
- Ensure navigation map renders correctly by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/70
- Add live OpenRouteService navigation by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/71
- Fix OpenRouteService navigation geometry handling by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/72
- Handle OpenRouteService geometry variations by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/73
- Fix navigation map rendering and geolocation guidance by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/74
- Launch native navigation apps from dashboard by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/75
- Ensure bottom navigation remains visible on small viewports by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/76
- Auto-scale alarm headline to stay on one line by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/77
- Ensure alarm headline resizing preserves timestamp layout by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/78
- Preserve active alarm view when returning to the dashboard by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/79
- Pin history navigation to the viewport bottom by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/80
- Update README with deployment and configuration details by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/81
- Reorganize installation section and separate storage docs by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/82
- Document dashboard design customization options by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/83
- Reorder development section in README by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/84
- Update dashboard footer credit and adjust defaults by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/85
- Add configurable footer version link and release metadata by @TimUx in https://github.com/TimUx/alarm-dashboard/pull/86
New Contributors
- @TimUx made their first contribution in https://github.com/TimUx/alarm-dashboard/pull/1
Full Changelog: https://github.com/TimUx/alarm-dashboard/commits/v1.0.0