Skip to content

v2.1.0

Compare
Choose a tag to compare
@emmanueltouzery emmanueltouzery released this 23 Dec 15:28
· 313 commits to master since this release

GUI

  • Support for import/export with project granularity to potentially encrypted 7zipped YAML files
  • A server link can now link to a specific group within a server
  • Ability to search within notes also when editing
  • New shortcut to edit a note: ctrl-e
  • Scrolling to server item: more precise scrolling
  • Refresh versions of dependencies
  • Bugfix: shortcuts in the search view were tied to e and y instead of ctrl-e and ctrl-y
  • Bugfix: project note groups were not included in the group entry completion

CLI

  • highlight the environment with colors and bold (can be disabled with --no-color)
  • scp allow filename backtick shell expansion: you can have log file paths like /opt/myapp/logs/logfile.`date "+%Y-%m-%d"`.log and the path will be expanded to contain current date info through the date command
  • auto-upgrade: check for OS besides the architecture for the download
  • Refresh versions of dependencies
  • Bugfix: used to run client POIs on the server
  • Bugfix: if no username, don't put user@ in the ssh command
  • Bugfix: fix running commands with empty folder
  • Bugfix: make sure to write queries to the history (used to not to write to history if running the command failed)
  • minor code cleanups