Skip to content

Commit 67d77b3

Browse files
chore(release): v1.5.0 (11) (#343)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent d9ef0f7 commit 67d77b3

File tree

4 files changed

+19
-5
lines changed

4 files changed

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

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.0] - 2025-12-16
10+
### Changed
11+
- Updated translations
12+
813
### Fixed
914
- Fixed an issue where existing files were overwritten when saving new files ([#131])
1015

@@ -104,6 +109,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104109
[#105]: https://github.com/FossifyOrg/File-Manager/issues/105
105110
[#106]: https://github.com/FossifyOrg/File-Manager/issues/106
106111
[#120]: https://github.com/FossifyOrg/File-Manager/issues/120
112+
[#131]: https://github.com/FossifyOrg/File-Manager/issues/131
107113
[#136]: https://github.com/FossifyOrg/File-Manager/issues/136
108114
[#149]: https://github.com/FossifyOrg/File-Manager/issues/149
109115
[#150]: https://github.com/FossifyOrg/File-Manager/issues/150
@@ -113,9 +119,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113119
[#250]: https://github.com/FossifyOrg/File-Manager/issues/250
114120
[#251]: https://github.com/FossifyOrg/File-Manager/issues/251
115121
[#267]: https://github.com/FossifyOrg/File-Manager/issues/267
116-
[#131]: https://github.com/FossifyOrg/File-Manager/issues/131
117122

118-
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.4.0...HEAD
123+
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.5.0...HEAD
124+
[1.5.0]: https://github.com/FossifyOrg/File-Manager/compare/1.4.0...1.5.0
119125
[1.4.0]: https://github.com/FossifyOrg/File-Manager/compare/1.3.1...1.4.0
120126
[1.3.1]: https://github.com/FossifyOrg/File-Manager/compare/1.3.0...1.3.1
121127
[1.3.0]: https://github.com/FossifyOrg/File-Manager/compare/1.2.3...1.3.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Changed:
2+
3+
• Updated translations
4+
5+
Fixed:
6+
7+
• Fixed an issue where existing files were overwritten when saving new files
8+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ org.gradle.jvmargs=-Xmx4g
2020
# org.gradle.parallel=true
2121

2222
# Versioning
23-
VERSION_NAME=1.4.0
24-
VERSION_CODE=10
23+
VERSION_NAME=1.5.0
24+
VERSION_CODE=11
2525
APP_ID=org.fossify.filemanager

0 commit comments

Comments
 (0)