Skip to content

Commit 365ba59

Browse files
chore(release): v1.3.1 (11) (#521)
* chore(release): v1.3.1 (11) * chore(release): copy changelog from previous version --------- Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <[email protected]>
1 parent 1b7af32 commit 365ba59

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

.fossify/release-marker.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto-generated file. DO NOT EDIT.
2+
1.3.1

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ android.useAndroidX=true
44
org.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
99
APP_ID=org.fossify.gallery

0 commit comments

Comments
 (0)