Skip to content

Commit c2482ee

Browse files
chore(release): v1.3.0 (8) (#269)
1 parent de5b6da commit c2482ee

File tree

4 files changed

+36
-16
lines changed

4 files changed

+36
-16
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: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,22 @@ 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])
13-
- Fixed files in hidden folders showing up in recent tab ([#217])
148

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

1813
### Changed
1914
- Save button now overwrites files directly in the text editor ([#224])
2015
- 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])
23+
- Fixed files in hidden folders showing up in recent tab ([#217])
2124

2225
## [1.2.3] - 2025-09-15
2326
### Fixed
@@ -76,23 +79,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7679
[#27]: https://github.com/FossifyOrg/File-Manager/issues/27
7780
[#37]: https://github.com/FossifyOrg/File-Manager/issues/37
7881
[#80]: https://github.com/FossifyOrg/File-Manager/issues/80
82+
[#85]: https://github.com/FossifyOrg/File-Manager/issues/85
83+
[#95]: https://github.com/FossifyOrg/File-Manager/issues/95
84+
[#104]: https://github.com/FossifyOrg/File-Manager/issues/104
7985
[#105]: https://github.com/FossifyOrg/File-Manager/issues/105
8086
[#106]: https://github.com/FossifyOrg/File-Manager/issues/106
8187
[#120]: https://github.com/FossifyOrg/File-Manager/issues/120
8288
[#136]: https://github.com/FossifyOrg/File-Manager/issues/136
8389
[#149]: https://github.com/FossifyOrg/File-Manager/issues/149
8490
[#150]: https://github.com/FossifyOrg/File-Manager/issues/150
8591
[#176]: https://github.com/FossifyOrg/File-Manager/issues/176
92+
[#217]: https://github.com/FossifyOrg/File-Manager/issues/217
93+
[#224]: https://github.com/FossifyOrg/File-Manager/issues/224
94+
[#250]: https://github.com/FossifyOrg/File-Manager/issues/250
8695
[#251]: https://github.com/FossifyOrg/File-Manager/issues/251
8796
[#267]: https://github.com/FossifyOrg/File-Manager/issues/267
88-
[#250]: https://github.com/FossifyOrg/File-Manager/issues/250
89-
[#85]: https://github.com/FossifyOrg/File-Manager/issues/85
90-
[#95]: https://github.com/FossifyOrg/File-Manager/issues/95
91-
[#104]: https://github.com/FossifyOrg/File-Manager/issues/104
92-
[#224]: https://github.com/FossifyOrg/File-Manager/issues/224
93-
[#217]: https://github.com/FossifyOrg/File-Manager/issues/217
9497

95-
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.2.3...HEAD
98+
[Unreleased]: https://github.com/FossifyOrg/File-Manager/compare/1.3.0...HEAD
99+
[1.3.0]: https://github.com/FossifyOrg/File-Manager/compare/1.2.3...1.3.0
96100
[1.2.3]: https://github.com/FossifyOrg/File-Manager/compare/1.2.2...1.2.3
97101
[1.2.2]: https://github.com/FossifyOrg/File-Manager/compare/1.2.0...1.2.2
98102
[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+
• Search now ignores accents and diacritics
9+
• Updated translations
10+
11+
Fixed:
12+
13+
• Fixed folders showing up incorrectly as files in the copy/move dialog
14+
• Fixed error when saving files with unsupported characters
15+
• Fixed printing text files containing a "#"
16+
• Fixed files in hidden folders showing up in the recent tab

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)