Update jotty to 1.21.1 (#5163)

This commit is contained in:
Alexander L. 2026-03-25 12:19:10 +01:00 committed by GitHub
parent f6c0357fb8
commit 81795a0989
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 28 deletions

View File

@ -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:

View File

@ -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