Skip to content

Commit

Permalink
update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vsimakhin committed Mar 10, 2024
1 parent 4a5b827 commit 8483ea5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [Unreleased]

- Update: Update openlayers lib from 7.3.0 to 9.0.0. No UI changes.
- Update: Update golang from 1.20.3 to 1.21.8. No UI changes.
- Fix: Finally fixed the unit tests. No UI changes.

## [2.33.0] - 08.03.2024

- New: License Number and Address fields on the `Settings` page. They are printed (if not empty) on the title page for PDF exported logbook.
Expand Down
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,26 @@ You also can easily export all flight records into EASA style pdf format, print

# Changelog

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

- Update: Update openlayers lib from 7.3.0 to 9.0.0. No UI changes.
- Update: Update golang from 1.20.3 to 1.21.8. No UI changes.
- Fix: Finally fixed the unit tests. No UI changes.

## [2.33.0] - 08.03.2024

- New: License Number and Address fields on the `Settings` page. They are printed (if not empty) on the title page for PDF exported logbook.
- Fix: Try to fix a `Map` page layout for Mac OS

## [2.32.1] - 06.03.2024

- Fix: Add additional checks for time field autoformat, so app will not crash

## [2.32.0] - 25.02.2024

- New: Add autoformat for time fields. You can choose from three options: `None`, `HH:MM` (will add leading 0) and `H:MM` (will remove leading 0). Please note that this feature only affects how the time is displayed in the UI and does not modify the data in the database table. You can find this option in the `Settings`, `Export PDF A4`, and `Export PDF A5` pages.

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

# Usage

Expand Down

0 comments on commit 8483ea5

Please sign in to comment.