Skip to content

Commit 1776a7d

Browse files
chore(release): v1.4.0 (12) (#562)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 6a45daf commit 1776a7d

File tree

4 files changed

+30
-50
lines changed

4 files changed

+30
-50
lines changed

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.3.1
2+
1.4.0

CHANGELOG.md

Lines changed: 14 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,51 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
98

9+
## [1.4.0] - 2025-07-14
1010
### Added
11-
1211
- Support for Ultra HDR images (Android 14+) ([#166])
1312
- Support for wide-color-gamut images ([#375])
1413

1514
### Changed
16-
1715
- Updated translations
1816

1917
### Fixed
20-
2118
- Fixed crash in some external image editors ([#525])
2219

2320
## [1.3.1] - 2025-06-17
24-
2521
### Changed
26-
2722
- Updated translations
2823

2924
## [1.3.0] - 2025-05-31
30-
3125
### Added
32-
3326
- Copy to clipboard button for images ([#199])
3427
- Option to keep screen on while viewing media ([#365])
3528
- Ability to sort folders by item count ([#379])
3629
- Confirmation dialog when restoring media ([#447])
3730

3831
### Changed
39-
4032
- Updated translations
4133

4234
### Fixed
43-
4435
- Fixed unresponsive image/video controls after rotating device ([#275])
4536
- Swipe-to-close gesture now works with WebP images ([#362])
4637
- Fixed inaccurate or broken seeking in some videos ([#475])
4738
- Image rotation edits no longer auto-save without confirmation ([#241])
4839
- External keyboards now work properly in copy/move dialogs ([#128])
4940

5041
## [1.2.1] - 2024-09-28
51-
5242
### Added
53-
5443
- Added option to control video playback speed
5544
- Added option to mute videos
5645
- Added error indicator for media load failures
5746
- Added initial support for JPEG XL format (increased app size)
5847

5948
### Changed
60-
6149
- Updated target Android version to 14
6250
- Replaced checkboxes with switches
6351
- Improve scrolling performance and interface
@@ -66,101 +54,67 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6654
- Added more translations
6755

6856
## [1.2.0] - 2024-09-21
69-
7057
### Added
71-
7258
- Added option to control video playback speed
7359
- Added option to mute videos
7460
- Added error indicator for media load failures
7561
- Added initial support for JPEG XL format
7662

7763
### Changed
78-
7964
- Updated target Android version to 14
8065
- Replaced checkboxes with switches
8166
- Improved app lock logic and user interface
8267
- Other minor bug fixes and improvements
8368
- Added more translations
8469

8570
## [1.1.3] - 2024-04-16
86-
8771
### Changed
88-
8972
- Added some translations
9073

9174
### Fixed
92-
9375
- Fixed black thumbnails for some images.
9476

9577
## [1.1.2] - 2024-03-10
96-
9778
### Added
98-
9979
- Added support for AVIF.
10080

10181
### Changed
102-
10382
- Added some translations
10483

10584
### Fixed
106-
10785
- Fixed crash when playing videos.
10886
- Fixed slideshow on Android 14.
10987
- Fixed position reset after device rotation.
11088
- Fixed zooming screenshots when one to one double tap zoom enabled.
11189

11290
## [1.1.1] - 2024-01-10
113-
11491
### Changed
115-
11692
- Added some translations
11793

11894
### Removed
119-
12095
- Removed fake app message when using the editor.
12196

12297
## [1.1.0] - 2024-01-02
123-
12498
### Changed
125-
12699
- Added some translations
127100

128101
### Removed
129-
130102
- Removed proprietary panorama library
131103

132104
## [1.0.2] - 2023-12-30
133-
134105
### Changed
135-
136106
- Added some translations
137107

138108
### Fixed
139-
140109
- Fixed zooming in high-res images
141110

142111
## [1.0.1] - 2023-12-28
143-
144112
### Changed
145-
146113
- Added some translation, UI/UX improvements
147114

148115
### Fixed
149-
150116
- Fixed privacy policy link
151117

152-
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.3.1...HEAD
153-
[1.3.1]: https://github.com/FossifyOrg/Gallery/compare/1.3.0...1.3.1
154-
[1.3.0]: https://github.com/FossifyOrg/Gallery/compare/1.2.1...1.3.0
155-
[1.2.1]: https://github.com/FossifyOrg/Gallery/compare/1.2.0...1.2.1
156-
[1.2.0]: https://github.com/FossifyOrg/Gallery/compare/1.1.3...1.2.0
157-
[1.1.3]: https://github.com/FossifyOrg/Gallery/compare/1.1.2...1.1.3
158-
[1.1.2]: https://github.com/FossifyOrg/Gallery/compare/1.1.1...1.1.2
159-
[1.1.1]: https://github.com/FossifyOrg/Gallery/compare/1.1.0...1.1.1
160-
[1.1.0]: https://github.com/FossifyOrg/Gallery/compare/1.0.2...1.1.0
161-
[1.0.2]: https://github.com/FossifyOrg/Gallery/compare/1.0.1...1.0.2
162-
[1.0.1]: https://github.com/FossifyOrg/Gallery/releases/tag/1.0.1
163-
164118
[#128]: https://github.com/FossifyOrg/Gallery/issues/128
165119
[#166]: https://github.com/FossifyOrg/Gallery/issues/166
166120
[#199]: https://github.com/FossifyOrg/Gallery/issues/199
@@ -173,3 +127,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
173127
[#447]: https://github.com/FossifyOrg/Gallery/issues/447
174128
[#475]: https://github.com/FossifyOrg/Gallery/issues/475
175129
[#525]: https://github.com/FossifyOrg/Gallery/issues/525
130+
131+
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.4.0...HEAD
132+
[1.4.0]: https://github.com/FossifyOrg/Gallery/compare/1.3.1...1.4.0
133+
[1.3.1]: https://github.com/FossifyOrg/Gallery/compare/1.3.0...1.3.1
134+
[1.3.0]: https://github.com/FossifyOrg/Gallery/compare/1.2.1...1.3.0
135+
[1.2.1]: https://github.com/FossifyOrg/Gallery/compare/1.2.0...1.2.1
136+
[1.2.0]: https://github.com/FossifyOrg/Gallery/compare/1.1.3...1.2.0
137+
[1.1.3]: https://github.com/FossifyOrg/Gallery/compare/1.1.2...1.1.3
138+
[1.1.2]: https://github.com/FossifyOrg/Gallery/compare/1.1.1...1.1.2
139+
[1.1.1]: https://github.com/FossifyOrg/Gallery/compare/1.1.0...1.1.1
140+
[1.1.0]: https://github.com/FossifyOrg/Gallery/compare/1.0.2...1.1.0
141+
[1.0.2]: https://github.com/FossifyOrg/Gallery/compare/1.0.1...1.0.2
142+
[1.0.1]: https://github.com/FossifyOrg/Gallery/releases/tag/1.0.1
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Added:
2+
3+
• Support for Ultra HDR images (Android 14+)
4+
• Support for wide-color-gamut images
5+
6+
Changed:
7+
8+
• Updated translations
9+
10+
Fixed:
11+
12+
• Fixed crash in some external image editors
13+

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.1
8-
VERSION_CODE=11
7+
VERSION_NAME=1.4.0
8+
VERSION_CODE=12
99
APP_ID=org.fossify.gallery

0 commit comments

Comments
 (0)