passman/ChangeLog.md

38 lines
815 B
Markdown
Raw Normal View History

2018-12-06 14:31:36 -05:00
# Changelog for passman
2021-05-14 13:55:01 -04:00
## 0.3.1
- set maximum version of transformers package
- allow user to specifiy a temporary master password to retrieve a password
## 0.3.0.2
- more dependency versions
## 0.3.0.1
- updated to latest stackage LTS
- specified versions for dependencies
2021-01-05 21:26:12 -05:00
## 0.3.0
2021-01-05 21:25:29 -05:00
- updated to more recent LTS snapshot
- use microlens instead of lens
2020-03-20 20:29:37 -04:00
## 0.2.1
2019-01-02 13:38:29 -05:00
- refactoring
2020-03-20 17:29:09 -04:00
- store the database where Windows can find it
- confirm master password before creating new service
2019-01-02 13:38:29 -05:00
2019-01-01 23:03:09 -05:00
## 0.2
2019-01-01 21:02:52 -05:00
- implemented manual saving
2019-01-01 21:15:09 -05:00
- added a warning when changing master password
2019-01-01 22:45:03 -05:00
- some code cleanup as suggested by [Stephen Paul Weber](https://github.com/singpolyma)
2019-01-01 21:02:52 -05:00
2019-01-01 04:57:24 -05:00
## 0.1.1
2019-01-01 04:48:36 -05:00
- corrected a bug that was causing the pwGenerate function to hang occasionally.
- this may cause some passwords to be generated differently