Skip to content

Commit e9873c1

Browse files
chore(release): v1.4.1 (13) (#572)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent d295de7 commit e9873c1

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
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.4.0
2+
1.4.1

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.4.1] - 2025-07-22
910
### Changed
1011
- Improved seek control in videos ([#325])
12+
- Updated translations
1113

1214
### Fixed
1315
- Fixed broken looping in videos shorter than one second ([#565])
@@ -128,6 +130,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128130
[#199]: https://github.com/FossifyOrg/Gallery/issues/199
129131
[#241]: https://github.com/FossifyOrg/Gallery/issues/241
130132
[#275]: https://github.com/FossifyOrg/Gallery/issues/275
133+
[#325]: https://github.com/FossifyOrg/Gallery/issues/325
131134
[#362]: https://github.com/FossifyOrg/Gallery/issues/362
132135
[#365]: https://github.com/FossifyOrg/Gallery/issues/365
133136
[#375]: https://github.com/FossifyOrg/Gallery/issues/375
@@ -136,9 +139,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136139
[#475]: https://github.com/FossifyOrg/Gallery/issues/475
137140
[#525]: https://github.com/FossifyOrg/Gallery/issues/525
138141
[#529]: https://github.com/FossifyOrg/Gallery/issues/529
142+
[#565]: https://github.com/FossifyOrg/Gallery/issues/565
139143
[#567]: https://github.com/FossifyOrg/Gallery/issues/567
140144

141-
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.4.0...HEAD
145+
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.4.1...HEAD
146+
[1.4.1]: https://github.com/FossifyOrg/Gallery/compare/1.4.0...1.4.1
142147
[1.4.0]: https://github.com/FossifyOrg/Gallery/compare/1.3.1...1.4.0
143148
[1.3.1]: https://github.com/FossifyOrg/Gallery/compare/1.3.0...1.3.1
144149
[1.3.0]: https://github.com/FossifyOrg/Gallery/compare/1.2.1...1.3.0
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Changed:
2+
3+
• Improved seek control in videos
4+
• Updated translations
5+
6+
Fixed:
7+
8+
• Fixed broken looping in videos shorter than one second
9+
• Slideshows now automatically start in full-screen mode
10+
• Fixed pixelation and artifacts in some JPEG XL images
11+

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.4.0
8-
VERSION_CODE=12
7+
VERSION_NAME=1.4.1
8+
VERSION_CODE=13
99
APP_ID=org.fossify.gallery

0 commit comments

Comments
 (0)