version bump
This commit is contained in:
parent
69f9dbc2bc
commit
bf8906a9f1
5 changed files with 13 additions and 3 deletions
|
@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## <a id="unreleased"></a>[Unreleased]
|
||||
|
||||
## <a id="v1.10.9"></a>[v1.10.9] - 2024-04-14
|
||||
|
||||
### Fixed
|
||||
|
||||
- rendering of SVG with viewbox offset
|
||||
- superfluous source reinitialization when relaunching app from launcher
|
||||
- superfluous media store reinitialization when relaunching app from launcher
|
||||
|
||||
## <a id="v1.10.8"></a>[v1.10.8] - 2024-04-01
|
||||
|
||||
|
|
4
fastlane/metadata/android/en-US/changelogs/118.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/118.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
In v1.10.9:
|
||||
- rename in bulk using tags
|
||||
- repeat a section section section of a video
|
||||
Full changelog available on GitHub
|
4
fastlane/metadata/android/en-US/changelogs/11801.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/11801.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
In v1.10.9:
|
||||
- rename in bulk using tags
|
||||
- repeat a section section section of a video
|
||||
Full changelog available on GitHub
|
|
@ -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.10.8+117
|
||||
version: 1.10.9+118
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
In v1.10.8:
|
||||
In v1.10.9:
|
||||
- rename in bulk using tags
|
||||
- repeat a section section section of a video
|
||||
Full changelog available on GitHub
|
Loading…
Reference in a new issue