version bump

This commit is contained in:
Thibault Deckers 2023-10-17 00:20:45 +02:00
parent 3069f9339b
commit 5182fa1a34
5 changed files with 15 additions and 5 deletions

View file

@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
## <a id="unreleased"></a>[Unreleased]
## <a id="v1.9.7"></a>[v1.9.7] - 2023-10-17
### Added
- Slovak translation (thanks Martin Frandel, Milan Šalka)
@ -20,6 +22,10 @@ All notable changes to this project will be documented in this file.
- Map: Stamen Toner layer (no longer served for free by Stamen)
### Fixed
- crash when playing video on devices with hardened malloc
## <a id="v1.9.6"></a>[v1.9.6] - 2023-09-25
### Fixed

View file

@ -0,0 +1,3 @@
In v1.9.7:
- enjoy the app in Slovak & Vietnamese
Full changelog available on GitHub

View file

@ -0,0 +1,3 @@
In v1.9.7:
- enjoy the app in Slovak & Vietnamese
Full changelog available on GitHub

View file

@ -7,7 +7,7 @@ repository: https://github.com/deckerst/aves
# - play changelog: /whatsnew/whatsnew-en-US
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt
version: 1.9.6+107
version: 1.9.7+108
publish_to: none
environment:

View file

@ -1,5 +1,3 @@
In v1.9.6:
- play your animated AVIF, AV1, and HDR videos
- filter by rating ranges
- judge tonal distributions with the viewer histogram
In v1.9.7:
- enjoy the app in Slovak & Vietnamese
Full changelog available on GitHub