mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00

* * append to "config" and "known_hosts" instead of overwriting * * refactor options * * add test * * fix test * * print created files twice * * print the contents of known_hosts and config * * fix revision for test * * fix revision * * add LF to known_hosts / config * * append LF to config and known_hosts * * fix test * * reject overwriting private-key and public-key * * update test (will cause error) * * revert verify.yml * * update README and CHANGELOG * * fix example in README * * update CHANGELOG
53 lines
1.2 KiB
Markdown
53 lines
1.2 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Changed
|
|
|
|
* Append contents of `config` and `known_hosts` when called multiple times.
|
|
|
|
## [1.4.0]
|
|
|
|
### Added
|
|
|
|
* `config` option
|
|
|
|
## [1.3.0]
|
|
|
|
### Added
|
|
|
|
* `known-hosts` option
|
|
|
|
## [1.2.0]
|
|
|
|
### Fixed
|
|
|
|
* CI trigger
|
|
* example code in [README](README.md)
|
|
|
|
### Others
|
|
|
|
* Install only `dependencies` packages.
|
|
|
|
## [1.1.0]
|
|
|
|
### Others
|
|
|
|
* Support Visual Studio Code officially.
|
|
* Use GitHub Actions for build test.
|
|
|
|
## [1.0.0]
|
|
|
|
* First release.
|
|
|
|
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v1.4.0...HEAD
|
|
[1.4.0]: https://github.com/shimataro/ssh-key-action/compare/v1.3.0...v1.4.0
|
|
[1.3.0]: https://github.com/shimataro/ssh-key-action/compare/v1.2.0...v1.3.0
|
|
[1.2.0]: https://github.com/shimataro/ssh-key-action/compare/v1.1.0...v1.2.0
|
|
[1.1.0]: https://github.com/shimataro/ssh-key-action/compare/v1.0.0...v1.1.0
|
|
[1.0.0]: https://github.com/shimataro/ssh-key-action/compare/8deacc95b1ee5732107e56baa4c8aac4c386ef7e...v1.0.0
|