Skip to content

Releases: brumeproject/wallet

0.6.535 — Navigation

16 Dec 21:41
314d8ff
Compare
Choose a tag to compare

Navigation

  • New navigation mechanisms
  • Added global settings page

Translation

  • Added top-30 languages

SEO

  • Added hack to make any hosting SEO-compatible (e.g. IPFS)
  • Added an url entry-point for each language (e.g. https//wallet.brume.money/fr)

Others

  • Reduced technical debt

0.6.531 — Tokens

26 Nov 17:42
af8d5ba
Compare
Choose a tag to compare

Privacy

  • Token balances are no longer fetched unless the token is added to favorites, this prevents linking wallets by fingerprinting the tokens they fetch

Tokens

  • Added Uniswap V3 price computation
  • Added automatic Uniswap V3 pool finding algorithm
  • Better display of quantities like balances
  • Added top tokens section based on token contest
  • You can now manually refresh token balance
  • Fixed display issue on long token names

Technical

  • Now using Glacier 2.2 with the new query key format
  • Now using universal queries for faster and safer development
  • Better caching expiration and cooldown mechanisms

0.6.530 — Reliability

12 Nov 06:51
8242e13
Compare
Choose a tag to compare

Immutable

  • Removed brick mode

Storage

  • Now using Serac
  • Better garbage collection

Tor

  • Better circuit selection
  • Better WebSocket retry mechanisms

RPCs

  • Removed Tenderly RPCs (all unreliable)

Tokens

  • Loading and error indicator

0.6.529 — Fixes

04 Nov 15:31
fd059fc
Compare
Choose a tag to compare

Fixes

  • Fixed crash on token price display

Design

  • Added dark mode on loading screen

Security

  • Removed encrypted block from Android (#35)

0.6.528 — Immutable

01 Nov 16:39
197f6dc
Compare
Choose a tag to compare

Launch

  • Replaced the ugly loading screen with a fancy one

Immutable

  • Bad caching now warns instead of throwing

0.6.527 — Fixes

23 Oct 15:04
2c45bce
Compare
Choose a tag to compare

Fixes

  • Fixed crash on eth_sendTransaction

Improvements

  • RPC messages are now runtime guarded

0.6.525 — Code & Fixes

07 Sep 16:44
68bb2d2
Compare
Choose a tag to compare

Code

  • General libraries update
  • New pooling mechanism
  • Removed technical debt
  • WebAssembly megabundle
  • Outsourced WalletConnect library
  • Faster building

Fixes

  • Fixed popup not opening
  • Fixed service worker dying
  • Fixes for Firefox

0.6.524 — Emojis

16 Aug 06:41
a94f2dd
Compare
Choose a tag to compare

UI

  • You can now put emojis in user names
  • Top-emojis in wallets or seeds now indicate the wallet or seed type
  • Some UI fixes

Tor

  • Fixed Tor consensus cache failures

Other

  • Big code clean and preparations for new features

0.6.523 — Fixes

14 Aug 16:24
b361459
Compare
Choose a tag to compare

UI

  • Extended extension popup height
  • Fixed receive page spacing

Navbar

  • Added reload button

Safari

  • Fixed blank page bug

Others

  • Fixed goto bugs
  • Fixed path bugs
  • Fixed reproducible building

0.6.522 — Safari & Navbar

13 Aug 06:36
5664c96
Compare
Choose a tag to compare

Fixes

  • Fixed background connection on Safari

Navbar

  • Navbar now show the full path
  • Navbar is now on a parent frame
  • Navbar is now on all pages on Safari

Security

  • Cleaned CSP

Other

  • Better Goto mechanism