Releases: trilitech/umami-v2
v2.3.6
What's Changed
- Fix key extraction during migration by @OKendigelyan in #2318
- Fix deeplink opening from cold start by @OKendigelyan in #2319
- Bump desktop version to 2.3.6 by @OKendigelyan in #2321
Troubleshooting
Those using Ubuntu 24 may encounter problems when starting or installing an application like The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now.
To solve this problem, you need to use this workaround.
The temporary solution is disabling the kernel.apparmor_restrict_unprivileged_userns:
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
electron/electron#41066 (comment)
The electron team is working on this to fix it in future electron updates, so as soon as we have a new electron version, we will update Umami Desktop.
Full Changelog: v2.3.5...v2.3.6
v2.3.5
What's Changed
- Fix migration issue from version 2.3.3 to later versions in #2215
- Implement AddContactModal by @OKendigelyan in #2040
- Add security.txt to web and desktop app by @serjonya-trili in #2032
- Add smart rollup address support by @OKendigelyan in #2036
- Set APPLE_TEAM_ID through an env var by @serjonya-trili in #2115
- Add a build workflow on all platforms by @ajinkyaraj-23 in #2116
- Add mac release workflow by @OKendigelyan in #2141
- Move security.txt to the Resources folder from .asar by @OKendigelyan in #2149
- 2037 small typos by @ajinkyaraj-23 in #2161
- Hide mnemonic during input by @OKendigelyan in #2160
- Adjust mac entitlements for desktop by @OKendigelyan in #2180
- Set new Tezos RPC nodes by @asiia-trilitech in #2163
- Add generic error message for send operation by @OKendigelyan in #2185
- Add reveal mnemonic logic by @OKendigelyan in #2217
- Add import/no-useless-path-segments rule to eslint-config by @asiia-trilitech in #2223
- Add social login 2fa warning by @OKendigelyan in #2234
Troubleshooting
Those using Ubuntu 24 may encounter problems when starting or installing an application like The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now.
To solve this problem, you need to use this workaround.
electron/electron#41066 (comment)
The electron team is working on this to fix it in future electron updates, so as soon as we have a new electron version, we will update Umami Desktop.
Full Changelog: v2.3.3...v2.3.5
v2.3.4
What's Changed
- Add support for multi page form re-fill on go back by @serjonya-trili in #1715
- Fix beacon peers updates by @serjonya-trili in #1764
- Migrate to pnpm from yarn by @serjonya-trili in #1765
- Update recipient styles by @OKendigelyan in #1766
- Allow custom embed & web domains in auth by @serjonya-trili in #1763
- Add shared beacon utils by @asiia-trilitech in #1776
- Add onboarding flow by @serjonya-trili in #1710
- Add empty page by @OKendigelyan in #1784
- Add account tile to mobile header by @OKendigelyan in #1805
- Fix ui on beacon request modals by @OKendigelyan in #1803
- Add additional account import feature by @serjonya-trili in #1814
- Add create password step for mnemonic user by @OKendigelyan in #1813
- Send message to Embed Component when fee estimation completed by @asiia-trilitech in #1801
- Add verification flow by @OKendigelyan in #1827
- Add embed sign payload modal by @asiia-trilitech in #1804
- Add account derivation for mnemonic users by @OKendigelyan in #1853
- Improve electron fuses setup by @serjonya-trili in #1828
- Update colours scheme by @OKendigelyan in #1875
- Improve multisig account fetching by @serjonya-trili in #1884
- Fix desktop offboarding by @serjonya-trili in #1900
- Add "Create a new wallet" flow when click on "Add Account" button by @OKendigelyan in #1885
- Update responsive breakpoints by @OKendigelyan in #1902
- Add password for backups by @serjonya-trili in #1892
- Update operation succeed modal by @OKendigelyan in #1912
- Improve Beacon payload parsing by @serjonya-trili in #1913
- Fix issues when changing the network by @OKendigelyan in #1914
- Remove multisig accounts from recipients list by @OKendigelyan in #1920
- Add embed ghostnet url to oauth redirect page by @asiia-trilitech in #1925
- Set CSP & permissions requests handling by @serjonya-trili in #1924
- Adjust Form/Sign page UI by @OKendigelyan in #1934
- Change windows installer to appx by @serjonya-trili in #1971
- Fix tezbox image tag by @serjonya-trili in #1972
- Replace fingerprint calculation with a secure option by @serjonya-trili in #1946
- Remove unused CLI arguments by @serjonya-trili in #1997
- Add earn section by @OKendigelyan in #1954
- User should switch immediately to a new added account by @OKendigelyan in #1986
- Add password strength meter by @OKendigelyan in #1949
- Add report button to dapp request modal by @OKendigelyan in #2009
- Restrict http traffic by @serjonya-trili in #2017
- Add url validation by @OKendigelyan in #2016
- Fix flaky decrypt test by @serjonya-trili in #2021
- Add Google Analytics to web by @asiia-trilitech in #1733
- Update toast styles by @OKendigelyan in #2020
- Fix ui issues by @OKendigelyan in #2022
- Improve name validation by @serjonya-trili in #2019
- Fix UI bugs by @serjonya-trili in #2023
- Fix ui by @OKendigelyan in #2025
- Add minimal anti-bruteforce measures by @serjonya-trili in #2028
- Fix mnemonic input styling by @serjonya-trili in #2027
- Fix UI v3 by @OKendigelyan in #2031
- Create embed-iframe-mainnet app by @asiia-trilitech in #2018
- Fix network url regex by @OKendigelyan in #2033
- Fix desktop social auth by @serjonya-trili in #2034
- Fix infinite scroll on Operations and Activity pages by @OKendigelyan in #2035
- Add subresource integrity by @asiia-trilitech in #2030
- Fix CSP for embed-iframe-mainnet by @asiia-trilitech in #2039
- Add security.txt to web and desktop app by @serjonya-trili in #2032
- Add smart rollup address support by @OKendigelyan in #2036
Full Changelog: v2.3.3...v2.3.4
V2.3.3
What's Changed
- Updated
elliptic
andaxios
to non-vulnerable versions
Full Changelog: v2.3.2...v2.3.3
V2.3.2
Fixes
- Fix failed origination tile rendering by @serjonya-trili in #1478
Full Changelog: v2.3.1...v2.3.2
V2.3.1
Fixes
- Fix linux builds by @serjonya-trili in #1376
- Fix beacon signing by @serjonya-trili in #1383
Full Changelog: v2.3.0...v2.3.1
V2.3.0
What's Changed
- Add advanced settings to multisig sign page by @OKendigelyan in #1361
- Add staking functionality by @serjonya-trili in #1298
- Migrate to monorepo by @serjonya-trili in #1352
Fixes
- Fix operations execution for unrevealed accounts by @serjonya-trili in #1364
- Fix contract origination with Michelson storage by @serjonya-trili in #1341
- Update useDataPolling hook to show only one notification by @OKendigelyan in #1369
- Add form isValid check for SignButton by @OKendigelyan in #1349
- Fix mutezToTez type by @serjonya-trili in #1345
Full Changelog: v2.2.0...v2.3.0
V2.2.0
What's Changed
- Add origination operation page by @OKendigelyan in #1285
- Allow pseudo-transactions through beacon by @serjonya-trili in #1245
- Add social login by @serjonya-trili in #1276
Fixes
- Fix operations on window refocus by @serjonya-trili in #1078
- Fix baker suggestions elements alignment by @serjonya-trili in #1124
- Fix fetching networks on contacts migration by @asiia-trilitech in #1126
- Fix missing/obsolete dependencies by @serjonya-trili in #1246
- Fix secret key import error by @OKendigelyan in #1281
- Fix autosuggestions when contacts have the same name by @serjonya-trili in #1297
- Handle network change in address book by @asiia-trilitech in #1026
Full Changelog: v2.1.0...v2.2.0
V2.1.0
What's Changed
New Features
- Allow setting custom derivation path
Bugfixes
- "Internal" operations do not cause app crash
- You open the app at the
/
on a crash, which should be safer then just refreshing the page - Fixed beacon crashing on off-boarding
Full Changelog: v2.0.3...v2.1.0
V2.0.3
What's Changed
- Added batching functionality to Beacon integration
- Fixed NFTs count being hidden behind the image
- Package updates
Full Changelog: v2.0.2...v2.0.3