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

CHANGELOG: release 0.5.2 #208

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
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
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Changelog for NeoFS Panel

## [Unreleased]

## [0.5.2] - 2024-04-15

### Added
- Wallet installation instructions (#198)
- "Hosted on NeoFS" (#203)
- Container creation cost message (#204)
- OneGate instructions (#207)

### Fixed
- Missing restrictions for "allow reads for others" EACL preset (#201)
- "Share" link text for open containers (#202)
- Incorrect background (#206)

### Changed
- Filter/rule addition button placement (#200)
- WalletConnect popup to in-page modal screen (#205)

## [0.5.1] - 2024-03-20

### Fixed
Expand Down Expand Up @@ -113,4 +130,5 @@ First public review release.
[0.4.0]: https://github.com/nspcc-dev/panel-fs-neo-org/tree/v0.4.0
[0.5.0]: https://github.com/nspcc-dev/panel-fs-neo-org/tree/v0.5.0
[0.5.1]: https://github.com/nspcc-dev/panel-fs-neo-org/tree/v0.5.1
[Unreleased]: https://github.com/nspcc-dev/panel-fs-neo-org/compare/v0.5.1...master
[0.5.2]: https://github.com/nspcc-dev/panel-fs-neo-org/tree/v0.5.2
[Unreleased]: https://github.com/nspcc-dev/panel-fs-neo-org/compare/v0.5.2...master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neofs-panel",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"dependencies": {
"@cityofzion/neon-js": "^5.5.1",
Expand Down
Loading