V1.27.11.1 release
! With this MR we switch from v1.27.5.21 to v1.27.11.1
Closes: %Release v1.27.11.1
- New features/functions
- It's now possible to enter TUI in unlocked mode when already unlocked from the CLI environment - #323 (closed) and #347 (closed) via !589 (merged)
- Add global "Config" button in the header with related F9 key binding - #338 (closed) via !576 (merged)
- Added new "enable known accounts" profile option that can be set via
clive configure known-account enable/disable- !575 (merged)- enable:
- CLI - If you want to broadcast an operation, you must first add the target account to the list of known accounts.
- TUI - The target account is added to the list of known accounts automatically after adding an operation to the cart.
- disable:
- CLI - The target account is not checked if it is on the list of known accounts.
- TUI - The target account is not added to the list of known accounts automatically after adding an operation to the cart.
- enable:
- Implement profile migration (no need to recreate profiles when switching to a newer version of Clive) - #403 (closed) via !612 (merged)
- Functional improvements
- Adjust the configuration screen to look similar to other screens - #407 (closed) via !616 (merged)
- Bugfixes
- Updated Textual to stable version - #364 (closed) via !598 (merged) and !619 (merged)
- Fixed issue with widget placement because of invalid height calculation
- Fixed issue with dimmed text on Gnome terminals
- Fixed arbitrary text selection when the Input is focused
- Fix crash when wrong account name is pasted in input after valid exchange name - !613 (merged)
- Fix crashes during mode change - !620 (merged)
- Updated Textual to stable version - #364 (closed) via !598 (merged) and !619 (merged)
- Internal
- Switch to Ubuntu 24.04 with python 3.12, bump aiohttp, pytest (with plugins) and hive, schemas, beekeepy, wax - !614 (merged)
- Bump pytest-asyncio, remove Task backporting workaround - !618 (merged)
- Bump dynaconf (speedup parsing settings file) - !617 (merged)
- Bump typer - !615 (merged)
- Bump humanize - !621 (merged)
Edited by Mateusz Żebrak