diff --git a/enclosed/docker-compose.yml b/enclosed/docker-compose.yml index 6bd30eac11..4f828f60f4 100644 --- a/enclosed/docker-compose.yml +++ b/enclosed/docker-compose.yml @@ -7,9 +7,9 @@ services: APP_PORT: 8787 web: - image: corentinth/enclosed:1.6.9-rootless@sha256:a07a4e5385afa214eb74f81ef01679df2ec661c39f273a2f3621e020d54fbd04 + image: corentinth/enclosed:1.14.0-rootless@sha256:ce42b731dbd5c84a5aac942ce1b44a3e0184b966be31998cce9f00c269505813 user: 1000:1000 restart: on-failure stop_grace_period: 1m volumes: - - ${APP_DATA_DIR}/data:/app/.data \ No newline at end of file + - ${APP_DATA_DIR}/data:/app/.data diff --git a/enclosed/umbrel-app.yml b/enclosed/umbrel-app.yml index 3bdd6c0c44..60ecdf0f6d 100644 --- a/enclosed/umbrel-app.yml +++ b/enclosed/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: enclosed category: files name: Enclosed -version: "1.6.9" +version: "1.14.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. @@ -19,7 +19,20 @@ 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: "" +releaseNotes: >- + Here are the key changes in Enclosed's recent releases (v1.6.9- v1.14.0). + + + 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 + + + Full release notes are found at https://github.com/CorentinTh/enclosed/releases developer: Corentin Thomasset website: https://enclosed.cc/ dependencies: [] @@ -32,4 +45,4 @@ gallery: - 3.jpg path: "" submitter: Zoobdude -submission: https://github.com/getumbrel/umbrel-apps/pull/1563 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel-apps/pull/1563