Commit Graph

11 Commits (4eaae55d53e1d816e2f891adad529f960d7cdeed)

Author SHA1 Message Date
Chip Senkbeil 4eaae55d53
Refactor to use debouncer for file watching and support configuration (#195) 1 year ago
Chip Senkbeil b163094d49
Update to test READMEs 1 year ago
Chip Senkbeil 76dc7cf1fa
Refactor into protocol crate & change capabilities -> version (#189) 1 year ago
Chip Senkbeil 4b983b0229
Refactor into unified settings (#172) 1 year ago
Chip Senkbeil 093b4d2ec4
Bump referenced minimum Rust version in READMEs 1 year ago
Chip Senkbeil dac318eb1e
Release v0.19.0 2 years ago
Chip Senkbeil 30548cdbfb
Update referenced versions in READMEs and add note about doing so to PUBLISH.md 2 years ago
Chip Senkbeil ea2e128bc4
Refactor to use distant manager (#112) 2 years ago
Chip Senkbeil b53517892d
Update to 0.16.0 release 2 years ago
Chip Senkbeil a672515378
Improve distant-core readme 3 years ago
Chip Senkbeil 0a11ec65a2
Add native ssh (#57)
* Bump to 0.15.0
* Add new distant-ssh2 subcrate to provide an alternate session as an ssh client
* Add rpassword & wezterm-ssh dependencies
* Rename core -> distant-core in project directory structure and move ssh2 feature into distant-ssh2 crate
* Upgrade tokio to 1.12,
* Update github actions to detect changes and apply testing for only those changes
* Add method parameter to support distant & ssh methods for action and lsp subcommands
* Add ssh-host, ssh-port, and ssh-user parameters to specify information for ssh method
3 years ago