Releases: Leeft/omada-to-gotify
Releases · Leeft/omada-to-gotify
Go version update and GH action tweaking
Minor maintenance update
Minor maintenance update
- Add detection and thus priority handling for "radar detected" messages
- Add restart: always to docker compose example in readme
- Try to improve diagnostic logging on server exit
Major unit tests update
Very little in the way of user-facing changes for this release (test messages will no longer get a timestamp added, and that's about it) but the code has been refactored quite a bit and now almost all code is covered by automated tests.
Offline and online notification detection
Note: very few end-user facing changes except for the offline/online message handling and readme updates.
- Offline and online notifications should now receive a high priority; offline should show red and online will show orange.
- Message parsing code refactored for easier future changes and writing more or better tests along those now added.
- Overall more and better tests. Still lacking in the overall test coverage though, hard to test networking code.
- Some build action tweaking.
- Tests now always use UTC so they will no longer fail just because an environment in a different time zone.
- Readme updates for clarity and accuracy.
Miscellaneous improvements, and now tagging the right commit
Full Changelog: v0.4.3...v0.4.5
- Console logging improvements such as reporting its own build number
- Add version reporting
- Code split up in packages
- Improve Omada message parsing
- Access token check now against the message header
- Documentation updates and path removed from webhook URL
Refactored code out into modules, improve docs and basic functionality
Docker build attempt no 543453
v0.4.3 Try fetching docker build from GH as it seems to be gone from the bui…
Docker build attempt no 234556
v0.4.2 Update go.yml workflow