-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
49 lines (31 loc) · 1002 Bytes
/
CHANGELOG
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
43
44
45
46
47
48
49
# Lichen Release Notes
## 0.2.0 (28 Jun 2023)
* Switched to briefcase for builds
## 0.2.1 (28 Jun 2023)
* Fixed path permission bug
## 0.2.2 (18 Jul 2023)
* Fixed particle effects
* Fixed bugs related to an IndexError and form import
* Removed loot bundles feature
* Improved GUI
* Added icons
## 0.2.3
* Refactored for Python 3.10
* Fixed a few bugs
* Added custom logging based on config value
## 0.2.4
* Fix bugs related to no config.ini file in use
* ENS support added to sending transactions
## 0.2.5
* Add async for faster template loading
* Add verify step to transactions
## 0.2.6
* Added a settings page so configuration can be done with the UI
* Async improvements
* Fixed a bug where you couldn't login if the ENS node endpoint was invalid
* Fixed a bug where an exception occurred if there was a config file with no log option value
## 0.2.7
* Changed name to Lichen and updated description
## 0.2.8
* Added api key local autosigner feature
* Fixed several bugs and tests