Skip to content

Commit

Permalink
Merge pull request #92 from nspcc-dev/rel-0.5.1
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
roman-khimov authored Jun 1, 2023
2 parents 47c275a + ebb1205 commit 7536734
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7536734

Please sign in to comment.