Skip to content

Commit

Permalink
CHANGELOG: release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov committed Jun 1, 2023
1 parent beaf57d commit ebb1205
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

0 comments on commit ebb1205

Please sign in to comment.