version bump

This commit is contained in:
Thibault Deckers 2024-04-01 23:10:16 +02:00
parent 9ce6f19fc3
commit 4b458e0f04
26 changed files with 14 additions and 93 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="unreleased"></a>[Unreleased]
## <a id="v1.10.8"></a>[v1.10.8] - 2024-04-01
### Added ### Added
- Collection: support for Fairphone burst pattern - Collection: support for Fairphone burst pattern

View file

@ -1,5 +0,0 @@
In v1.9.4:
- play your animated AVIF, AV1, and HDR videos
- filter by rating ranges
- judge tonal distributions with the viewer histogram
Full changelog available on GitHub

View file

@ -1,5 +0,0 @@
In v1.9.4:
- play your animated AVIF, AV1, and HDR videos
- filter by rating ranges
- judge tonal distributions with the viewer histogram
Full changelog available on GitHub

View file

@ -1,5 +0,0 @@
In v1.9.5:
- play your animated AVIF, AV1, and HDR videos
- filter by rating ranges
- judge tonal distributions with the viewer histogram
Full changelog available on GitHub

View file

@ -1,5 +0,0 @@
In v1.9.5:
- play your animated AVIF, AV1, and HDR videos
- filter by rating ranges
- judge tonal distributions with the viewer histogram
Full changelog available on GitHub

View file

@ -1,5 +0,0 @@
In v1.9.6:
- play your animated AVIF, AV1, and HDR videos
- filter by rating ranges
- judge tonal distributions with the viewer histogram
Full changelog available on GitHub

View file

@ -1,5 +0,0 @@
In v1.9.6:
- play your animated AVIF, AV1, and HDR videos
- filter by rating ranges
- judge tonal distributions with the viewer histogram
Full changelog available on GitHub

View file

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

View file

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

View file

@ -1,4 +0,0 @@
In v1.10.0:
- cast images via DLNA/UPnP
- enjoy the app in Icelandic
Full changelog available on GitHub

View file

@ -1,4 +0,0 @@
In v1.10.0:
- cast images via DLNA/UPnP
- enjoy the app in Icelandic
Full changelog available on GitHub

View file

@ -1,4 +0,0 @@
In v1.10.1:
- JPEG MPF support
- enjoy the app in Arabic & Belarusian
Full changelog available on GitHub

View file

@ -1,4 +0,0 @@
In v1.10.1:
- JPEG MPF support
- enjoy the app in Arabic & Belarusian
Full changelog available on GitHub

View file

@ -1,4 +0,0 @@
In v1.10.2:
- JPEG MPF support
- enjoy the app in Arabic & Belarusian
Full changelog available on GitHub

View file

@ -1,4 +0,0 @@
In v1.10.2:
- JPEG MPF support
- enjoy the app in Arabic & Belarusian
Full changelog available on GitHub

View file

@ -1,4 +0,0 @@
In v1.10.3:
- customize your home page
- analyze your images with the histogram (for real this time)
Full changelog available on GitHub

View file

@ -1,4 +0,0 @@
In v1.10.3:
- customize your home page
- analyze your images with the histogram (for real this time)
Full changelog available on GitHub

View file

@ -1,4 +0,0 @@
In v1.10.4:
- customize your home page
- analyze your images with the histogram (for real this time)
Full changelog available on GitHub

View file

@ -1,4 +0,0 @@
In v1.10.4:
- customize your home page
- analyze your images with the histogram (for real this time)
Full changelog available on GitHub

View file

@ -1,3 +0,0 @@
In v1.10.5:
- enjoy the app in Catalan
Full changelog available on GitHub

View file

@ -1,3 +0,0 @@
In v1.10.5:
- enjoy the app in Catalan
Full changelog available on GitHub

View file

@ -0,0 +1,4 @@
In v1.10.8:
- rename in bulk using tags
- repeat a section section section of a video
Full changelog available on GitHub

View file

@ -0,0 +1,4 @@
In v1.10.8:
- rename in bulk using tags
- repeat a section section section of a video
Full changelog available on GitHub

View file

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

View file

@ -1,11 +1,4 @@
{ {
"ar": [
"stopTooltip",
"videoActionABRepeat",
"videoRepeatActionSetStart",
"videoRepeatActionSetEnd"
],
"bn": [ "bn": [
"itemCount", "itemCount",
"columnCount", "columnCount",

View file

@ -1,4 +1,4 @@
In v1.10.7: In v1.10.8:
- detect HDR videos (but do not play them in their full HDR glory) - rename in bulk using tags
- removing animations also applies to pop up menus - repeat a section section section of a video
Full changelog available on GitHub Full changelog available on GitHub