Releases: go-vikunja/app
Releases · go-vikunja/app
BUGFIX API_URL is sometimes absolute and sometimes relative
v0.0.15-alpha fixed problem where API_URL is relative, not absolute
Openid implementation and BUGFIX webview not closable
- This release fixes a bug where the webview is not closable.
- It also adds a fake user agent to enable openid auth with google (and potentially others).
Implemented WebView and TOTP login
- Webview does not need to be reopened when trying to log in now
- Added option to natively use totp
- Fixed error where the app doesn't remember the user
Notifications fixed
Not sure what caused the bug, but getAll() does not return the same thing as getAllByOptions().
Login through WebView and add tasks with QuickTile
v0.0.11-alpha implemented login by webview of frontend
Added: 'Unsaved changes' when editing a task, and option to get a long_token from the server
Added: 'Unsaved changes' when editing a task, and option to get a long_token from the server
Pre-release
Pre-release
- now a popup appears whenever there were changes made to a task that has not been saved
- app logs out after 3 days because a normal jwt token is only valid for so long. this adds the option to request a long_token which should be valid for 30 days (3 & 30 days are from the default config)
- when you are logged out due to the token expiring, the app tells you now and remembers the server URL.
- when editing the default list in the settings, the front page now gets refreshed
BUGFIX: Adding new reminder to task with no reminders causes infinite scroll bug
Pre-release
Fixed bug when adding new reminders
Fixed double notifications by creating actual channels with notification ids
Updated landing page and improved date picker
landing page does not contain useless text anymore and can be refreshed by pulling down
date and time picker now lets you pick a time and doesn't crash if you close it before applying.
Full Changelog: v0.0.7-alpha...v0.0.8-alpha
Merged Benimautner/vikunja_app into go-vikunja/app
Features of both apps are now combined.
This is not a stable release and needs to be extensively tested first, beware!