@@ -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
0 commit comments