From fdcc25806e4f679c044171e6db63795659f10422 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Thu, 3 Oct 2024 10:27:15 +1000 Subject: [PATCH 1/3] Update vikunja to 0.24.4 --- vikunja/docker-compose.yml | 2 +- vikunja/umbrel-app.yml | 36 +++++++++++++++++------------------- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/vikunja/docker-compose.yml b/vikunja/docker-compose.yml index efeb1a6a9a..42c0830271 100644 --- a/vikunja/docker-compose.yml +++ b/vikunja/docker-compose.yml @@ -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: VIKUNJA_DATABASE_HOST: vikunja_db_1 diff --git a/vikunja/umbrel-app.yml b/vikunja/umbrel-app.yml index b99c3798d4..0848931a34 100644 --- a/vikunja/umbrel-app.yml +++ b/vikunja/umbrel-app.yml @@ -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. @@ -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/ @@ -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/ \ No newline at end of file From a73425b68d37726649364e4abafdb3bace9e6d84 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Thu, 3 Oct 2024 13:21:41 +1000 Subject: [PATCH 2/3] Tweak release notes --- vikunja/umbrel-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vikunja/umbrel-app.yml b/vikunja/umbrel-app.yml index 0848931a34..36f4f7f4b2 100644 --- a/vikunja/umbrel-app.yml +++ b/vikunja/umbrel-app.yml @@ -22,7 +22,7 @@ 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: >- - This update focuses on improving your day-to-day task management experience: + This update focuses on improving your day-to-day task management experience. Task Management: @@ -37,7 +37,7 @@ releaseNotes: >- - Improved checkbox rendering for older browsers - Full release notes are available at https://vikunja.io/changelog/whats-new-in-vikunja-0.24.0 + Full release notes are available at https://vikunja.io/changelog/ developer: Vikunja website: https://vikunja.io/ dependencies: [] From c08c7ce950be075d3b8004ca8ae37cef7b00f470 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Thu, 3 Oct 2024 13:22:32 +1000 Subject: [PATCH 3/3] Add missing PR number --- vikunja/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vikunja/umbrel-app.yml b/vikunja/umbrel-app.yml index 36f4f7f4b2..ffb95f8ed1 100644 --- a/vikunja/umbrel-app.yml +++ b/vikunja/umbrel-app.yml @@ -51,4 +51,4 @@ gallery: path: "" deterministicPassword: false submitter: Pranshu Agrawal -submission: https://github.com/getumbrel/umbrel-apps/pull/ \ No newline at end of file +submission: https://github.com/getumbrel/umbrel-apps/pull/694 \ No newline at end of file