Skip to content

Commit 309061c

Browse files
chore(release): v1.3.0 (8)
1 parent eb4d38d commit 309061c

File tree

4 files changed

+33
-13
lines changed

4 files changed

+33
-13
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.2.3
2+
1.3.0

CHANGELOG.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,20 @@ 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-
### Fixed
9-
- Fixed folders showing up incorrectly as files in copy/move dialog ([#267])
10-
- Fixed error when saving files with unsupported characters ([#250])
11-
- Fixed missing permission prompt on initial "Save as" launch ([#85])
12-
- Fixed printing text files containing a "#" ([#104])
138

9+
## [1.3.0] - 2025-09-30
1410
### Added
1511
- Added a separate "Save as" option in the text editor ([#224])
1612

1713
### Changed
1814
- Save button now overwrites files directly in the text editor ([#224])
15+
- Updated translations
16+
17+
### Fixed
18+
- Fixed folders showing up incorrectly as files in copy/move dialog ([#267])
19+
- Fixed error when saving files with unsupported characters ([#250])
20+
- Fixed missing permission prompt on initial "Save as" launch ([#85])
21+
- Fixed printing text files containing a "#" ([#104])
1922

2023
## [1.2.3] - 2025-09-15
2124
### Fixed
@@ -74,21 +77,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7477
[#27]: https://github.com/FossifyOrg/File-Manager/issues/27
7578
[#37]: https://github.com/FossifyOrg/File-Manager/issues/37
7679
[#80]: https://github.com/FossifyOrg/File-Manager/issues/80
80+
[#85]: https://github.com/FossifyOrg/File-Manager/issues/85
81+
[#104]: https://github.com/FossifyOrg/File-Manager/issues/104
7782
[#105]: https://github.com/FossifyOrg/File-Manager/issues/105
7883
[#106]: https://github.com/FossifyOrg/File-Manager/issues/106
7984
[#120]: https://github.com/FossifyOrg/File-Manager/issues/120
8085
[#136]: https://github.com/FossifyOrg/File-Manager/issues/136
8186
[#149]: https://github.com/FossifyOrg/File-Manager/issues/149
8287
[#150]: https://github.com/FossifyOrg/File-Manager/issues/150
8388
[#176]: https://github.com/FossifyOrg/File-Manager/issues/176
89+
[#224]: https://github.com/FossifyOrg/File-Manager/issues/224
90+
[#250]: https://github.com/FossifyOrg/File-Manager/issues/250
8491
[#251]: https://github.com/FossifyOrg/File-Manager/issues/251
8592
[#267]: https://github.com/FossifyOrg/File-Manager/issues/267
86-
[#250]: https://github.com/FossifyOrg/File-Manager/issues/250
87-
[#85]: https://github.com/FossifyOrg/File-Manager/issues/85
88-
[#104]: https://github.com/FossifyOrg/File-Manager/issues/104
89-
[#224]: https://github.com/FossifyOrg/File-Manager/issues/224
9093

91-
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.2.3...HEAD
94+
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.3.0...HEAD
95+
[1.3.0]: https://github.com/FossifyOrg/File-Manager/compare/1.2.3...1.3.0
9296
[1.2.3]: https://github.com/FossifyOrg/File-Manager/compare/1.2.2...1.2.3
9397
[1.2.2]: https://github.com/FossifyOrg/File-Manager/compare/1.2.0...1.2.2
9498
[1.2.0]: https://github.com/FossifyOrg/File-Manager/compare/1.1.0...1.2.0
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Added:
2+
3+
• Added a separate "Save as" option in the text editor
4+
5+
Changed:
6+
7+
• Save button now overwrites files directly in the text editor
8+
• Updated translations
9+
10+
Fixed:
11+
12+
• Fixed folders showing up incorrectly as files in copy/move dialog
13+
• Fixed error when saving files with unsupported characters
14+
• Fixed missing permission prompt on initial "Save as" launch
15+
• Fixed printing text files containing a "#"
16+

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.2.3
24-
VERSION_CODE=7
23+
VERSION_NAME=1.3.0
24+
VERSION_CODE=8
2525
APP_ID=org.fossify.filemanager

0 commit comments

Comments
 (0)