Releases: therealpaulgg/ssh-sync
Releases · therealpaulgg/ssh-sync
v1.2.1
v1.2.0
What's Changed
- Fixed a bug that would not allow users to delete machines
Code Changes
Full Changelog: v1.2.0...v1.1.5
v1.1.5
Removed alpine support :(
v1.1.4
fix winget
v1.1.3
no arch linux
v1.1.2
Bump golang.org/x/crypto from 0.31.0 to 0.35.0 (#58) * Bump golang.org/x/crypto from 0.31.0 to 0.35.0 Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0. - [Commits](https://github.com/golang/crypto/compare/v0.31.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * tidy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul <[email protected]>
v1.1.1
Small patch which updates golang's crypto version.
v1.1.0
What's Changed
- Interactive Mode - this lets you browse your SSH keys and delete them if you want
- When doing a 'download' if the file is missing from the server but on your local, it will prompt you to delete
- Small QOL improvements
Code Changes
- 51 25 key management by @therealpaulgg in #54
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Version 1 Release!
I am now officially releasing ssh-sync into version 1.0!
What's Changed
- Readme diagrams by @therealpaulgg in #43
- update readme by @therealpaulgg in #44
- Update README.md by @therealpaulgg in #45
- separate winget action by @therealpaulgg in #46
- Update README.md by @therealpaulgg in #47
- Update README.md by @therealpaulgg in #48
- 42 make remove machine better by @therealpaulgg in #49
- add a safe mode, conflict resolver by @therealpaulgg in #50
Full Changelog: v0.3.8...v1.0.0
v0.3.8
update actions & usage (#41)