From 81795a0989d3ae5666b2a546e3eb723b15f07b00 Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Wed, 25 Mar 2026 12:19:10 +0100 Subject: [PATCH] Update jotty to 1.21.1 (#5163) --- jotty/docker-compose.yml | 2 +- jotty/umbrel-app.yml | 30 +++--------------------------- 2 files changed, 4 insertions(+), 28 deletions(-) diff --git a/jotty/docker-compose.yml b/jotty/docker-compose.yml index 617d4e84..0e8b042b 100644 --- a/jotty/docker-compose.yml +++ b/jotty/docker-compose.yml @@ -6,7 +6,7 @@ services: APP_PORT: "3000" web: - image: ghcr.io/fccview/jotty:1.21.0@sha256:e9194cc8a43d57bf49b2ed84b633653504a4d6dbebeba39cb88eee4da0272871 + image: ghcr.io/fccview/jotty:1.21.1@sha256:275c844be9aae5736ad4d120f554278be41a48e125af3782d3713a72aff9e264 user: "1000:1000" restart: on-failure volumes: diff --git a/jotty/umbrel-app.yml b/jotty/umbrel-app.yml index 3f9b4f2a..e0a2f534 100644 --- a/jotty/umbrel-app.yml +++ b/jotty/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: jotty category: files name: Jotty -version: "1.21.0" +version: "1.21.1" tagline: A simple app, for your checklists and notes description: >- Tired of bloated, cloud-based to-do apps? Jotty is a lightweight alternative for managing your personal checklists and notes. @@ -27,33 +27,9 @@ releaseNotes: >- ⚠️ Make sure to back up your data before upgrading to this release. - New features: - - Tags for checklists - notes and checklists now share the same tags, with a new sidebar section to filter by tag - - Search results now include snippets of matching text and more details - - Themed code blocks that reflect your chosen user theme - - Turkish and Russian language translations added - - Trigger numeric keypad for 2FA code entry on mobile - - - Improvements: - - Major performance improvements - bulk grep operations and heavy metadata caching mean Jotty stays fast with 5,000+ notes - - Nested checklist items no longer count as ghost progress towards parent completion - - Minimum username length reduced to 2 characters, and SSO users can now update their password - - Bug fixes: - - Fixed drag and drop inconsistencies on checklists - - Fixed cascading issues on checklists - - Fixed unchecking a single sub-item in a Kanban card not unchecking the parent - - Fixed Kanban public URL not working - - Fixed checklist reordering from top to bottom - - Fixed confirm password field not clearing after a password change - - Increased max body size to 100mb - - - Security updates: - - Fixed Regular Expression Denial of Service vulnerabilities in markdown-it, ajv, and minimatch - - Fixed arbitrary file write vulnerability via path traversal in rollup + - Fixed websocket looping connection when unauthenticated + - Fixed assets being blocked when unauthenticated causing redirect loops Full release notes are found at https://github.com/fccview/jotty/releases