Skip to content

Commit ebccddd

Browse files
chore(release): v1.5.1 (16) (#644)
* chore(release): v1.5.1 (16) * docs: use 1.5.0 changelog for stores --------- Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <[email protected]>
1 parent e3b0c63 commit ebccddd

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-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.5.0
2+
1.5.1

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.5.1] - 2025-09-08
810
### Fixed
911
- Fixed zoom in photos ([#642])
1012

@@ -166,7 +168,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166168
[#621]: https://github.com/FossifyOrg/Gallery/issues/621
167169
[#642]: https://github.com/FossifyOrg/Gallery/issues/642
168170

169-
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.5.0...HEAD
171+
[Unreleased]: https://github.com/FossifyOrg/Gallery/compare/1.5.1...HEAD
172+
[1.5.1]: https://github.com/FossifyOrg/Gallery/compare/1.5.0...1.5.1
170173
[1.5.0]: https://github.com/FossifyOrg/Gallery/compare/1.4.2...1.5.0
171174
[1.4.2]: https://github.com/FossifyOrg/Gallery/compare/1.4.1...1.4.2
172175
[1.4.1]: https://github.com/FossifyOrg/Gallery/compare/1.4.0...1.4.1
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Added:
2+
3+
• Support for animated AVIF images
4+
5+
Changed:
6+
7+
• Updated translations
8+
9+
Fixed:
10+
11+
• Fixed metadata loss (EXIF) when editing or resizing images
12+

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.5.0
8-
VERSION_CODE=15
7+
VERSION_NAME=1.5.1
8+
VERSION_CODE=16
99
APP_ID=org.fossify.gallery

0 commit comments

Comments
 (0)