Skip to content

Commit

Permalink
Merge pull request #2111 from oasisprotocol/release
Browse files Browse the repository at this point in the history
Assemble changes for 2.1.0 release
  • Loading branch information
buberdds authored Jan 9, 2025
2 parents 1e4327a + 569454c commit 89c4a1c
Show file tree
Hide file tree
Showing 40 changed files with 95 additions and 39 deletions.
1 change: 0 additions & 1 deletion .changelog/2033.internal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2044.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2047.doc.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2049.process.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2057.process.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2075.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2076.feature.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2097.doc.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2100.doc.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

<!-- TOWNCRIER -->

## 2.1.0 (2025-01-09)

### Process Changes

- Add monthly cron job to update screenshots
([#2049](https://github.com/oasisprotocol/wallet/issues/2049))

- Cloudflare stable preview URLs
([#2057](https://github.com/oasisprotocol/wallet/issues/2057))

### Features

- Use official Oasis Network indexer as ROSE Wallet backend
([#2098](https://github.com/oasisprotocol/wallet/issues/2098))

- Add support for Oasis Scan API v2 as a backend option for Wallet
([#2075](https://github.com/oasisprotocol/wallet/issues/2075))

- Add support for Nexus API as a backend option for Wallet
([#2076](https://github.com/oasisprotocol/wallet/issues/2076))

### Bug Fixes and Improvements

- Prevent AddressBox in expanded row from resizing whole validators table
([#2035](https://github.com/oasisprotocol/wallet/issues/2035))

- Fix expanding table rows on non-plaintext cell
([#2040](https://github.com/oasisprotocol/wallet/issues/2040))

- Don't destroy Transak iframe every time pending transactions refresh
([#2041](https://github.com/oasisprotocol/wallet/issues/2041))

- Prevent importing from mnemonic when offline
([#2061](https://github.com/oasisprotocol/wallet/issues/2061))

- Guide users who paste Eth private key into Consensus private key input
([#2069](https://github.com/oasisprotocol/wallet/issues/2069))

- Discourage mistaken ParaTime deposits into Cipher
([#2082](https://github.com/oasisprotocol/wallet/issues/2082))

- Fix Oasis Scan V2 testnet API url
([#2106](https://github.com/oasisprotocol/wallet/issues/2106))

- Switch to Oasis Explorer when Nexus backend is used
([#2109](https://github.com/oasisprotocol/wallet/issues/2109))

- android: Bump min SDK version
([#2110](https://github.com/oasisprotocol/wallet/issues/2110))

### Documentation Improvements

- Make Chrome Web Store screenshots using Playwright
([#2044](https://github.com/oasisprotocol/wallet/issues/2044))

- Update Features section in README
([#2047](https://github.com/oasisprotocol/wallet/issues/2047))

- Explain Android app signing key configuration and secret management
([#2097](https://github.com/oasisprotocol/wallet/issues/2097))

- Include Nexus in readme
([#2100](https://github.com/oasisprotocol/wallet/issues/2100))

### Internal Changes

- Harden github workflow against injection
([#2033](https://github.com/oasisprotocol/wallet/issues/2033))

- Rename repository from oasis-wallet-web to wallet
([#2042](https://github.com/oasisprotocol/wallet/issues/2042))

- Delay GetChainContext request until needed
([#2062](https://github.com/oasisprotocol/wallet/issues/2062))

- Delay GetEpoch request until needed
([#2064](https://github.com/oasisprotocol/wallet/issues/2064))

- Use entity address to handle validators fallback
([#2078](https://github.com/oasisprotocol/wallet/issues/2078))

- Test hardcoded Paratime withdraw gas limit
([#2081](https://github.com/oasisprotocol/wallet/issues/2081))

- Override API in e2e tests to allow quick backend switch
([#2089](https://github.com/oasisprotocol/wallet/issues/2089))

- Switch to Nexus mocks in Playwright
([#2096](https://github.com/oasisprotocol/wallet/issues/2096))

- Switch dump validators to Nexus
([#2102](https://github.com/oasisprotocol/wallet/issues/2102))

## 2.0.0 (2024-08-13)

### Spotlight changes
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.0.0",
"version": "2.1.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": 2,
"version": "2.0.0",
"version": "2.1.0",
"default_locale": "en",
"icons": {
"16": "./Icon Blue 512.png",
Expand Down

0 comments on commit 89c4a1c

Please sign in to comment.