Skip to content

Commit

Permalink
Update vikunja to 0.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Oct 3, 2024
1 parent 865469e commit fdcc258
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion vikunja/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
start_period: 30s

web:
image: vikunja/vikunja:0.24.2@sha256:c31c7d6cad49038ab8a7d1414845d4c45539b43dd6ddd082bcd148e6fcd7b01c
image: vikunja/vikunja:0.24.4@sha256:c93c58841215592c51a40fa978da25efadd1fff2460b42443c344132f322eef1
environment:
# VIKUNJA_SERVICE_PUBLICURL: <http://<the public ip or host where Vikunja is reachable>
VIKUNJA_DATABASE_HOST: vikunja_db_1
Expand Down
36 changes: 17 additions & 19 deletions vikunja/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: vikunja
category: files
name: Vikunja
version: "0.24.2"
version: "0.24.4"
tagline: The open-source, self-hostable to-do app
description: >-
Think of Vikunja like the notebook you have with all your things to keep track of. But with superpowers.
Expand All @@ -22,23 +22,21 @@ description: >-
You can view your tasks in the classic list view - or in a Gantt Chart, or Table view, or Kanban Board. Whatever you need!
releaseNotes: >-
Welcome to Vikunja v0.24! There are many new features and improvements in this release. Some highlights include:
- New Views Functionality: The new views system allows you to customize how you see your tasks in each project.
- Improved Filters: You can now create more complex and precise filters using a simple query language.
- Emoji Reactions: You can now react to tasks and comments with emojis, similar to many modern communication platforms.
- Automatically create teams from openid claims: Automatically place users into the correct teams based on their roles or attributes in your organization's identity system, saving time on manual user management.
- New UI languages: The Vikunja web UI is now available in Portuguese Brazilian, Croatian, and Ukrainian.
- and much more!
🚨 Breaking changes:
Due to the way the views were changed, we had to do a few breaking changes:
- Kanban buckets now belong to a project view instead of directly to a project.
- New endpoint to change a task's position in a view. The position now depends on the context (the view) of the task. As a result, the position and kanban_position task attributes are no longer available.
- New endpoint to move a task between buckets. Passing a bucket_id when updating the task will not have an effect anymore, you'll need to use the new dedicated endpoint for that.
- If you shared a project via a link share and specified a view with the link, you'll need to update the link to point to the view.
This update focuses on improving your day-to-day task management experience:
Task Management:
- Task comments are now paginated, resolving issues with large numbers of comments
- Improved task delete modal for mobile users
- Removed unnecessary close button when tasks are not opened via a modal
Other Improvements:
- Enhanced filter functionality for PostgreSQL databases
- Fixed file system path handling
- Improved checkbox rendering for older browsers
Full release notes are available at https://vikunja.io/changelog/whats-new-in-vikunja-0.24.0
developer: Vikunja
website: https://vikunja.io/
Expand All @@ -53,4 +51,4 @@ gallery:
path: ""
deterministicPassword: false
submitter: Pranshu Agrawal
submission: https://github.com/getumbrel/umbrel-apps/pull/
submission: https://github.com/getumbrel/umbrel-apps/pull/

0 comments on commit fdcc258

Please sign in to comment.