diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a62ea9c0a..a6d0cc5bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. +## [1.0.18] - 2020-05-01 + +### Added + +- [#191](https://github.com/cosmos/lunie/pull/191) Allows Polkadot account creation and restore @Bitcoinera +- Ability to sign with Polkadot @faboweb +- added theme changes for new extension theme @jbibla + +### Changed + +- [#191](https://github.com/cosmos/lunie/pull/191) Refactor createKey in actions to not depend on store. Create wallet.js for the refactor @Bitcoinera +- [#184](https://github.com/cosmos/lunie/pull/184) Changes submodule for a Lunie version where ClaimRewardsTxDetails doesn't open inside extension @Bitcoinera +- Adjust allowed pages to new Netlify link schema @faboweb +- Change title of extension @faboweb +- minor style updates, changes to route names @jbibla + +### Fixed + +- [#188](https://github.com/cosmos/lunie/issues/188) Fixes the deposit transactions parser @Bitcoinera +- Fix session approve styling @faboweb + +### Deprecated + +- Removed need to set extension environment variable @faboweb + ## [1.0.17] - 2020-03-22 ### Changed diff --git a/package.json b/package.json index 8f73cf50a0..ca01d1ae58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lunie-browser-extension", - "version": "1.0.17", + "version": "1.0.18", "description": "A browser extension to securely manage accounts and addresses, for use with Lunie.io.", "author": "Lunie (https://lunie.io)", "licenses": [ @@ -126,7 +126,7 @@ "prettier": "^1.17.1", "sass-loader": "^7.1.0", "selenium-server": "^3.141.59", - "simsala": "^0.0.19", + "simsala": "^0.0.21", "stylelint": "^10.1.0", "stylelint-config-standard": "^18.3.0", "vue-jest": "^3.0.4", @@ -141,4 +141,4 @@ "handlebars": ">=4.5.2", "serialize-javascript": ">=2.1.1" } -} \ No newline at end of file +} diff --git a/pending/ana_fix-deposit-transactions b/pending/ana_fix-deposit-transactions deleted file mode 100644 index c885feb961..0000000000 --- a/pending/ana_fix-deposit-transactions +++ /dev/null @@ -1 +0,0 @@ -[Fixed] [#188](https://github.com/cosmos/lunie/issues/188) Fixes the deposit transactions parser @Bitcoinera \ No newline at end of file diff --git a/pending/ana_refactor-create-key-to-avoid-using-store b/pending/ana_refactor-create-key-to-avoid-using-store deleted file mode 100644 index 940f62cb1d..0000000000 --- a/pending/ana_refactor-create-key-to-avoid-using-store +++ /dev/null @@ -1,2 +0,0 @@ -[Changed] [#191](https://github.com/cosmos/lunie/pull/191) Refactor createKey in actions to not depend on store. Create wallet.js for the refactor @Bitcoinera -[Added] [#191](https://github.com/cosmos/lunie/pull/191) Allows Polkadot account creation and restore @Bitcoinera \ No newline at end of file diff --git a/pending/ana_update-submodule-commit-to-display-claimrewards-correctly b/pending/ana_update-submodule-commit-to-display-claimrewards-correctly deleted file mode 100644 index 54e211bb63..0000000000 --- a/pending/ana_update-submodule-commit-to-display-claimrewards-correctly +++ /dev/null @@ -1 +0,0 @@ -[Changed] [#184](https://github.com/cosmos/lunie/pull/184) Changes submodule for a Lunie version where ClaimRewardsTxDetails doesn't open inside extension @Bitcoinera \ No newline at end of file diff --git a/pending/fabo_allow-new-netlify-link b/pending/fabo_allow-new-netlify-link deleted file mode 100644 index 86432dcc10..0000000000 --- a/pending/fabo_allow-new-netlify-link +++ /dev/null @@ -1,3 +0,0 @@ -[Changed] Adjust allowed pages to new Netlify link schema @faboweb -[Changed] Change title of extension @faboweb -[Deprecated] Removed need to set extension environment variable @faboweb \ No newline at end of file diff --git a/pending/fabo_fix-styling b/pending/fabo_fix-styling deleted file mode 100644 index 1903df34a6..0000000000 --- a/pending/fabo_fix-styling +++ /dev/null @@ -1 +0,0 @@ -[Fixed] Fix session approve styling @faboweb \ No newline at end of file diff --git a/pending/fabo_signing-refactor b/pending/fabo_signing-refactor deleted file mode 100644 index 654c28e8dc..0000000000 --- a/pending/fabo_signing-refactor +++ /dev/null @@ -1 +0,0 @@ -[Added] Ability to sign with Polkadot @faboweb \ No newline at end of file diff --git a/pending/jordan_bueno-welcome b/pending/jordan_bueno-welcome deleted file mode 100644 index f359955af2..0000000000 --- a/pending/jordan_bueno-welcome +++ /dev/null @@ -1 +0,0 @@ -[Changed] minor style updates, changes to route names @jbibla \ No newline at end of file diff --git a/pending/jordan_themes b/pending/jordan_themes deleted file mode 100644 index efec6b3110..0000000000 --- a/pending/jordan_themes +++ /dev/null @@ -1 +0,0 @@ -[Added] added theme changes for new extension theme @jbibla \ No newline at end of file