Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions invio/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:

app_proxy:
Expand All @@ -7,7 +7,7 @@
PROXY_AUTH_ADD: "false"

backend:
image: ghcr.io/kittendevv/invio-backend:v1.11.1@sha256:639dfe7926ea4ae48a058a2a01d62c1ad1c9b173a4eaee9931e09ba910f719cc
image: ghcr.io/kittendevv/invio-backend:v1.14.0@sha256:a492ef3f538b58cbb83da9019822ab3143a8a081cf78d12aa4de0b76174c34c9
environment:
ADMIN_USER: "admin"
ADMIN_PASS: ${APP_PASSWORD}
Expand All @@ -21,7 +21,7 @@
restart: on-failure

frontend:
image: ghcr.io/kittendevv/invio-frontend:v1.11.1@sha256:8692569f9742add5fa33f0d7a7c993d637c2ae0242d1e9878ea434d9e9187b46
image: ghcr.io/kittendevv/invio-frontend:v1.14.0@sha256:03fa40a6763f20ebd39edd522ef9d88f013dad1d79144afdd73b8e13dcafbebb
environment:
PORT: 8000
BACKEND_URL: http://invio_backend_1:3000
Expand Down
10 changes: 8 additions & 2 deletions invio/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: invio
category: finance
name: Invio
version: "1.11.1"
version: "1.14.0"
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
Expand All @@ -14,7 +14,13 @@ description: >-
secure, password-free links with clients. Lightweight by design, no CRM
overhead and no SaaS lock-in.
releaseNotes: >-
This release includes various bug fixes.
⚠️ This release breaks arm64 compatibility due to switching from Chromium to chrome-headless-shell for PDF generation. This is being looked into for future releases.


Key highlights in this release include:
- Upload templates as .zip folders instead of providing hosted links
- Improved PDF generation using chrome-headless-shell via puppeteer
- Bug fixes for localization


Full release notes can be found at https://github.com/kittendevv/Invio/releases
Expand Down