diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b90222..3e8561b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,38 @@ 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] -First React version fixing #12, #13, #14, #15, #16. +The first React version fixing #12, #13, #14, #15, #16. + +## pre-0.5.0 + +See git log. -[0.5.0]: https://github.com/nspcc-dev/send-fs-neo-org/tree/v0.5.0 -[Unreleased]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.0...master +[0.5.0]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.2.6...v0.5.0 +[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