From 15a5bb5dcd5ab19186db4b1406f200d00a1f523e Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Tue, 20 Jan 2026 19:31:58 +0100 Subject: [PATCH] Update invio to version v1.11.1 (#4511) --- invio/docker-compose.yml | 4 ++-- invio/umbrel-app.yml | 12 ++---------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/invio/docker-compose.yml b/invio/docker-compose.yml index db921063..1b3dc781 100644 --- a/invio/docker-compose.yml +++ b/invio/docker-compose.yml @@ -7,7 +7,7 @@ services: PROXY_AUTH_ADD: "false" backend: - image: ghcr.io/kittendevv/invio-backend:v1.11.0@sha256:12f87dee6349dd10cab65ddc1451bf0b58146d4ae9978af9ad7d2bc5d93ebe7d + image: ghcr.io/kittendevv/invio-backend:v1.11.1@sha256:639dfe7926ea4ae48a058a2a01d62c1ad1c9b173a4eaee9931e09ba910f719cc environment: ADMIN_USER: "admin" ADMIN_PASS: ${APP_PASSWORD} @@ -21,7 +21,7 @@ services: restart: on-failure frontend: - image: ghcr.io/kittendevv/invio-frontend:v1.11.0@sha256:56179bdff0fe9cde461ced102b3410a599a825138819525458e374b0ee138b85 + image: ghcr.io/kittendevv/invio-frontend:v1.11.1@sha256:8692569f9742add5fa33f0d7a7c993d637c2ae0242d1e9878ea434d9e9187b46 environment: PORT: 8000 BACKEND_URL: http://invio_backend_1:3000 diff --git a/invio/umbrel-app.yml b/invio/umbrel-app.yml index 898d830a..1c9ee155 100644 --- a/invio/umbrel-app.yml +++ b/invio/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: invio category: finance name: Invio -version: "1.11.0" +version: "1.11.1" tagline: Invio is a self-hosted invoicing app without the bloat description: >- Invio is a self-hosted invoicing without the bloat. A fast, minimalist, and @@ -14,15 +14,7 @@ description: >- secure, password-free links with clients. Lightweight by design, no CRM overhead and no SaaS lock-in. releaseNotes: >- - This release adds product management, login rate limiting, and expanded translations. - - - Key highlights include: - - Product management with CRUD operations and categories - - Product selection in invoice editor with auto-fill functionality - - Search and filter products by status and category - - Login rate limiting for improved security - - Updated translations covering almost the entire app (en, de, nl, pt-br) + This release includes various bug fixes. Full release notes can be found at https://github.com/kittendevv/Invio/releases