Commit Graph

12 Commits (master)

Author SHA1 Message Date
Chip Senkbeil c61393750a
Bump minimum version of Rust to 1.70.0 11 months ago
Chip Senkbeil 4eaae55d53
Refactor to use debouncer for file watching and support configuration (#195) 12 months ago
Chip Senkbeil b163094d49
Update to test READMEs 12 months ago
Chip Senkbeil 76dc7cf1fa
Refactor into protocol crate & change capabilities -> version (#189) 12 months 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