Skip to content

Releases: go-vikunja/app

BUGFIX API_URL is sometimes absolute and sometimes relative

07 May 20:16
Compare
Choose a tag to compare
v0.0.15-alpha

fixed problem where API_URL is relative, not absolute

Openid implementation and BUGFIX webview not closable

07 May 17:52
Compare
Choose a tag to compare
  • 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

07 May 15:55
Compare
Choose a tag to compare
Pre-release
  • 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

28 Apr 16:49
Compare
Choose a tag to compare
Notifications fixed Pre-release
Pre-release

Not sure what caused the bug, but getAll() does not return the same thing as getAllByOptions().

Login through WebView and add tasks with QuickTile

28 Apr 15:01
Compare
Choose a tag to compare
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

25 Apr 22:32
Compare
Choose a tag to compare
  • 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

22 Apr 19:40
Compare
Choose a tag to compare

Fixed bug when adding new reminders
Fixed double notifications by creating actual channels with notification ids

Updated landing page and improved date picker

21 Apr 20:07
34a557c
Compare
Choose a tag to compare

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

20 Apr 21:42
Compare
Choose a tag to compare

Features of both apps are now combined.
This is not a stable release and needs to be extensively tested first, beware!