mirror of
https://codeberg.org/gaschz/passff-host.git
synced 2025-06-06 18:08:46 +02:00
68 lines
2.0 KiB
Markdown
68 lines
2.0 KiB
Markdown
# 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.1.0/)
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [1.2.4] - 2023-12-06
|
|
### Added
|
|
- Include debug outputs from GPG to allow improved error messages in PassFF
|
|
- Add installer support for gopass
|
|
|
|
## [1.2.3] - 2021-11-03
|
|
### Added
|
|
- Add support for LibreWolf
|
|
|
|
## [1.2.2] - 2021-10-06
|
|
### Added
|
|
- Add support for gopass when renamed to pass
|
|
|
|
## [1.2.1] - 2019-04-25
|
|
### Fixed
|
|
- Python 3.5 support
|
|
|
|
## [1.2.0] - 2019-04-20
|
|
### Added
|
|
- Added CHANGELOG
|
|
- grepMetaUrls command
|
|
|
|
## [1.1.0] - 2019-02-07
|
|
### Added
|
|
- [OTP](https://github.com/tadfisher/pass-otp) support
|
|
|
|
### Changed
|
|
- Makefile refactored and [usage](https://codeberg.org/PassFF/passff-host#latest-from-git) updated
|
|
|
|
### Fixed
|
|
- Flake8 conformance & documentation improved
|
|
- [Passff not comunicating with passff-host](https://codeberg.org/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://codeberg.org/PassFF/passff-host/compare/1.2.4...HEAD
|
|
[1.2.4]: https://codeberg.org/PassFF/passff-host/compare/1.2.3...1.2.4
|
|
[1.2.3]: https://codeberg.org/PassFF/passff-host/compare/1.2.2...1.2.3
|
|
[1.2.2]: https://codeberg.org/PassFF/passff-host/compare/1.2.1...1.2.2
|
|
[1.2.1]: https://codeberg.org/PassFF/passff-host/compare/1.2.0...1.2.1
|
|
[1.2.0]: https://codeberg.org/PassFF/passff-host/compare/1.1.0...1.2.0
|
|
[1.1.0]: https://codeberg.org/PassFF/passff-host/compare/1.0.2...1.1.0
|
|
[1.0.2]: https://codeberg.org/PassFF/passff-host/compare/1.0.1...1.0.2
|
|
[1.0.1]: https://codeberg.org/PassFF/passff-host/compare/1.0...1.0.1
|
|
[1.0.0]: https://codeberg.org/PassFF/passff-host/releases/tag/1.0
|