- Feature: Added button to replenish token usage count back to the max value
- Fixed: Using the new "action" lingo instead of "service calls" and added compatibility for it. This change is implemented to be non-breaking!
- Implemented some invisible best practices for web
- Renamed "marco" to "service call" for simplification (breaking change!)
- Added multiarch support: armv7 and aarch64 (arm64) are now supported!
- Added some smaller internal frontend improvements
- Feature: Comment is now shown on the submission notification if available
- Feature: Tokens can now be used multiple times
- This release is breaking as the database format changed!
- UI: Removed Token Modal - displaying all information and delete action in main view
- Easier Token copying, as clipboard API cannot be used in Webview (Home Assistant Companion)
- Bugfix: Macro state when creating a token was sometimes not in sync with actual selection
- Bumped Go from 1.18 to 1.20
- New Feature: Implemented notifications on when a token is submitted
- Added tzdata to image for correct timezone info
- Fixed wrong check of development flags, preventing the API server to enter production mode
- Added absolute paths to README.md
- Initial version