From beaf57d0afab5eff166d3da353177b3e1984c6a4 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 1 Jun 2023 22:46:21 +0300 Subject: [PATCH 1/2] CHANGELOG: fix links and some text * we usually add links to "compare" * it's (almost) always "the first" * pre-0.5.0 reference Signed-off-by: Roman Khimov --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b90222..92493f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ Changelog for SendFS ## [0.5.0] -First React version fixing #12, #13, #14, #15, #16. +The first React version fixing #12, #13, #14, #15, #16. -[0.5.0]: https://github.com/nspcc-dev/send-fs-neo-org/tree/v0.5.0 +## pre-0.5.0 + +See git log. + +[0.5.0]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.2.6...v0.5.0 [Unreleased]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.0...master From ebb12052a8c1471f6a50a8e56cd309a7d501ec7d Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 1 Jun 2023 22:47:29 +0300 Subject: [PATCH 2/2] CHANGELOG: release 0.5.1 --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92493f8..3e8561b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ Changelog for SendFS ## [Unreleased] +## [0.5.1] + +### Fixed + +- A number of stylistic UI adjustments (#23, #24, #30, #37, #38, #46, #52, #53, #54, #55, #60, #69, #76, #78, #85, #86) +- Uploading files with authorization via proxy (#44) +- Upload error handling (#45, #88) + +### Added + +- Website version in the footer (#28, #68, #84) +- Proper Content-Security-Policy (#42, #79) +- Proper license (#31) +- More metadata on the "load" page (#77, #91) + +### Changed + +- App autoversioning scheme (#39, #41) +- New README with up-to-date configuration and instructions (#31, #58, #59, #66, #75) + +### Removed + +- REACT_APP_EPOCH_LINE configuration, it's a part of the app now since it can't change unless netmap contract changes (#31) + ## [0.5.0] The first React version fixing #12, #13, #14, #15, #16. @@ -13,4 +37,5 @@ The first React version fixing #12, #13, #14, #15, #16. See git log. [0.5.0]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.2.6...v0.5.0 -[Unreleased]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.0...master +[0.5.1]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.0...v0.5.1 +[Unreleased]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.1...master