version bump
This commit is contained in:
parent
2ed9815c38
commit
9de065a6b4
5 changed files with 16 additions and 8 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -4,20 +4,17 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## <a id="unreleased"></a>[Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Collection: `select all` available as quick action
|
||||
- Persian translation (thanks امیر جهانگرد, slasb37, mimvahedi, Alireza Rashidi)
|
||||
|
||||
## <a id="v1.11.0"></a>[v1.11.0] - 2024-05-01
|
||||
## <a id="v1.11.1"></a>[v1.11.1] - 2024-05-03
|
||||
|
||||
### Added
|
||||
|
||||
- Cataloguing: identify Apple variant of HDR images
|
||||
- Collection: `select all` available as quick action
|
||||
- Collection: allow using hash (md5/sha1/sha256) when bulk renaming
|
||||
- Info: color palette
|
||||
- Video: external subtitle support (SRT)
|
||||
- option to force using western arabic numerals for dates
|
||||
- Persian translation (thanks امیر جهانگرد, slasb37, mimvahedi, Alireza Rashidi)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -30,6 +27,8 @@ All notable changes to this project will be documented in this file.
|
|||
- stopping video playback when changing device orientation on Android >=13
|
||||
- printing content orientation according to page format
|
||||
|
||||
## <a id="v1.11.0"></a>[v1.11.0] - 2024-05-01 [YANKED]
|
||||
|
||||
## <a id="v1.10.9"></a>[v1.10.9] - 2024-04-14
|
||||
|
||||
### Fixed
|
||||
|
|
4
fastlane/metadata/android/en-US/changelogs/120.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/120.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
In v1.11.1:
|
||||
- watch videos with SRT subtitle files
|
||||
- enjoy the app in Persian
|
||||
Full changelog available on GitHub
|
4
fastlane/metadata/android/en-US/changelogs/12001.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/12001.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
In v1.11.1:
|
||||
- watch videos with SRT subtitle files
|
||||
- enjoy the app in Persian
|
||||
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.11.0+119
|
||||
version: 1.11.1+120
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
In v1.11.0:
|
||||
In v1.11.1:
|
||||
- watch videos with SRT subtitle files
|
||||
- enjoy the app in Persian
|
||||
Full changelog available on GitHub
|
Loading…
Reference in a new issue