Skip to content

Releases: go-vikunja/app

Task view page & Notifications for Android 14

16 Feb 18:18
Compare
Choose a tag to compare

Bugfixes:

  • Notifications for Android 14 now work, fixing #56
  • Due duration is now visible in the light theme.

Features:

  • A new task view page is available by clicking on the task.
    • It's now only marked done when the checkbox is clicked.
  • The app now supports home page filters loaded from the API.
    • to activate this, you must log out and back in.

Automatic token refresh

11 Feb 22:49
Compare
Choose a tag to compare
Pre-release

Bugfixes:

  • automatic token refresh every 12 hours to avoid having to sign in every time the jwt token length expires.
  • removed description in anticipation of new task overview feature

Attachment download, many bugfixes

06 Jan 00:11
Compare
Choose a tag to compare
Pre-release

Added

  • Attachment downloads
  • html renderer to task list for description

Fixed

  • kanban buckets not loading
  • exception if default project id does not exist
  • web view login (is now more stable)
  • default project id not actually being used on landing page

Release for API version v0.22.0

23 Dec 23:04
Compare
Choose a tag to compare
Pre-release

Pushes app to support v0.22.0 of the backend.
Pushed min SDK version to 21 (Android 5.0)

Bugfixes:

  • Default project is now read from the server #44
  • Tasks are now read in the right order from the home screen #43 #38
  • Typeahead error introduced here #40

Features

  • Added visual indicator for priority #37

Project Design, improved design, changeable homepage

23 Jul 22:11
2262ece
Compare
Choose a tag to compare

Don't upgrade if your Vikunja instance is still on v0.20.0, this only supports v0.21.0 and up.

Features

  • Migration from Namespaces and Lists to Projects
  • Supports Subprojects
  • Adds Material You design - App design changes according to device theme
  • Moves from Material 2 to Material 3 design, making the whole app more modern
  • Adds option to select if you only want to see tasks with due date

Missing

  • Can't create projects yet

Redesign and many new features

24 May 22:11
Compare
Choose a tag to compare
Pre-release
  • Redesign of home page
  • Task deletion
  • Theme selection
  • Snackbar & Popup on error with details
  • Changed user agent

Addition of recent server list, various bugfixes

12 May 15:34
Compare
Choose a tag to compare
  • Fix of 2FA for newer Vikunja API versions
  • Fix for tasks where listId is null
  • Fixed deletion of all settings on logout
  • Added recent server list
  • Added notification permission request

Added background sync support

08 Jan 13:04
Compare
Choose a tag to compare
Pre-release

This release adds background sync with the ability to set a custom interval in the settings.

BUGFIX new logo, proper login error and new target api

07 Jan 14:38
Compare
Choose a tag to compare
  • use new logo as launcher logo
  • on login error, the app now gives only one error
  • updated notification logo to be centered

Added error handling with proper notifications, added update notifications, fixed some bugs

07 Jan 03:09
Compare
Choose a tag to compare
  • Every time a request fails the user will now get a proper error message
  • App checks for updates on startup and notifies the user. this can be turned off in the settings
  • setting 'repeat after' should now work