Skip to content

Releases: go-vikunja/app

0.1.8-beta

01 Oct 18:53
Compare
Choose a tag to compare
0.1.8-beta Pre-release
Pre-release

Bugfixes & Improvements:

  • Support new filtering in the backend
  • Kanban design improvements
  • Fix Project Page being unusable

Features:

  • Sentry bug reporting added
  • Project Page remembers which projects are expanded

If you are facing issues where the app does not start, please perform a complete reinstall.

Bugfixes

13 Sep 19:41
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release

A release full of bugfixes:

  • UTF8 characters are now shown correctly again
  • tasks can now be added to a project even if there is no bucket, only the backlog
  • notifications for due dates and reminders should be working again

0.1.6-beta

21 Jul 22:17
Compare
Choose a tag to compare
0.1.6-beta Pre-release
Pre-release

This only supports Vikunja backend v0.24.0 and upwards

You will have to uninstall any old Vikunja version due to new signing key.

What's Changed

  • App is now signed in preparation for Google Play releases - will come in future updates
  • Fixed bucket endpoints to comply with changes in v0.24.0
  • Support User CAs by @denysvitali in #72
  • Add web support by @denysvitali in #70
  • Update View update branch by @Benimautner in #76
  • feat: build app in CI by @kolaente in #79

Known Issues

  • Moving tasks between buckets is currently not possible

Full Changelog: 0.1.5-beta...0.1.6-beta

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