prepare release 4.1.2
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
# Release 4.1.2 - (April 8, 2021)
|
||||||
|
* Qt GUI:
|
||||||
|
- fix some crashes when exiting (#6889)
|
||||||
|
- make sure pressing Ctrl-C always quits (c41cd4ae)
|
||||||
|
* Kivy GUI (Android):
|
||||||
|
- fix bug with scrollbar, again (#7155)
|
||||||
|
- 2fa wallets: fix making transactions (#7190)
|
||||||
|
- implement freezing addresses (#7178)
|
||||||
|
* Android: use more modern application launcher/icon (#7187)
|
||||||
|
|
||||||
|
|
||||||
# Release 4.1.1 - (April 2, 2021)
|
# Release 4.1.1 - (April 2, 2021)
|
||||||
* fix Qt crash with the swap dialog
|
* fix Qt crash with the swap dialog
|
||||||
* fix Kivy bug with scrollbar (#7155)
|
* fix Kivy bug with scrollbar (#7155)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
ELECTRUM_VERSION = '4.1.1' # version of the client package
|
ELECTRUM_VERSION = '4.1.2' # version of the client package
|
||||||
APK_VERSION = '4.1.1.0' # read by buildozer.spec
|
APK_VERSION = '4.1.2.0' # read by buildozer.spec
|
||||||
|
|
||||||
PROTOCOL_VERSION = '1.4' # protocol version requested
|
PROTOCOL_VERSION = '1.4' # protocol version requested
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user