diff --git a/trip/docker-compose.yml b/trip/docker-compose.yml index c17c8ca5..7a903722 100644 --- a/trip/docker-compose.yml +++ b/trip/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8000 app: - image: ghcr.io/itskovacs/trip:1.43.0@sha256:fdb4f022cf0b96722984a31edf7bb7a6c88b92e571f3c9855069468d8fa3f6d5 + image: ghcr.io/itskovacs/trip:1.43.2@sha256:9e63c48d8c11b681d67e1a4178ca9b1818a2aba53e8541df30fcd8bdb40c3ad5 restart: on-failure stop_grace_period: 1m volumes: diff --git a/trip/umbrel-app.yml b/trip/umbrel-app.yml index 9ef3541d..ecf45ff9 100644 --- a/trip/umbrel-app.yml +++ b/trip/umbrel-app.yml @@ -3,7 +3,7 @@ id: trip name: Trip tagline: Minimalist Map Tracker and Trip Planner category: files -version: "1.43.0" +version: "1.43.2" port: 8980 description: >- 🗺️ TRIP is a self-hostable minimalist Map tracker and Trip planner to visualize your points of interest (POI) and organize your next adventure details. @@ -24,18 +24,13 @@ submitter: itskovacs submission: https://github.com/getumbrel/umbrel-apps/pull/3830 releaseNotes: >- New Features: - - Added full server backups via the admin UI - - The first registered user is now automatically granted admin rights - - Orphaned images are automatically removed on startup + - Automated documentation building and deployment UI/UX Improvements: - - Unplanned markers are now dimmed when a specific day is highlighted in trips - - Updated backups styling in settings - - Unified textarea appearance + - Fixed shared trip synchronization issues Bug Fixes: - - Resolved all scrolling issues - - Fixed printing on iOS and iPadOS + - Fixed API unknown category error Full release notes are found at https://github.com/itskovacs/trip/releases