Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
vsimakhin committed Dec 13, 2024
1 parent 11740f6 commit 0504b25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [2.44.0] - 13.12.2024

- Update: Update golang packages.
- Fix: Add database schema version and check, so the app will not recreate DB views on every start up.
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You also can easily export all flight records into EASA style pdf format, print

# Changelog

## [Unreleased]
## [2.44.0] - 13.12.2024

- Update: Update golang packages.
- Fix: Add database schema version and check, so the app will not recreate DB views on every start up.
Expand Down Expand Up @@ -54,12 +54,6 @@ You also can easily export all flight records into EASA style pdf format, print
- 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.

## [2.41.0] - 11.08.2024

- Update: Update go minor version (1.21.13) and related packages (bug and security fixes).
- Fix: Corrected a title for the login page.
- Fix: Fix the random order of the elements on Stats by Type/Class pages

The full changelog is [here](https://github.com/vsimakhin/web-logbook/blob/main/CHANGELOG.md)

# Usage
Expand Down
2 changes: 1 addition & 1 deletion app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

const (
version = "2.43.3"
version = "2.44.0"

infoLogPrefix = "INFO\t"
errorLogPrefix = "ERROR\t"
Expand Down

0 comments on commit 0504b25

Please sign in to comment.