From ebd16240d468a767b3aaab1d179cc0c879855b87 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Mon, 19 May 2025 20:11:22 +0200 Subject: [PATCH] Update changelog and app version --- .app_version | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.app_version b/.app_version index 3f45a644..12a91df0 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.26.3 +0.26.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3acff7c2..9a224007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +# 0.26.4 - 2025-05-19 + +## Changed + +- Docker image is now using slim image to introduce some memory optimizations. +- The trip page now looks a bit nicer. + # 0.26.3 - 2025-05-18 ## Fixed