Skip to content

Draft: v1.27.5.17 Release

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

Closes: %Release v1.27.5.17

  1. New features/functions
    • Known exchanges - detection when typed in and support with the transfer to them (selected asset, required memo). A confirmation will appear for operations unsupported by exchanges - #260 (closed) via !483 (merged)
  2. Functional improvements
    • Merge transaction summary and cart into one screen - some parts of #233 via !479 (merged)
      • allows for editing the transaction loaded from file (will invalidate signatures)
      • loading from file is accessible through this screen
      • transaction metadata will update when edited
      • buttons for main actions
      • new "raw json" button which allows to view raw structure of the operation
      • removed "go to dashboard" binding
    • Bump Textual framework to the latest version - !489 (merged)
      • new look of the footer and "f1 help screen"
      • expected some speedup
    • Clive can now reuse the beekeeper session (main usage is the CLI) instead of creating a new session with every launch when CLIVE_BEEKEEPER__SESSION_TOKEN is set - #267 (closed) via !459 (merged)
    • Change default currency of transfers (to account/savings) to HIVE #297 (closed) via !485 (merged)
    • Onboarding won't spam with notifications when it's visible what happens - !493 (merged)
  3. Bugfixes
    • Fix CLI command clive show proposal can't run - #287 (closed) via !482 (merged)
    • Fix issue with loading alarm harmless status from persistent storage - !484 (merged)
    • Fix bug with not displaying public key when alias is wrong on NewKeyAlias screen and form - #244 (closed) via !486 (merged)
    • Fix repeat password validation not updating when the password is changed - !486 (merged)
    • Fix the bug with checking if NewKeyAliasForm should be skipped - !486 (merged)
    • Fix the bug with failing validation when entering NewKeyAliasForm multiple times during onboarding - !486 (merged)
    • Fix crash when entering transaction summary - #109 (closed) via !479 (merged)
Edited by Mateusz Żebrak

Merge request reports