diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4ee585fba..0da2c64df 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,21 @@ +# Release 4.4.2 (unreleased) + * Qt GUI: + - fix undefined var check in swap_dialog (#8341) + - really fix "recursion depth exceeded" for utxo privacy analysis (#8315) + * QML GUI: + - fix 2fa callback issue (#8368) + - properly delete wizard components after use (#8357) + - avoid entering loadWallet if daemon is already busy loading (#8355) + - no auto capitalization on import and master key text fields (5600375d) + - remove Qt virtual keyboard and add Seedkeyboard for seed entry (#8371, #8352) + - add runtime toggling of android SECURE_FLAG (#8351) + - restrict cases where server is shown "lagging" (53d61c01) + * fix hardened char "h" vs "'" needed for some hw wallets (#8364, 499f5153) + * fix digitalbitbox(1) support (22b8c4e3) + * fix wrong type for "history_rates" config option (#8367) + * fix issues with wallet.get_tx_parents (a1bfea61, 56fa8325) + + # Release 4.4.1 (April 27, 2023) * Qt GUI: - fix sweeping (#8340)