Initial CHANGELOG

This commit is contained in:
Lucid One 2019-02-10 14:19:14 -05:00
parent dcfef8bedd
commit 7a6b451d28

41
CHANGELOG.md Normal file
View File

@ -0,0 +1,41 @@
# 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]
## [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/v1.1.0...HEAD
[1.1.0]: https://github.com/passff/passff-host/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/passff/passff-host/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/passff/passff-host/compare/v1.0.0...v1.0.1