v0.5.11: version bump
This commit is contained in:
@@ -1 +1 @@
|
|||||||
0.5.10
|
0.5.11
|
||||||
@@ -30,8 +30,10 @@ Electrum discovers the plugin through ``manifest.json`` and loads the GUI
|
|||||||
entry point from ``qt.py`` (the shim), which imports the real ``Plugin``
|
entry point from ``qt.py`` (the shim), which imports the real ``Plugin``
|
||||||
from ``gui.qt.plugin``.
|
from ``gui.qt.plugin``.
|
||||||
|
|
||||||
The plugin targets Electrum 4.7.2 (the last stable release exposing
|
The plugin supports Electrum 4.7.2 and 4.8.0 with PyQt6. Electrum 4.8.0 removed
|
||||||
``json_db.register_dict``) and PyQt6.
|
``json_db.register_dict`` and replaced it with the path-based
|
||||||
|
``electrum.stored_dict.register_name``; ``core.plugin_base`` detects which API is
|
||||||
|
available and adapts, so both releases keep working.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.5.10"
|
__version__ = "0.5.11"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "bal",
|
"name": "bal",
|
||||||
"fullname": "Bitcoin After Life",
|
"fullname": "Bitcoin After Life",
|
||||||
"version": "0.5.10",
|
"version": "0.5.11",
|
||||||
"description": "Provides free and decentralized Bitcoin inheritance support. Build time-locked 'will' transactions that transfer funds to your heirs if you stop refreshing them (dead-man's switch), optionally relayed by will-executor servers.",
|
"description": "Provides free and decentralized Bitcoin inheritance support. Build time-locked 'will' transactions that transfer funds to your heirs if you stop refreshing them (dead-man's switch), optionally relayed by will-executor servers.",
|
||||||
"author": "Svatantrya",
|
"author": "Svatantrya",
|
||||||
"licence": "MIT",
|
"licence": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user