Skip to content
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
1 change: 0 additions & 1 deletion .changelog/2173.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2174.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2177.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2178.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2179.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2181.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2182.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2183.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2184.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2185.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2186.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2187.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2196.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2197.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2201.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2205.bugfix.md

This file was deleted.

49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,55 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 2.4.0 (2025-08-25)

### Removals and Breaking Changes

- Remove Transak Fiat on-ramp as it no longer offers ROSE
([#2196](https://github.com/oasisprotocol/wallet/issues/2196))

### Bug Fixes and Improvements

- Detect faulty ledger firmware
([#2205](https://github.com/oasisprotocol/wallet/issues/2205))

- Make sidebar sticky and fit the screen
([#2197](https://github.com/oasisprotocol/wallet/issues/2197))

- Don't throw on failed debonding transaction
([#2187](https://github.com/oasisprotocol/wallet/issues/2187))

### Internal Changes

- Update dependencies
([#2173](https://github.com/oasisprotocol/wallet/issues/2173),
[#2174](https://github.com/oasisprotocol/wallet/issues/2174),
[#2183](https://github.com/oasisprotocol/wallet/issues/2183))

- Update extension release notes
([#2177](https://github.com/oasisprotocol/wallet/issues/2177))

- Remove Oasis Monitor leftovers
([#2178](https://github.com/oasisprotocol/wallet/issues/2178))

- Build APK only on master to speed up PR check
([#2179](https://github.com/oasisprotocol/wallet/issues/2179))

- Fork @parcel/error-overlay to ignore console.error (for parcel@2.14)
([#2184](https://github.com/oasisprotocol/wallet/issues/2184))

- Fix warnings and error overlays since parcel@2.14
([#2181](https://github.com/oasisprotocol/wallet/issues/2181))

- Fix importing images in parcel@2.14
([#2182](https://github.com/oasisprotocol/wallet/issues/2182))

- Migrate Cloudflare preview deploys to wrangler action
([#2185](https://github.com/oasisprotocol/wallet/issues/2185))

- Fix screenshots CI
([#2186](https://github.com/oasisprotocol/wallet/issues/2186))

## 2.3.0 (2025-05-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/lukaw3d/parcel-bundler-json-schemas/main/package_schema.json",
"name": "@oasisprotocol/rose-wallet",
"version": "2.3.0",
"version": "2.4.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"manifest_version": 3,
"version": "2.3.0",
"version": "2.4.0",
"default_locale": "en",
"icons": {
"16": "./Icon Blue 512.png",
Expand Down