Releases: ChrisRomp/hamclock-docker
v4.22
4.22
change: clicking wifi strength now shows a history plot
fix: don't offer Moon track in satellite menu
fix: make satellite track option persistent
fix: satellite name could overlay RSS
fix: remove unused watchdog funtion calls
fix hopefully: TZ updates could repeat continuously if net fails
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #76
- Bump docker/metadata-action from 5.7.0 to 5.8.0 by @dependabot[bot] in #77
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #81
- Bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #82
- Bump sigstore/cosign-installer from 3.8.2 to 4.0.0 by @dependabot[bot] in #83
- Multi-resolution Docker build CI with matrix strategy by @Copilot in #86
- Bump docker/metadata-action from 5.8.0 to 5.10.0 by @dependabot[bot] in #87
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #88
New Contributors
- @Copilot made their first contribution in #86
Full Changelog: v4.19...v4.22
v4.21
4.21
new: support up to two simultaneous satellites
new: add Live Spots menu item to choose whether to show paths
change: add next rise and set azimuth to Sat pane
change: tweak satellite path arrowheads
fix: TZ updates could repeat continuously if net fails even briefly
What's Changed
- Update docker-publish.yml by @ChrisRomp in #64
- Update docker-publish.yml by @ChrisRomp in #66
- Fix Non-x64 Emulated Builds by @ChrisRomp in #67
Full Changelog: v4.18...v4.21
v4.20
4.20
fix: NOAA SpaceWx day label color was not consistent
fix: add arrows to dashed satellite path
fix: Big Clock refresh could leave extra bits
fix: avoid versions of gpiod that are too old
What's Changed
- Update docker-publish.yml by @ChrisRomp in #64
- Update docker-publish.yml by @ChrisRomp in #66
- Fix Non-x64 Emulated Builds by @ChrisRomp in #67
Full Changelog: v4.18...v4.20
v4.19
4.19
change: add timeline labels beneath NOAA SpaceWx columns
fix: next sat pass was not updated after set
What's Changed
- Update docker-publish.yml by @ChrisRomp in #64
Full Changelog: v4.18...v4.19
4.19
change: add timeline labels beneath NOAA SpaceWx columns
fix: next sat pass was not updated after set
v4.18
4.18
new: support user file of sat TLEs in ~/.hamclock/user-esats.txt
new: add Setup option to configure desired max sat TLE age
new: add Setup option to set minimum spot label DE distance
new: ctrl-click data pane title, map style or NCDXF to force rotation
change: EME tool is now full size and remains up until dismissed
change: separate Demo and padlock icons
change: + in On-The-Air Org shows all selections without rotation
change: NOAA SpaceWx pane now spells out scale and category meanings
change: show expedition mode if spotted
change: add satellite TLE age above pass
fix: map info table lookup is now faster to handle larger data sets
fix: add Makefile args FB_DEPTH=16/32 and WIFI_NEVER=0/1
fix: posting diagnostics worked but menu was broken
What's Changed
- Update examples and remove deprecated version tag from YAML samples by @ChrisRomp in #60
Full Changelog: v4.17...v4.18
v4.17
4.17
new: add Setup and Stopwatch tooltips, use ctrl-click or middle button
new: add Disturbance Storm Time data pane
new: add set_ and get_gpio RESTful commands
change: add option to hide individual DXPeds
change: add DX Cluster status indication to DXPeds pane
change: require DX Cluster login to include SSID
change: add arrows to show satellite path direction
change: attempt to infer mode from DX Cluster frequency
fix: DXPeds map symbols could overwrite areas such as RSS
fix: DXPeds could inappropriately try to start DX Cluster
fix: sat pass left bit cruft when built as size 3200 x 1920
fix: UDP_sets_DX setting was not persistent
fix: DX Cluster CLR and New buttons overlapped
fix: ADIF 60m band edge was inconsistent with DX Spider
fix: remote update could fail on systems with small memory
What's Changed
- Bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by @dependabot in #57
- Bump docker/build-push-action from 6.15.0 to 6.16.0 by @dependabot in #58
Full Changelog: v4.16...v4.17
v4.16
4.16
new: add DXPeditions data pane
new: add automatic upgrade option
new: add get_dxpeds RESTful command
new: add RTTY VOACAP mode
change: current satellite az and el are now shown above pass
change: RESTful set_bmp can now display any image in the map area
change: add support for more UDP XML packet formats
change: UDP spots may be filtered to only those made by own call
fix: more download speed improvements
fix: DX Cluster rounding could move spot time into the future
fix: DX Cluster spot was updated only if it moved to a different band
fix: SpcWx rankings were not initialized if not using Auto
What's Changed
- Dependabot combined march 2025 by @ChrisRomp in #55
- Bump docker/setup-buildx-action from 3.8.0 to 3.10.0 by @dependabot in #51
- Bump docker/build-push-action from 6.13.0 to 6.15.0 by @dependabot in #52
- Bump docker/metadata-action from 5.6.1 to 5.7.0 by @dependabot in #53
- Bump sigstore/cosign-installer from 3.7.0 to 3.8.1 by @dependabot in #54
- Bump docker/login-action from 3.3.0 to 3.4.0 by @dependabot in #56
Full Changelog: v4.14...v4.16
v4.15
4.15
change: command radio before opening spot Bio page
fix: accommodate Alpine linux lacking linux-headers package
fix: accommodate the small Pi3 integer types used for disk info
fix: significantly reduce live web network load
fix: cursor roaming was still finding Live Spots after deselected
fix: broaden search for more Inovato wireless devices
fix: final solution for stalling DX Cluster pane
What's Changed
- Fix Dockerfile to include linux-headers package by @ChrisRomp in #50
Full Changelog: v4.13...v4.15
v4.14
4.14
new: add Clouds map style
change: add scrolling, Reset and Rename Configuration controls
change: Contests pane shows next on top regardless of Scroll dir
change: automatically remove old diag and cache files if disk nearly full
change: add percent disk full to messages below call sign
change: support linux wifi that reports signal strength as percentage
fix: Contests pane would not rotate or indicate active correctly
fix: web pages are now opened asynchronously
fix: possible fix for stalled DX Cluster pane
fix: better server load balancing
fix: pasting clipboard onto web page dropped space characters
What's Changed
- Bump docker/build-push-action from 6.9.0 to 6.13.0 by @dependabot in #47
- Bump docker/metadata-action from 5.5.1 to 5.6.1 by @dependabot in #44
- Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 by @dependabot in #45
- Split architecture builds for Docker build troubleshooting by @ChrisRomp in #48
- Fix Dockerfile to include linux-headers package by @ChrisRomp in #50
Full Changelog: v4.13...v4.14
v4.13
4.13
new: save and restore multiple configurations
new: add support for Log4OM UDP messages
new: add menu in right pane to select SpcWx parameters or Auto
new: add menu in right pane to select DE/DX Wx parameters
new: rotator now supports pointing towards long path
new: add Setup option to set DX on arrival of UDP logger message
change: require call signs to contain at least one digit
change: highlight Contests that are in progress and remove when past
change: update to 2025-2029 World Magnetic Model
change: update band mode boundaries
fix: properly orient Moon image if DE is in southern hemisphere
fix: DX Cluster pane was not properly erasing old spots
fix: call sign panel would flash when PTT activated
fix: much faster map and SDO downloads
fix: check for disk full
fix: add more pampering to dx spider interactions
What's Changed
- Bump docker/build-push-action from 6.9.0 to 6.13.0 by @dependabot in #47
- Bump docker/metadata-action from 5.5.1 to 5.6.1 by @dependabot in #44
- Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 by @dependabot in #45
Full Changelog: v4.10...v4.13