Update enclosed to version v1.15.0 (#2395)

This commit is contained in:
Alexander L. 2025-03-26 18:49:40 +01:00 committed by GitHub
parent 0028062a18
commit 2dada78b31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 9 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8787
web:
image: corentinth/enclosed:1.14.0-rootless@sha256:ce42b731dbd5c84a5aac942ce1b44a3e0184b966be31998cce9f00c269505813
image: corentinth/enclosed:1.15.0-rootless@sha256:66e4b454b0b4cedf56e8b0e5eca1fd6bea91cd5948e8540f3255e2d3fd5e0dfb
user: 1000:1000
restart: on-failure
stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: enclosed
category: files
name: Enclosed
version: "1.14.0"
version: "1.15.0"
tagline: Send private and secure notes
description: >-
Enclosed is a minimalistic web application designed for sending private and secure notes. Whether you need to share sensitive information or just want a simple way to send encrypted messages, Enclosed provides a user-friendly interface with strong security features to ensure your data remains confidential.
@ -20,16 +20,14 @@ description: >-
You can set up https using the Cloudflare Tunnel app available in the app store.
Detailed instructions for configuring the tunnel can be found here: https://github.com/Radiokot/umbrel-cloudflared/wiki/How-to-set-up-Cloudflare-Tunnel-on-your-Umbrel
releaseNotes: >-
Here are the key changes in Enclosed's recent releases (v1.6.9- v1.14.0).
This update contains various improvements and bug fixes.
Notable Changes:
- Added native HTTPS configuration support
- Added new languages (Polish, Turkish, Traditional Chinese)
- Added file upload support via CLI
⚠️ Breaking Change:
- CLI create note command now requires --stdin or -s flag to use stdin as note content
- Added a configuration to add prefix to the view note URL
- Improved UI by conditionally displaying the "New Note" button based on authentication status
- Updated Simplified Chinese translations
- Prevented note password auto-completion from auth password
Full release notes are found at https://github.com/CorentinTh/enclosed/releases