lprs/CHANGELOG.md

34 lines
2.3 KiB
Markdown
Raw Normal View History

2024-03-17 09:15:24 +01:00
# 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
2024-04-20 16:39:00 +02:00
### Added
2024-04-25 00:43:17 +02:00
- Ability to enter password via stdin `add`&`edit` ([**#15**](https://git.4rs.nl/awiteb/lprs/issues/15)) ([`5f357b8`](https://git.4rs.nl/awiteb/lprs/commit/5f357b89cb6a49be1c5461fa4b6cd5aaec8e541f))
2024-04-20 16:39:00 +02:00
- Make the username & password optional in the vault ([**#12**](https://git.4rs.nl/awiteb/lprs/issues/12)) ([`af6664d`](https://git.4rs.nl/awiteb/lprs/commit/af6664da5c08cc39cf732d64ba74de1731095723))
2024-04-29 13:39:47 +02:00
- Validate args before ask for the master password ([**#17**](https://git.4rs.nl/awiteb/lprs/issues/17)) ([`b4bcaa9`](https://git.4rs.nl/awiteb/lprs/commit/b4bcaa92ca63b7c71ea5c28d5e9a6af3ecb88a91))
2024-03-17 09:15:24 +01:00
### Changed
2024-03-19 08:29:34 +01:00
- Change 'password manager' to 'vault manager' ([`bae0cf1`](https://git.4rs.nl/awiteb/lprs/commit/bae0cf174736d9a1cd61becd20f7d87cf137249c))
2024-03-17 09:15:24 +01:00
- Rename just file ([`e231352`](https://git.4rs.nl/awiteb/lprs/commit/e231352009c21886772b8f039d3e51ba0aeb7616))
2024-03-19 08:29:34 +01:00
- Add a ecryption state to the vault ([`4def4aa`](https://git.4rs.nl/awiteb/lprs/commit/4def4aadb20cc367d57466dc5e88c3043e468d20))
- **BC**: Moving from password to vault
2024-03-17 09:15:24 +01:00
- Move from GitHub to Forgejo ([`6163c3f`](https://git.4rs.nl/awiteb/lprs/commit/6163c3ff26ab81b07490a798f4047a09565ab1ac))
2024-03-19 08:21:34 +01:00
- Rename `Password`s `Vault`s ([`f6aaecb`](https://git.4rs.nl/awiteb/lprs/commit/f6aaecb9cf43d7dfa3ef653ff0cd117b3197308b))
2024-04-29 17:50:37 +02:00
- Use select for vaults listing ([**#19**](https://git.4rs.nl/awiteb/lprs/issues/19)) ([`83c7296`](https://git.4rs.nl/awiteb/lprs/commit/83c7296bf7bf469423f53b024cb65e608ff6c9d9))
2024-03-17 09:15:24 +01:00
### Fixed
- Merge rust ci jobs into one job ([**#2**](https://git.4rs.nl/awiteb/lprs/issues/2)) ([`34eb9d1`](https://git.4rs.nl/awiteb/lprs/commit/34eb9d10f0ad514c6a7878fd8415a50f04db2be8))
## [1.2.1](https://git.4rs.nl/awiteb/lprs/compare/v1.2.0..v1.2.1) - 2024-01-07
## [1.2.0](https://git.4rs.nl/awiteb/lprs/compare/v1.1.0..v1.2.0) - 2024-01-07
## [1.1.0](https://git.4rs.nl/awiteb/lprs/compare/v1.0.0..v1.1.0) - 2024-01-03
## [1.0.0](https://git.4rs.nl/awiteb/lprs/compare/v0.1.0..v1.0.0) - 2023-12-31
## 0.1.0 - 2023-12-23
This changelog was generated by [git-cliff](https://github.com/orhun/git-cliff)