Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .fossify/release-marker.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Auto-generated file. DO NOT EDIT.
1.12.0
1.13.0
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -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

4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading