tUpdate release notes for v0.1.6 - electrum-personal-server - Maximally lightweight electrum server for a single user
HTML git clone https://git.parazyd.org/electrum-personal-server
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 863dce842443a07892467e129d489d3124d5555c
DIR parent 6aeb6a1a004eea4467756a5894740412be17c463
HTML Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date: Thu, 15 Nov 2018 22:12:13 +0000
Update release notes for v0.1.6
Diffstat:
M release-notes | 17 +++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)
---
DIR diff --git a/release-notes b/release-notes
t@@ -1,9 +1,26 @@
+# Release v0.1.6 - (15th November 2018)
+
+New release, thanks to code contributions by suvayu and andrewtoth
+And thanks to everyone else who contributed to issues and discussion
+
+* Made installable with pip, thanks to suvayu
+* Fix bug where coinbase transactions would be ignored, thanks to andrewtoth
+* Support Electrum protocol version 1.4
+* Support blockchain.transaction.id_from_pos which is necessary for
+ Lightning support in Electrum
+* Increase default initial_import_count to 1000
+* Added or clarified various error and info messages
+* Disabled transaction broadcasting when blocksonly is enabled for privacy
+* Fixed various small bugs
+
+
# Release v0.1.5 - (7th September 2018)
Bugfix release
* Fixed crash bug caused by behavour of getaddressesbylabel
+
# Release v0.1.4 - (5th September 2018)
* Used 127.0.0.1 instead of localhost to help improve windows support