diff --git a/wanderer/docker-compose.yml b/wanderer/docker-compose.yml index abb4dadc..1f70b1d0 100644 --- a/wanderer/docker-compose.yml +++ b/wanderer/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3000 web: - image: flomp/wanderer-web:v0.18.4@sha256:2b9c275c1ac4f2e15bbdb0ae26c420417d8bce5d2187a1067413cf3115afa445 + image: flomp/wanderer-web:v0.18.5@sha256:49eefcf02155639bf3b750cef96cef9c0f3260ece03348aec316aeb29d713c10 user: "1000:1000" depends_on: search: @@ -47,7 +47,7 @@ services: timeout: 10s db: - image: flomp/wanderer-db:v0.18.4@sha256:d787bbb2f027232dbe51a0bbf4dabac23b7a74adf7c9f05defec63f665e545e7 + image: flomp/wanderer-db:v0.18.5@sha256:c1798be5822e5b802b0e235dba108a5cc0dca7609e1bc52b417c5cafb3981d89 user: "1000:1000" depends_on: search: diff --git a/wanderer/umbrel-app.yml b/wanderer/umbrel-app.yml index 3e986d78..2cd5ea1c 100644 --- a/wanderer/umbrel-app.yml +++ b/wanderer/umbrel-app.yml @@ -3,7 +3,7 @@ id: wanderer name: Wanderer tagline: A self-hosted trail database category: files -version: "0.18.4" +version: "0.18.5" port: 3111 description: >- 🗺️ Wanderer is a self-hosted, open-source platform designed for outdoor enthusiasts who want to manage, explore, and share hiking and biking routes on their own terms. It provides a clean and modern interface for uploading GPX files, drawing new routes on an interactive map, and organizing them with detailed metadata such as difficulty, duration, and elevation gain. Wanderer supports full-text search and powerful filtering to help users find exactly the route they are looking for based on various criteria like region, length, or type of activity. @@ -28,17 +28,19 @@ gallery: - 6.jpg - 7.jpg releaseNotes: >- - This release includes bug fixes and new features: - - Tags can now be properly removed from trails - - Trails can now be added to multiple lists at once - - Fixed issue where creating more than 29 lists prevented lists from loading - - Fixed GPS data being removed from summit logs after editing - - Fixed infinite loop when creating a list with federation active - - Fixed bicycle routing options being incorrectly applied to car routing - - Fixed filtering by multiple categories not working as expected - - Fixed imported tracks being marked private despite public-by-default settings - - External user access now requires authentication for ActivityPub - - Added Norwegian translation + This release includes a security fix, new features, and bug fixes: + - Fixed a security vulnerability related to XML processing + - Trail list filter settings are now saved and restored when navigating back from a trail + - Fixed elevation correction to preserve original GPX values when routing data is invalid + - Fixed ascent and descent calculation for high-frequency GPX tracks + - Fixed trail upload failing for new users without default privacy settings + - Fixed duplicate "Cancel" button and focus loss in trail filter search + - Fixed bulk trail assignment in list search modal + - Fixed locale detection and locale-related errors + - Fixed PDF and print layout so descriptions no longer overlap waypoints + - Fixed map state saving for amenity names + - Fixed a race condition that caused errors when printing a trail + - Added Czech language support Full release notes: https://github.com/Flomp/wanderer/releases