Update trip to 1.43.2 (#5176)

This commit is contained in:
Alexander L. 2026-03-25 13:08:55 +01:00 committed by GitHub
parent 1a115b1290
commit 7be8a5cfff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -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:

View File

@ -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