This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
changes.txt
42 lines (40 loc) · 2.09 KB
/
changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
v0.10.0
- New smart contract explorer (view data/code, list & execute functions).
- Search bar and add contact button for contacts page.
- Added hashicons for contact items.
- Swipe right handle for mobile only (unnecessary feature for desktop and annoying if triggered).
- Fix crash when clearing outgoing txs.
- Fix wallet rename not persisting after close or restart.
- Fix XSWD header rectangle paint.
- Force update token balance after inserting.
- Access contacts page from main page.
- Yellow pulse animation when node is syncing.
- Display current selection on list modal (ringsize selector, theme selector, language selector).
- Hashicons for transaction items are now set to the wallet address.
- Fix minor security issues.
- Change/fix page navigation animations.
- Add plus/minus sign to transaction balance.
- Fix possible "database is locked" (SQLite busy) errors.
- Check if XSWD is already in use before starting.
v0.9.0
- Update to GioUI v0.4.1.
- Apply XSWD integration (toggle ON/OFF, manage apps and permissions) by Slixe.
- Change submit transaction logic (estimate size and tx fees before building and sending).
- Support NFT webp image format by importing golang.org/x/image/webp.
- New background service for Android. Required if you want to interact with XSWD or keep the node connection open.
- Ask once to store hardcoded DEX tokens in a folder with few favorites.
- New wallet address hashicon and tx hashicon.
- Apply transaction fees fix by Slixe.
- New bottom wallet name layout.
- New set local and deselect node button.
- New startup popup if a node is not selected by default.
- Fix crashes when a node is not selected or disconnected.
- Confirm box for Integrated Node and list reset (avoid missclick and start bootstrap).
- Fix sometime occurring `database is locked SQLITE BUSY`.
- New drag & move for favorites tokens.
- Inteface with less padding (allow more space for content).
- Add new German language translation.
- Fix input request focus not triggering when clicking on the inset edge.
- Bunch of UX fixes.
Git command for stats since a specific commit
git diff --shortstat <commit-hash>..HEAD