Skip to content

Releases: SimplifyNet/etcd-terminal

0.5

Choose a tag to compare

@github-actions github-actions released this 13 Aug 16:18
32c254c

Added

  • Settings menu on the instance selection screen: keys per page setting (browsing pagination)
  • Settings menu on the instance selection screen: trim input values toggle
  • Settings persisted to config.json (own section, same file as connection instances)

Changed

  • Input values are trimmed by default
  • Input trimming can be disabled in Settings
  • Passwords are never trimmed
  • Menu selection pointer: custom marker instead of Spectre's >
  • Selection pointer style unified in menus and key browse list (single source in TerminalPanel)
  • Menu: all items are always rendered without paging (previously limited to 10 visible items)

Fixed

  • Header was missing in instance windows (Manage Connections, Edit Instance)
  • Adding an instance with an empty username no longer cancels the dialog
  • Empty username means no authentication (password is not requested)

0.4

0.4

Choose a tag to compare

@github-actions github-actions released this 07 Aug 03:04
967c3c0

Changed

  • Selection colors
  • Placeholder text
  • Key selection dialog design

0.3

0.3

Choose a tag to compare

@github-actions github-actions released this 30 Jul 17:16
681f30d

Added

  • Password encryption in config file (AES-256-GCM, machine-local key)
  • Connections edit
  • Connections order control

0.2

0.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 17:17
add0c8d

Added

  • Initial release