Skip to content

Commit 34d1350

Browse files
authored
v0.58.0 (#3747)
## What's Changed * v0.57.0 by @Shadowfiend in #3735 * Support for Wallet Test Framework by @SamWilsn in #3737 * Fix typos by @omahs in #3724 * Fix a couple of typos from contribution by @Shadowfiend in #3742 * Move action using node12 to a newer version by @michalinacienciala in #3722 * Changed the build for the firefox browser by @kogeletey in #3733 * Remove Goerli testnet from the testnets list by @michalinacienciala in #3718 * Move autolock timer by @radchukd in #3743 * Tweaks and creaks: Disable UNS, fix Ledger signing on built-in non-ETH/MATIC networks by @Shadowfiend in #3746 ## New Contributors * @SamWilsn made their first contribution in #3737 * @kogeletey made their first contribution in #3733 * @radchukd made their first contribution in #3743 Latest build: [extension-builds-3747](https://github.com/tahowallet/extension/suites/26032567144/artifacts/1703810792) (as of Mon, 15 Jul 2024 21:35:33 GMT).
2 parents fa852d4 + 97aa1c3 commit 34d1350

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/BUG.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ body:
5151
label: Version
5252
description: What version of the extension are you running?
5353
options:
54+
- v0.58.0
5455
- v0.57.0
5556
- v0.56.0
5657
- v0.55.0

manifest/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Taho",
3-
"version": "0.57.0",
3+
"version": "0.58.0",
44
"description": "The community owned and operated Web3 wallet.",
55
"homepage_url": "https://taho.xyz",
66
"author": "https://taho.xyz",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tallyho/tally-extension",
33
"private": true,
4-
"version": "0.57.0",
4+
"version": "0.58.0",
55
"description": "Taho, the community owned and operated Web3 wallet.",
66
"main": "index.js",
77
"repository": "[email protected]:thesis/tally-extension.git",

0 commit comments

Comments
 (0)