Skip to content

Commit

Permalink
Bumped version to 4.4.1 and updated RELEASE-NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
cculianu committed Apr 30, 2024
1 parent 0e913e2 commit e28d8bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -1436,3 +1436,15 @@ and there is no warning message.
- Update transaction.py to accept both capitalizations of locktime #2782 (The00Dustin)
- Bump gh-action-pip-audit #2795 (Jonas Lundqvist)
- Bump python dependencies #2796 (Jonas Lundqvist)

# RELEASE NOTES 4.4.1

- Use native architecture when building on macos #2804 (The00Dustin)
- build: Update PyOpenSSL to version 24.1.0 #2815 (Axel Gembe)
- build: Fix AppImage reproducibility by using rusts trim-paths #2816 (Axel Gembe)
- build: remove deprecated apt-key for winehq key #2820 (Axel Gembe)
- Don't allow a server sending us a dict as "params" to crash network thread (cculianu)
- portable: bugfix where it was deleting the user directory + more #2833 (Axel Gembe)
- Add optional support for more advanced "Console" tab, enabled with -C when running from source (cculianu)
- Add colon and help text to QR reader setting label #2838 (Axel Gembe)
- Fix for macOS ARM segfault crash in darkdetect when running from source (cculianu, The00Dustin)
2 changes: 1 addition & 1 deletion electroncash/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PACKAGE_VERSION = '4.4.0' # version of the client package
PACKAGE_VERSION = '4.4.1' # version of the client package
PROTOCOL_VERSION = '1.4' # protocol version requested

# The hash of the Electrum mnemonic seed must begin with this
Expand Down

0 comments on commit e28d8bc

Please sign in to comment.