Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 4.55 KB

CHANGELOG.md

File metadata and controls

50 lines (40 loc) · 4.55 KB

Changelog

v0.1.7 (2023-05-19)

Documentation

  • 'all' is not an existing 'extra' (13dd88c)

v0.1.6 (2023-05-19)

Fix

  • Ssh-key and sshkey being used separate now only sshkey. Also added git ignore to remove pycache and .idea (a47d082)
  • Message requirement change, now you don't need to fill it in but it will still give you a prompt if not filled in now just custom (08460fe)
  • Installation guide being incorrect (19a9e15)
  • Project.urls now go to the correct urls (cdfb180)
  • Optional dependencies not in pyproject.toml. so new .[dev] installable (b36c45e)
  • Open.read() -> pathlib readlines (46b4a22)
  • Documentation (7b96edc)

v0.1.5 (2023-05-15)

Fix

  • Fix that some people get a os.getlogin() error, os.getlogin() returns the name of the user logged in on the controlling terminal of the process. Typically processes in user session (tty, X session) have a controlling terminal. Processes spawned by a service manager like init, systemd, or upstart usually do not have a controlling terminal. You have to get the user information by other means. Our documentation for os.getlogin() recommends getpass.getuser(). which is used (4437128)

v0.1.4 (2023-05-15)

Fix

  • Error messages improvements and key generation gives more info with the keys (e82a53a)

v0.1.3 (2023-05-15)

Fix

  • Small docs fix (6655f04)
  • Removal of debug messages (4ef8861)
  • List shadow, -remote remote because of also being able to run local, show text if running local, showing key_names during listing keys, able to list private keys, bug where keys where the "keys: " was added per generation of an key (2c0fabd)
  • Local and remote are now somewhat separated + eod (a040491)

v0.1.2 (2023-05-12)

Fix

  • Prevents an error on list of an empty key file. (6369365)

v0.1.1 (2023-05-12)

Fix

  • Some small docs changes (94445e2)
  • Now works with the plugin architecture, some minor tweaks required in pyproject.toml (bd645ff)

v0.1.0 (2023-05-12)

Feature

Fix

  • Small bug fixes (3ff5fd2)
  • Fixed list moves with only being able to show local keys and not remote (653e7b4)
  • Add_to_remote and delete_remote fixed so they actually add and remove the keys. they did nothing previously due to me not being able to test the functions from home :/ (965de2e)