Skip to content

Commit 8a9061d

Browse files
author
lukaw3d
committed
Assemble changes for 1.23.0 release
1 parent 2716a42 commit 8a9061d

10 files changed

Lines changed: 25 additions & 9 deletions

.changelog/2001.trivial.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/2032.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/2033.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/2041.trivial.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/2042.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/2043.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/2044.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/2045.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,30 @@ The format is inspired by [Keep a Changelog].
1212

1313
<!-- TOWNCRIER -->
1414

15+
## 1.23.0 (2025-06-27)
16+
17+
### Features
18+
19+
- Change explorer background, logo and card borders
20+
([#2033](https://github.com/oasisprotocol/explorer/issues/2033))
21+
22+
### Bug Fixes and Improvements
23+
24+
- Assume "unknown" method and status means encrypted so show a lock icon
25+
([#2032](https://github.com/oasisprotocol/explorer/issues/2032))
26+
27+
- Improve transaction method labels
28+
([#2042](https://github.com/oasisprotocol/explorer/issues/2042))
29+
30+
- Parse ROFL machine commands in transaction body
31+
([#2043](https://github.com/oasisprotocol/explorer/issues/2043))
32+
33+
- Show method name in subcall transactions
34+
([#2044](https://github.com/oasisprotocol/explorer/issues/2044))
35+
36+
- Estimate ROFL app instance expiration time based on epoch
37+
([#2045](https://github.com/oasisprotocol/explorer/issues/2045))
38+
1539
## 1.22.1 (2025-06-14)
1640

1741
### Bug Fixes and Improvements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oasisprotocol/explorer-frontend",
3-
"version": "1.22.1",
3+
"version": "1.23.0",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)