From bcb68ef88bf281c28662db4f3600579f2f0205a3 Mon Sep 17 00:00:00 2001 From: Vladimir Simakhin Date: Fri, 30 Aug 2024 08:59:03 +0200 Subject: [PATCH] version ++ --- CHANGELOG.md | 2 +- README.md | 2 +- app/main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e20f9d8..eb8b431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [2.42.0] - 30.08.2024 - Update: No longer shorten the remarks field for small screens if the option "Do not adjust logbook columns for small screens" is selected - Fix: Recreate the database view during startup in case changes didn't propagate after a version change. diff --git a/README.md b/README.md index 09f001d..df0b2d1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You also can easily export all flight records into EASA style pdf format, print # Changelog -## [Unreleased] +## [2.42.0] - 30.08.2024 - Update: No longer shorten the remarks field for small screens if the option "Do not adjust logbook columns for small screens" is selected - Fix: Recreate the database view during startup in case changes didn't propagate after a version change. diff --git a/app/main.go b/app/main.go index 5b37755..53f6b0b 100644 --- a/app/main.go +++ b/app/main.go @@ -20,7 +20,7 @@ import ( ) const ( - version = "2.41.0" + version = "2.42.0" infoLogPrefix = "INFO\t" errorLogPrefix = "ERROR\t"