Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.4.0 #156

Merged
merged 2 commits into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 32 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,71 @@ Changelog for NeoFS Panel

## [Unreleased]

## [0.4.0] - 2024-02-09

### Added
- REACT_APP_NETWORK configuration (#130)
- Download button for objects (#137)

### Fixed
- Add profile.html in Makefile (#119)
- Missing error handling in some cases (#139, #153, #155)
- Displaying long file names (#139)

### Changed
- UI texts and icons for better experience (#129, #140, #142, #150, #151)
- Upgraded WalletConnect SDK to 3.2.0 (#138)
- EACL presets to Panel-compatible (#147)

### Removed
- Useless REACT_APP_NEOFS_GAS_TOKEN configuration (#128)
- Duplicating REACT_APP_NEOFS_SCRIPT_HASH configuration (#131)
- Dependency on HTTP gateway (#125, #150)

## [0.3.1] - 2023-12-25

## Fixed
### Fixed
- Add profile.html in Makefile (#119)

## [0.3.0] - 2023-12-25

## Fixed
### Fixed
- Incompatibility with new WC version (#112)

## Changed
### Changed
- Use mainnet by default (#116)

## [0.2.1] - 2023-10-18

## Fixed
### Fixed
- Improve Makefile (#84, #96)
- Replace WorkSans font (#89)
- Break long file names in label (#91)
- Remove vulnerabilities from package.json (#95)
- Implement social_pipe for socials list (#98)
- Hide webpack source map (#100)

## Added
### Added
- Website version to the page (#63)

## Changed
### Changed
- Implement neo design (#89)
- Social links for new format (#97)
- WC sdk react lib for node 18 version (#103)

## [0.2.0] - 2022-11-23

## Fixed
### Fixed
- WalletConnect options (#85)
- Assets withdraw (#38)
- Logout on bad websocket connection (#79)

## Added
### Added
- Gateway token storage (#15)
- Loader for object list (#80)
- Connection issue messages (#40)

## Changed
### Changed
- Containers order (#49)
- Token lifetime (#23)

Expand All @@ -61,4 +82,5 @@ First public review release.
[0.2.1]: https://github.com/nspcc-dev/panel-fs-neo-org/tree/v0.2.1
[0.3.0]: https://github.com/nspcc-dev/panel-fs-neo-org/tree/v0.3.0
[0.3.1]: https://github.com/nspcc-dev/panel-fs-neo-org/tree/v0.3.1
[Unreleased]: https://github.com/nspcc-dev/panel-fs-neo-org/compare/v0.3.1...master
[0.4.0]: https://github.com/nspcc-dev/panel-fs-neo-org/tree/v0.4.0
[Unreleased]: https://github.com/nspcc-dev/panel-fs-neo-org/compare/v0.4.0...master
Loading