Skip to content

Commit

Permalink
v0.29.0 (#3210)
Browse files Browse the repository at this point in the history
## What's Changed
* Fix network icon background url by @vvatom in
#3136
* Fetch completed abilities by @kkosiorowska in
#3072
* Tabbed Onboarding - Additional accounts by @hyphenized in
#2956
* Update the spinner variant styles by @kkosiorowska in
#3127
* v0.28.0 by @jagodarybacka in
#3133
* [Custom RPCs] Allow displaying and removing custom networks by
@hyphenized in #3032
* Fix CODEOWNERS teams and drop package.json by @Shadowfiend in
#3143
* Onboarding - Remove supported chains, fix add wallet buttons by
@hyphenized in #3159
* Delete accounts for a given network when removing that network. by
@0xDaedalus in #3153
* Handle case where there are no cached assets for given network by
@jagodarybacka in #3160
* E2E Tests - Intercept posthog requests in e2e tests by @hyphenized in
#3146
* Token Balances - Prevent discovered tokens from shadowing known assets
balances by @hyphenized in
#3137
* Disable 429 Retry when querying CoinGecko API. by @0xDaedalus in
#3165
* Does not show price impact when data is not ready by @kkosiorowska in
#3157
* Add basic tests for abilities by @kkosiorowska in
#3140
* Fix balance label width by @vvatom in
#3134
* v0.28.1 by @hyphenized in
#3167
* Unit tests for NFTItem by @kkosiorowska in
#3173
* Onboarding Revamp QA by @hyphenized in
#3097
* Impersonate MM on tally.xyz and polygon.technology by @jagodarybacka
in #3194
* Replace deprecated `set-output` command by @michalinacienciala in
#3199
* Custom RPCs - Update network icons color fallback list by @hyphenized
in #3196
* NFT marketplace links revamp by @jagodarybacka in
#3200
* E2E Tests - Add test for new onboarding flows by @hyphenized in
#3113

## New Contributors
* @vvatom made their first contribution in
#3136
* @michalinacienciala made their first contribution in
#3199

**Full Changelog**:
v0.28.1...v0.29.0

Latest build:
[extension-builds-3210](https://github.com/tahowallet/extension/suites/11903950493/artifacts/623085934)
(as of Thu, 30 Mar 2023 01:06:03 GMT).
  • Loading branch information
kkosiorowska authored Apr 5, 2023
2 parents eb5e149 + 9c3ace6 commit 9264568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ body:
label: Version
description: What version of the extension are you running?
options:
- v0.29.0
- v0.28.1
- v0.28.0
- v0.27.2
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Taho",
"version": "0.28.1",
"version": "0.29.0",
"description": "The community owned and operated Web3 wallet.",
"homepage_url": "https://taho.xyz",
"author": "https://taho.xyz",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tallyho/tally-extension",
"private": true,
"version": "0.28.1",
"version": "0.29.0",
"description": "Taho, the community owned and operated Web3 wallet.",
"main": "index.js",
"repository": "[email protected]:thesis/tally-extension.git",
Expand Down

0 comments on commit 9264568

Please sign in to comment.