From f8b1da1b3c4dd8a7914f1718278983c876874c99 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 14 Oct 2024 19:25:55 +0000 Subject: [PATCH] update release notes for version 4.5.6 --- RELEASE-NOTES | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3d9c31d43..a42343b64 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,8 +1,14 @@ # Release 4.5.6 (unreleased) * General: - - fix: trustedcoin wallet continuation with wallet file having keystore-only encryption (#9237) + - new: add support for testnet4 (#9197) + - fix: wizard: allow passphrase for some '2fa' seeds (#9088) + - fix: trustedcoin wallet wizard continuation if file has keystore-only encryption (#9237) + - fix: trustedcoin: sanitize error messages coming from 2fa server + - fix: new wizard did not set keystore password if storage was not encrypted (#9147) + - changed: set stricter UNIX permissions for log files (fa8595b1) * QML GUI (Android): - new: show seed passphrase in WalletDetails (#9204) + - new: set max screen brightness when displaying QR codes (79c08536) - fix: crash due to ConcurrentModificationException (450b9a0) - fix: issue deactivating PIN when no wallet loaded (#8366) - fix: only allow Channel Backup import on Lightning-enabled wallets (8d9bcda) @@ -10,6 +16,29 @@ - fix: scanning multi (privkeys, addresses) from QR (4dc64e4) * Hardware wallets: - ColdCard: new: export multisig wallet to coldcard over USB (#7682) + - Trezor: + - new: add support for new device "Safe 5" (#9171) + - update: fix compat with and bump pinned library to 0.13.9 (#9141) + - Ledger: + - new: add support for new device "Flex" (#9179) + - update: bump pinned library to 0.3.0, raise max lib to <0.4 (719292f8) + - Jade: update: bump library to 1.0.31 (9a84bb32) + * CLI/RPC: + - changed: require wallet password for lnpay and similar commands (#9236) + (This is in addition to the wallet needing to be loaded, + and requiring read access to the config file) + * Builds/binaries: + - changed: include unit tests in tarballs (#9207) + - android: + - changed: set target_sdk_version to 34 (2917fde5) + - update: bump python version (3.8->3.10) (08127a60) + - work towards F-Droid inclusion: + - reproducible apks: strip file path prefix from .pyc files (6ebdbf04) + - add fastlane metadata for f-droid (#9211) + - change versionCode calculation (#9221) + - build.gradle: set android.dependenciesInfo.includeInApk=false (af18df10) + - contrib/release_www.sh: put android versionCode in "version" file (#9233) + # Release 4.5.5 (May 30, 2024) * General: