Skip to content

Commit a1b36ee

Browse files
authored
Merge pull request #127 from nspcc-dev/rel-0.6.3
CHANGELOG: release 0.6.3
2 parents 7f3ad07 + e2737d9 commit a1b36ee

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Changelog for SendFS
44

55
## [Unreleased]
66

7+
## [0.6.3] - 2025-01-22
8+
9+
### Changed
10+
11+
- UI checks for inappropriate content types now displaying more user-friendly errors (#125)
12+
- Missing content type is treated as application/octet-stream now which allows to upload some files that were rejected previously (#125)
13+
714
## [0.6.2] - 2024-09-02
815

916
### Fixed
@@ -88,4 +95,5 @@ See git log.
8895
[0.6.0]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.3...v0.6.0
8996
[0.6.1]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.0...v0.6.1
9097
[0.6.2]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.1...v0.6.2
91-
[Unreleased]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.2...master
98+
[0.6.3]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.2...v0.6.3
99+
[Unreleased]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.3...master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "send-fs-neo-org",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-svg-core": "^6.4.0",

0 commit comments

Comments
 (0)