v1.27.5.21 Release
Closes: %Release v1.27.5.21
- New features/functions
- Updated the TUI framework - !591 (merged) and !591 (merged):
- New look of the default theme
- Enabled command palette (f12) - can change themes, show keybinding help panel
- Support for text selection (with browser-like double and triple click)
- Support for copying/pasting inside the TUI, Ctrl+C, Ctrl+V is now reserved for copy/paste so Ctrl+Q is used to quit the app
- Smoother scrolling
- Known accounts can be added/removed via
clive configure known-account
CLI command - #288 (closed) via !552 (merged) -
clive unlock
CLI command / startup script now acceptsunlock-time
option #360 (closed) via !570 (merged)
- Updated the TUI framework - !591 (merged) and !591 (merged):
- Functional improvements
- It's now possible to import a private key without having a working account in CLI/TUI - #257 (closed) via !568 (merged)
- Added info that there are more entries on next/previous page in CLI tables - #352 (closed) via !562 (merged)
- Show info in CLI about how to create a profile instead of choice when there is no profile - #359 (closed) via !563 (merged)
- Require to repeat password when creating new profile via cli - #367 (closed) via !569 (merged)
- The default for CLI/TUI unlock is now permanent unlock (no timeout) - #370 (closed) via !566 (merged)
- Auto wallet recovery when wallet is missing in the beekeeper - #382 (closed) via !581 (merged)
- Show dialogs for operation details (e.g. for cancel transfer from savings, remove delegation) - #305 (closed) via !567 (merged)
- Add global bindings for Transaction summary (f7) and Dashboard (f8) - !582 (merged)
- Bugfixes
- Fix key aliases not visible when expanded on the transaction summary screen - #363 (closed) via !572 (merged)
- Fix TUI random crash when locking - #384 (closed) and #405 (closed) via !580 (merged) and !602 (merged)
- Fix TUI crash when locking too quickly / exiting the app when there is no connection - #383 (closed) via !588 (merged)
- Fix TUI crashes in some places e.g. when searching a witness - #402 (closed) via !597 (merged)
- Fix node switching in TUI - !579 (merged)
- Fix buttons position on Transaction summary screen - !585 (merged)
- Fix TUI Unlock not possible when lock countdown is invalid but hidden - !594 (merged)
- Fix widget for key selection not updating after transaction broadcast error - #404 (closed) via !599 (merged)
- Fix widget displaying transaction was loaded from a file not updating after transaction broadcast - #401 (closed) via !599 (merged)
- Fix TUI crashes when unlocking/locking quickly (e.g. when spamming enter key during onboarding) - #386 (closed) via !601 (merged)
- Fix notification about automatic lock (by timeout) appearing when locking manually - #394 (closed) via !602 (merged)
- Fix the possibility profile changes were not saved when timeout lock happened - #371 (closed) via !593 (merged)
- Internal
- Remove welcome profile from TUI - !558 (merged)
-
helpy
library was moved intowax
(also updated beekeepy and hive) - !583 (merged) - Fix logs being placed in std output in CLI tests - !571 (merged)
Edited by Mateusz Żebrak
Merge request reports
Activity
changed milestone to %Release v1.27.5.21
assigned to @mzebrak
added 11 commits
- 072edd09 - 1 earlier commit
- 64474959 - Store beekeeper, session and wallets in WalletManager
- 543eca54 - Remove property World.beepeeper as it is owned by BeekeeperManager
- ac9f6330 - CliveActionDialog and CliveInfoDialog should be abstract
- 2f5344ab - Fix binding descriptions in dialogs
- a4a96a43 - CliveInfoDialog should explicitly have no return
- 576148bc - Dialogs should dismiss instead of pop_screen
- 4cd457af - Refactor/fix dialogs - dismiss should be called in CliveActionDialog,...
- a8ba8822 - Introduce ADD_OPERATION_TO_CART_BINDING_KEY
- abb2c051 - Show dialogs instead of operation summary screens
- d56ed2b1 - Refactor OperationActionBindings class
Toggle commit listadded 6 commits
- 3034dc37 - Remove dead code
- 847bb16e - Make LockSource literal consistent with worker name
- 262f7f9a - Add AsyncGuard
- e20ade7c - Use AsyncGuard to protect from race condition and crash when screen is
- 8ce35b14 - Create switch_mode_with_reset and reset_mode
- f8e586c3 - Log current mode and screen stacks in debug loop
Toggle commit listadded 3 commits
- 54446e1f - Fix lock/sync race condition - wallet lock status worker is paused and resumed in right places #394 (closed)
- 60d70f14 - Fix random crash when locking #405 (closed)
- 3ba929a1 - Create methods for pausing/resuming all app timers
Please register or sign in to reply