Skip to content

Commit

Permalink
[explorer] task: release v1.1.6 #1083
Browse files Browse the repository at this point in the history
* [explorer] task: release v1.1.6

* [explorer] task: update change log
  • Loading branch information
AnthonyLaw committed Aug 29, 2022
1 parent 2e74748 commit e410e18
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file.

The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v1.1.6][v1.1.6] - 17-Jun-2022
Package | Version | Link
---|---|---
REST Core| v2.4.0 | catapult-rest
SDK Core| v2.0.1 | symbol-sdk

[Bug] [#906](https://github.com/symbol/explorer/issues/906): Ctrl + click on any transaction link is working now.

[Bug] [#1051](https://github.com/symbol/explorer/issues/1051): Fix invalid XYM amount display when XYM sent together with namespace alias and mosaic id.

[Bug] [#1052](https://github.com/symbol/explorer/issues/1052): Removed senseless voting key address in the voting key section.

[Feature] [#1055](https://github.com/symbol/explorer/pull/1055): We added a copy button beside the address on the listing page.

[Feature] [#1056](https://github.com/symbol/explorer/pull/1056): We added the account label on the account listing page.

[Feature] [#1057](https://github.com/symbol/explorer/pull/1057): Dependabot and auto-merge are up.

[Performance] [#1068](https://github.com/symbol/explorer/pull/1068): Performance improvement for the transaction list page, reduce block requests to obtain timestamp.

[Feature] [#1070](https://github.com/symbol/explorer/pull/1070): Explorer will display the local timezone now.

[Bug] [#1101](https://github.com/symbol/explorer/pull/1101): Fix display wrong native namespace expiration.

## [v1.1.5][v1.1.5] - 23-Apr-2022

Package | Version | Link
Expand Down Expand Up @@ -482,3 +506,4 @@ SDK Core| v0.20.7 | symbol-sdk
[v1.1.3]: https://github.com/symbol/explorer/releases/tag/v1.1.3
[v1.1.4]: https://github.com/symbol/explorer/releases/tag/v1.1.4
[v1.1.5]: https://github.com/symbol/explorer/releases/tag/v1.1.5
[v1.1.6]: https://github.com/symbol/explorer/releases/tag/v1.1.6
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "symbol-explorer",
"version": "1.1.5",
"version": "1.1.6",
"description": "Symbol Block and Network Explorer",
"scripts": {
"build": "vue-cli-service build",
Expand Down

0 comments on commit e410e18

Please sign in to comment.