File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1+ # Auto-generated file. DO NOT EDIT.
2+ 1.3.1
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.3.1] - 2025-06-17
11+
1012### Changed
1113
1214- Updated translations
@@ -134,7 +136,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134136
135137- Fixed privacy policy link
136138
137- [ Unreleased ] : https://github.com/FossifyOrg/Gallery/compare/1.3.0...HEAD
139+ [ Unreleased ] : https://github.com/FossifyOrg/Gallery/compare/1.3.1...HEAD
140+ [ 1.3.1 ] : https://github.com/FossifyOrg/Gallery/compare/1.3.0...1.3.1
138141[ 1.3.0 ] : https://github.com/FossifyOrg/Gallery/compare/1.2.1...1.3.0
139142[ 1.2.1 ] : https://github.com/FossifyOrg/Gallery/compare/1.2.0...1.2.1
140143[ 1.2.0 ] : https://github.com/FossifyOrg/Gallery/compare/1.1.3...1.2.0
Original file line number Diff line number Diff line change 1+ Added:
2+
3+ • Copy to clipboard button for images
4+ • Option to keep screen on while viewing media
5+ • Ability to sort folders by item count
6+ • Confirmation dialog when restoring media
7+
8+ Changed:
9+
10+ • Updated translations
11+
12+ Fixed:
13+
14+ • Fixed unresponsive image/video controls after rotating device
15+ • Swipe-to-close gesture now works with WebP images
16+ • Fixed inaccurate or broken seeking in some videos
17+ • Image rotation edits no longer auto-save without confirmation
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ android.useAndroidX=true
44org.gradle.jvmargs =-Xmx8192m
55
66# Versioning
7- VERSION_NAME =1.3.0
8- VERSION_CODE =10
7+ VERSION_NAME =1.3.1
8+ VERSION_CODE =11
99APP_ID =org.fossify.gallery
You can’t perform that action at this time.
0 commit comments