-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from LucidOne/add-changelog
Added CHANGELOG
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
### Added | ||
- Added CHANGELOG | ||
|
||
## [1.1.0] - 2019-02-07 | ||
### Added | ||
- [OTP](https://github.com/tadfisher/pass-otp) support | ||
|
||
### Changed | ||
- Makefile refactored and [usage](https://github.com/passff/passff-host#latest-from-github) updated | ||
|
||
### Fixed | ||
- Flake8 conformance & documentation improved | ||
- [Passff not comunicating with passff-host](https://github.com/passff/passff-host/issues/27) | ||
|
||
## [1.0.2] - 2018-07-01 | ||
### Added | ||
- Documentation Update | ||
|
||
### Fixed | ||
- Shellcheck conformance | ||
- Globbing and escaping paths | ||
- Improved OSX/BSD support | ||
- Subprocess on Python >= 3.5 | ||
|
||
## [1.0.1] - 2018-03-24 | ||
### Security | ||
- Prevent code injection by separating positional from optional command line arguments | ||
|
||
## [1.0.0] - 2018-03-24 | ||
### Added | ||
- Initial Release | ||
|
||
[Unreleased]: https://github.com/passff/passff-host/compare/1.1.0...HEAD | ||
[1.1.0]: https://github.com/passff/passff-host/compare/1.0.2...1.1.0 | ||
[1.0.2]: https://github.com/passff/passff-host/compare/1.0.1...1.0.2 | ||
[1.0.1]: https://github.com/passff/passff-host/compare/1.0...1.0.1 | ||
[1.0.0]: https://github.com/passff/passff-host/releases/tag/1.0 |