Skip to content

Commit cfab5a0

Browse files
authored
chore(release): v1.3.0 (10) (#493)
1 parent f2da497 commit cfab5a0

3 files changed

Lines changed: 45 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.0] - 2025-05-31
11+
1012
### Added
1113

12-
- Added restore confirmation dialogs ([#447])
14+
- Copy to clipboard button for images ([#199])
15+
- Option to keep screen on while viewing media ([#365])
16+
- Ability to sort folders by item count ([#379])
17+
- Confirmation dialog when restoring media ([#447])
18+
19+
### Changed
20+
21+
- Updated translations
1322

1423
### Fixed
1524

16-
- Fixed inaccurate seeking in some videos ([#475])
25+
- Fixed unresponsive image/video controls after rotating device ([#275])
26+
- Swipe-to-close gesture now works with WebP images ([#362])
27+
- Fixed inaccurate or broken seeking in some videos ([#475])
28+
- Image rotation edits no longer auto-save without confirmation ([#241])
29+
- External keyboards now work properly in copy/move dialogs ([#128])
1730

1831
## [1.2.1] - 2024-09-28
1932

@@ -117,7 +130,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
117130

118131
- Fixed privacy policy link
119132

120-
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.2.1...HEAD
133+
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.3.0...HEAD
134+
[1.3.0]: https://github.com/FossifyOrg/Gallery/compare/1.2.1...1.3.0
121135
[1.2.1]: https://github.com/FossifyOrg/Gallery/compare/1.2.0...1.2.1
122136
[1.2.0]: https://github.com/FossifyOrg/Gallery/compare/1.1.3...1.2.0
123137
[1.1.3]: https://github.com/FossifyOrg/Gallery/compare/1.1.2...1.1.3
@@ -127,5 +141,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127141
[1.0.2]: https://github.com/FossifyOrg/Gallery/compare/1.0.1...1.0.2
128142
[1.0.1]: https://github.com/FossifyOrg/Gallery/releases/tag/1.0.1
129143

144+
[#128]: https://github.com/FossifyOrg/Gallery/issues/128
145+
[#199]: https://github.com/FossifyOrg/Gallery/issues/199
146+
[#241]: https://github.com/FossifyOrg/Gallery/issues/241
147+
[#275]: https://github.com/FossifyOrg/Gallery/issues/275
148+
[#362]: https://github.com/FossifyOrg/Gallery/issues/362
149+
[#365]: https://github.com/FossifyOrg/Gallery/issues/365
150+
[#379]: https://github.com/FossifyOrg/Gallery/issues/379
130151
[#447]: https://github.com/FossifyOrg/Gallery/issues/447
131152
[#475]: https://github.com/FossifyOrg/Gallery/issues/475
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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
18+
• External keyboards now work properly in copy/move dialogs
19+

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.2.1
8-
VERSION_CODE=9
7+
VERSION_NAME=1.3.0
8+
VERSION_CODE=10
99
APP_ID=org.fossify.gallery

0 commit comments

Comments
 (0)