URI: 
       tprepare release 3.3.7 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 034c1e0828f412db7a24a0ff76b0c3b7394d32e0
   DIR parent e431a07258534b679055c1d349fced254986cf01
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Wed,  3 Jul 2019 15:47:05 +0200
       
       prepare release 3.3.7
       
       Diffstat:
         M RELEASE-NOTES                       |      32 +++++++++++++++++++++++++++++++
         M electrum/version.py                 |       4 ++--
       
       2 files changed, 34 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES
       t@@ -1,3 +1,35 @@
       +# Release 3.3.7 - (July 3, 2019)
       +
       + * The AppImage Linux x86_64 binary and the Windows setup.exe
       +   (so now all Windows binaries) are now built reproducibly.
       + * Bump fee (RBF) improvements:
       +   Implemented a new fee-bump strategy that can add new inputs,
       +   so now any tx can be fee-bumped (d0a4366). The old strategy
       +   was to decrease the value of outputs (starting with change).
       +   We will now try the new strategy first, and only use the old
       +   as a fallback (needed e.g. when spending "Max").
       + * CoinChooser improvements:
       +   - more likely to construct txs without change (when possible)
       +   - less likely to construct txs with really small change (e864fa5)
       +   - will now only spend negative effective value coins when
       +     beneficial for privacy (cb69aa8)
       + * fix long-standing bug that broke wallets with >65k addresses (#5366)
       + * Windows binaries: we now build the PyInstaller boot loader ourselves,
       +   as this seems to reduce anti-virus false positives (1d0f679)
       + * Android: (fix) BIP70 payment requests could not be paid (#5376)
       + * Android: allow copy-pasting partial transactions from/to clipboard
       + * Fix a performance regression for large wallets (c6a54f0)
       + * Qt: fix some high DPI issues related to text fields (37809be)
       + * Trezor:
       +   - allow bypassing "too old firmware" error (#5391)
       +   - use only the Bridge to scan devices if it is available (#5420)
       + * hw wallets: (known issue) on Win10-1903, some hw devices
       +   (that also have U2F functionality) can only be detected with
       +   Administrator privileges. (see #5420 and #5437)
       +   A workaround is to run as Admin, or for Trezor to install the Bridge.
       + * Several other minor bugfixes and usability improvements.
       +
       +
        # Release 3.3.6 - (May 16, 2019)
        
         * qt: fix crash during 2FA wallet creation (#5334)
   DIR diff --git a/electrum/version.py b/electrum/version.py
       t@@ -1,5 +1,5 @@
       -ELECTRUM_VERSION = '3.3.6'   # version of the client package
       -APK_VERSION = '3.3.6.0'      # read by buildozer.spec
       +ELECTRUM_VERSION = '3.3.7'   # version of the client package
       +APK_VERSION = '3.3.7.0'      # read by buildozer.spec
        
        PROTOCOL_VERSION = '1.4'     # protocol version requested