Releases: go-vikunja/app
Releases · go-vikunja/app
0.1.8-beta
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
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
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
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
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
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
Project Design, improved design, changeable homepage
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
- Redesign of home page
- Task deletion
- Theme selection
- Snackbar & Popup on error with details
- Changed user agent
Addition of recent server list, various bugfixes
- 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