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.3 #226

Merged
merged 1 commit into from
Sep 13, 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
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Changelog for NeoFS Panel

## [Unreleased]

## [0.5.3] - 2024-09-13

### Added
- Open Graph image tag (#213)
- NeoLine autodetection (#219)
- Links to transactions (#220)
- CSP header (#223)

### Changed
- Cost calculator fetches fee values from the gateway (#215)
- Obsolete REST object APIs are no longer used (#217)
- Balance alignment (#221)
- Handling of wallet misconfiguration (#225)

### Upgrade from 0.5.2

Notice that this version is incompatible with REST gateway <0.11.0 version.

## [0.5.2] - 2024-04-15

### Added
Expand Down Expand Up @@ -131,4 +149,5 @@ First public review release.
[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
[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
[0.5.3]: https://github.com/nspcc-dev/panel-fs-neo-org/tree/v0.5.3
[Unreleased]: https://github.com/nspcc-dev/panel-fs-neo-org/compare/v0.5.3...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.2",
"version": "0.5.3",
"private": true,
"dependencies": {
"@cityofzion/neon-js": "^5.5.1",
Expand Down
Loading