Skip to content

Commit 79e03af

Browse files
chore(release): v1.3.0 (8)
1 parent fec28af commit 79e03af

File tree

4 files changed

+35
-14
lines changed

4 files changed

+35
-14
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: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,21 @@ 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])
1915
- Search now ignores accents and diacritics ([#95])
16+
- Updated translations
17+
18+
### Fixed
19+
- Fixed folders showing up incorrectly as files in copy/move dialog ([#267])
20+
- Fixed error when saving files with unsupported characters ([#250])
21+
- Fixed missing permission prompt on initial "Save as" launch ([#85])
22+
- Fixed printing text files containing a "#" ([#104])
2023

2124
## [1.2.3] - 2025-09-15
2225
### Fixed
@@ -75,22 +78,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7578
[#27]: https://github.com/FossifyOrg/File-Manager/issues/27
7679
[#37]: https://github.com/FossifyOrg/File-Manager/issues/37
7780
[#80]: https://github.com/FossifyOrg/File-Manager/issues/80
81+
[#85]: https://github.com/FossifyOrg/File-Manager/issues/85
82+
[#95]: https://github.com/FossifyOrg/File-Manager/issues/95
83+
[#104]: https://github.com/FossifyOrg/File-Manager/issues/104
7884
[#105]: https://github.com/FossifyOrg/File-Manager/issues/105
7985
[#106]: https://github.com/FossifyOrg/File-Manager/issues/106
8086
[#120]: https://github.com/FossifyOrg/File-Manager/issues/120
8187
[#136]: https://github.com/FossifyOrg/File-Manager/issues/136
8288
[#149]: https://github.com/FossifyOrg/File-Manager/issues/149
8389
[#150]: https://github.com/FossifyOrg/File-Manager/issues/150
8490
[#176]: https://github.com/FossifyOrg/File-Manager/issues/176
91+
[#224]: https://github.com/FossifyOrg/File-Manager/issues/224
92+
[#250]: https://github.com/FossifyOrg/File-Manager/issues/250
8593
[#251]: https://github.com/FossifyOrg/File-Manager/issues/251
8694
[#267]: https://github.com/FossifyOrg/File-Manager/issues/267
87-
[#250]: https://github.com/FossifyOrg/File-Manager/issues/250
88-
[#85]: https://github.com/FossifyOrg/File-Manager/issues/85
89-
[#95]: https://github.com/FossifyOrg/File-Manager/issues/95
90-
[#104]: https://github.com/FossifyOrg/File-Manager/issues/104
91-
[#224]: https://github.com/FossifyOrg/File-Manager/issues/224
9295

93-
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.2.3...HEAD
96+
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.3.0...HEAD
97+
[1.3.0]: https://github.com/FossifyOrg/File-Manager/compare/1.2.3...1.3.0
9498
[1.2.3]: https://github.com/FossifyOrg/File-Manager/compare/1.2.2...1.2.3
9599
[1.2.2]: https://github.com/FossifyOrg/File-Manager/compare/1.2.0...1.2.2
96100
[1.2.0]: https://github.com/FossifyOrg/File-Manager/compare/1.1.0...1.2.0
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
• Search now ignores accents and diacritics
9+
• Updated translations
10+
11+
Fixed:
12+
13+
• Fixed folders showing up incorrectly as files in copy/move dialog
14+
• Fixed error when saving files with unsupported characters
15+
• Fixed missing permission prompt on initial "Save as" launch
16+
• Fixed printing text files containing a "#"
17+

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)