Skip to content

Commit

Permalink
Merge pull request #284 from oasisprotocol/tjanez/release-1.8.0
Browse files Browse the repository at this point in the history
Prepare release 1.8.0
  • Loading branch information
tjanez authored Aug 29, 2022
2 parents cd9af6a + 81a89c8 commit 5a9f359
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 7 deletions.
36 changes: 31 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,52 @@
# Change Log

## 1.8.0

Spotlight change:

- Add support for Sapphire ParaTime on Testnet
([#279](https://github.com/oasisprotocol/oasis-wallet-ext/pull/279)).

Little things:

- Improve numeric precision in reclaim escrow
([#281](https://github.com/oasisprotocol/oasis-wallet-ext/pull/281)).
- Propagate error from first attempt if retrying fails since it would often fail
with "invalid nonce" which would in turn mask the original problem
([#282](https://github.com/oasisprotocol/oasis-wallet-ext/pull/282)).

Internal:

- Use `encodeURIComponent()` everywhere
([#280](https://github.com/oasisprotocol/oasis-wallet-ext/pull/280)).
- Refactor `notification` in APIService
([#280](https://github.com/oasisprotocol/oasis-wallet-ext/pull/280)).
- Add extensionizer types
([#280](https://github.com/oasisprotocol/oasis-wallet-ext/pull/280)).
- Simplify `getQueryStringArgs()`, `getNumberDecimals()`, `trimSpace()` utils
([#282](https://github.com/oasisprotocol/oasis-wallet-ext/pull/282)).

## 1.7.0

Spotlight change:

- Disable the confirm button on warnings for dangerous transactions
([#271](https://github.com/oasisprotocol/oasis-wallet-ext/pull/271))
([#271](https://github.com/oasisprotocol/oasis-wallet-ext/pull/271)).

Little things:

- Fix signing transactions with accounts created from short private key "seeds"
([#273](https://github.com/oasisprotocol/oasis-wallet-ext/pull/273))
([#273](https://github.com/oasisprotocol/oasis-wallet-ext/pull/273)).

- Display more informative errors than only "Transaction broadcast failed"
([#272](https://github.com/oasisprotocol/oasis-wallet-ext/pull/272))
([#272](https://github.com/oasisprotocol/oasis-wallet-ext/pull/272)).

## 1.6.0

Spotlight change:

- Only show paratimes Emerald and Cipher
([#267](https://github.com/oasisprotocol/oasis-wallet-ext/pull/267))
([#267](https://github.com/oasisprotocol/oasis-wallet-ext/pull/267)).

Little things:

Expand Down Expand Up @@ -64,7 +90,7 @@ Little things:

Little things:

- Properly set 1.3.0 release heading in the Change Log
- Properly set 1.3.0 release heading in the Change Log.

## 1.3.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oasis-wallet",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"scripts": {
"build": "webpack --mode production",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"manifest_version": 2,
"version": "1.7.0",
"version": "1.8.0",
"default_locale": "en",
"icons": {
"16": "img/oasis.png",
Expand Down

0 comments on commit 5a9f359

Please sign in to comment.