diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index cd822b5ac..3aa00df05 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.12.0 +1.13.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b48cd0f9..c742152b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.13.0] - 2026-02-05 ### Added - Added "On video tap" option to choose between in-app player or default player app ([#917]) +### Changed +- Updated translations + ### Fixed - Fixed unnecessary "Video has no audio" toast when looping videos ([#876]) @@ -297,7 +302,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#876]: https://github.com/FossifyOrg/Gallery/issues/876 [#917]: https://github.com/FossifyOrg/Gallery/issues/917 -[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.12.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.13.0...HEAD +[1.13.0]: https://github.com/FossifyOrg/Gallery/compare/1.12.0...1.13.0 [1.12.0]: https://github.com/FossifyOrg/Gallery/compare/1.11.0...1.12.0 [1.11.0]: https://github.com/FossifyOrg/Gallery/compare/1.10.0...1.11.0 [1.10.0]: https://github.com/FossifyOrg/Gallery/compare/1.9.1...1.10.0 diff --git a/fastlane/metadata/android/en-US/changelogs/27.txt b/fastlane/metadata/android/en-US/changelogs/27.txt new file mode 100644 index 000000000..aed534998 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/27.txt @@ -0,0 +1,12 @@ +Added: + +• Added "On video tap" option to choose between in-app player or default player app + +Changed: + +• Updated translations + +Fixed: + +• Fixed unnecessary "Video has no audio" toast when looping videos + diff --git a/gradle.properties b/gradle.properties index bdf411c1f..c5347e7f5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.useAndroidX=true org.gradle.jvmargs=-Xmx8192m # Versioning -VERSION_NAME=1.12.0 -VERSION_CODE=26 +VERSION_NAME=1.13.0 +VERSION_CODE=27 APP_ID=org.fossify.gallery