Skip to content

V1.27.5.5 release

Mateusz Żebrak requested to merge v1.27.5.5_release into master

Closes: %Sixth release

  1. New features/functions:
    • Add an additional governance tab in TUI - Proposalas, where users can manage their votes on proposals - !270 (merged)
    • Add new CLI commands: - !271 (merged)
      • clive show pending withdrawals
      • clive process savings deposit
      • clive process savings withdrawal
      • clive process savings withdrawal-cancel
    • Add the optional --profile-name parameter for the clive configure remove working-account CLI command - #89 (closed)
    • Add the optional --from parameter for the clive process transfer CLI command - !271 (merged)
    • Add the clive configure key remove CLI command - #86 (closed)
  2. Functional improvements:
    • Improve the way how default profile in the CLI works (must be explicitly changed, no dynamic switching anymore) - #90 (closed) and #91 (closed)
    • When removing a key-alias from the clive TUI level - the key still remains in the beekeeper storage - #88 (closed)
    • Private key TUI input is now masked - #67 (closed)
    • Improve CLI commands that might optionally require beekeeper (it won't be launched/required until needed) - !243 (merged)
  3. Bugfixes:
    • Fix for focus issues (via keyboard TAB, s-TAB) on different screens - !262 (merged)
    • Fix hive link crashing app - #78 (closed)
    • Fix crash when beekeeper non-compatible profile name was given - #65 (closed) via !265 (merged)
    • Fix the error message/TUI crash when no response is available when batched request was sent - !269 (merged)
    • Private keys and passwords are no longer logged in clive logs (excpet error messages and beekeeper logs) !277 (merged)
  4. Internal
Edited by Mateusz Żebrak

Merge request reports