diff --git a/jotty/docker-compose.yml b/jotty/docker-compose.yml index 8982f703..acdbaa2d 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.12.2@sha256:68c5ed7da977e09c5b38a2689ef520e0d80e44ca205d1657ba5125a9d3085c17 + image: ghcr.io/fccview/jotty:1.14.0@sha256:71bc56d33db2eb0981ea9563e24a78d3c6069c0d6ac6411f9534eb3bc5e6e513 user: "1000:1000" restart: on-failure volumes: diff --git a/jotty/umbrel-app.yml b/jotty/umbrel-app.yml index 1318c0d4..2a1f5ace 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.12.2" +version: "1.14.0" 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. @@ -23,7 +23,42 @@ support: https://github.com/fccview/jotty/issues port: 8345 submitter: Kanishk Pachauri submission: https://github.com/getumbrel/umbrel-apps/pull/3961 -releaseNotes: "" +releaseNotes: >- + This release includes important security patches, new encryption features, and visual improvements. + + + Security updates: + - Patched Next.js vulnerability CVE-2025-55184 + + + New features: + - PGP encryption for notes with key generation and import in user settings + - Improved markdown editor with syntax highlighting and tab support + - Optional line numbers for markdown editor + - Preview button for rich editor to avoid accidental reformatting + - Minimal mode that disables rich text editor while keeping all syntax support + - Custom theming for markdown editor syntax + + + Improvements: + - Updated UI with new icon set and refined styling + - Improved light mode with softer colors + - More consistent rounded borders throughout the app + - Unified loading screens across all pages + - Cleaner interface with reduced redundant descriptions + + + Bug fixes: + - Fixed task status API not updating correctly + - Fixed markdown editing without rich editor no longer reformats content + - Fixed initial load saving raw HTML instead of markdown in markdown mode + - Fixed blockquote, mermaid, and file rendering in notes + - Fixed login page missing spinner on buttons + - Added scroll to active sidebar item + - Code comments no longer appear in table of contents + + + Full release notes are found at https://github.com/fccview/jotty/releases dependencies: [] gallery: - 1.jpg