Update invio to version v1.11.1 (#4511)
This commit is contained in:
parent
524b510c63
commit
15a5bb5dcd
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user