Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 5.67 KB

CHANGELOG.md

File metadata and controls

60 lines (48 loc) · 5.67 KB

Changelog

v0.2.0 (2024-04-12)

Feature

  • Add ensure-sshfs subcommand to make sure sshfs is installed when required + use new require_sudo for better sudo prompting (3a45117)

v0.1.5 (2023-09-19)

Performance

  • Slighly sped up import for plugin by using everything from invoke instead of invoke + fabric (fab can still be used!) (a931f7a)

v0.1.4 (2023-09-19)

Performance

  • Removed anyio import by default because it seems to be unused and slowed down plugin performance (864a958)

v0.1.3 (2023-06-09)

Fix

  • Plumbum sshfs import could still give a sshfs import error. this is due to it for some reason not always giving a commandNotFound (0100f8f)

v0.1.2 (2023-05-31)

Fix

  • import: Don't crash the entire edwh tool if sshfs is not installed! (03b8365)

v0.1.1 (2023-05-25)

Fix

  • Set umask to highest permission level (c8c7362)
  • Pytest use anyio instead of anyio now. also events are used now instead of queue's for simplicity and added allow root instead of allow other (6c002b6)
  • Pytest use anyio instead of anyio now. also events are used now instead of queue's for simplicity (913f135)
  • Added umask and removed ro because ro is (read-only) (3f63ff0)
  • Added ro (0d9e27d)
  • Making sure permissions are r&w (16b48e0)
  • Double -o (45ef167)
  • Permissions (88ca0a7)
  • Added sshfs to dependencies (f91791c)
  • Async doesn't work and is now splitsed into 2 different function sync and async (2e15501)
  • Help didn't have ':' again (55e21b9)
  • Help didn't have ':' (fc36466)
  • All tests are working now, queue added to arguments and need to be removed from the cli (4655d7a)

Documentation

  • Added auto reboot when installing sshfs (8b90d1f)
  • Added sshfs to install (ec35c80)
  • Updated install guide (60c03ff)
  • Updated README.md, added links (6b06d6c)
  • Updated README.md (62c3549)
  • Updated fabfile.py docs (a362d36)
  • Updated README.md (70d072a)

v0.1.0 (2023-05-19)

Feature

  • Added remote-mount, this will like the name says make an remote mount that makes sure the remote and local files are the same. rn there is still a bit of a delay until something updates, however that is something for the future. (29aa07f)
  • Added get_available_port function (a0e77a0)

Fix

  • Removed local umount because sshfs does it automatically (1f18a6b)
  • Attempt to unmount local_mount when exiting + some code duplication cleanup (8793281)
  • Small peformance improvements with auto_cash and reconnect enabled. down from more then 5s to 2s (bf3e1b0)