Releases: robinmalburn/keepass-diceware-generator
Releases · robinmalburn/keepass-diceware-generator
Release 1.0.1
Fixed issue with build data causing KeePass to report current build as pre-release.
Release 1.0.0
Mostly a lot of tidying up and refactoring code to be simplified for the 1.0 release:
- Added tests project and moved existing project into sub folder to support separation.
- Added FilePhraseRepository tests. Adds RandomUtilFactory helper to tests project.
- Added interface test to phrase generator test.
- Added tests for Phrase Generator and stub repositories to facilitate test s.
- Added unit tests for crypto random util class and fixes exception constra in over sight.
- Added FilePhraseRepository tests. Adds RandomUtilFactory helper to tests project.
- Added assembly GUID.
- Added interface test to phrase generator test.
- Added tests for Phrase Generator and stub repositories to facilitate tests.
- Added unit tests for crypto random util class and fixes exception constrain over sight.
- Added unit tests for remaining repository classes.
- Added unit tests to validate behaviours of SystemConfig and Repository Factory.
- Backported unix path parsing support and adds related unit test.
- Bumped target version numbers.
- Changed Config model to be UserConfig model and adds SystemConfig model.
- Moved file path look up to SystemConfig and away from abstract repository.
- Fixed spacing in tests assembly info.
- Fixed style cop complaints in Crypto and Models tests.
- Fixed style cop issues with config testcase.
- Fixed update url reference.
- Fixed spacing in tests assembly info.
- Fixed style cop complaints in Crypto and Models tests.
- Fixed style cop issues with config testcase.
- Moved Resource folder and references to root folder.
- Refactored file based repositories into one configurable repository for both short and long file types as part of test simplification.
- Updated gitignore with stylecop files.
Release 0.4.1
Fixed issue with path parsing on Linux operating systems.
Release 0.4.0
Added support for KeePass update checking.
Release 0.3.1
Hotfix release to fix an issue with whitespace preservation during configuration serialization which caused the separator character to be incorrectly truncated.
Release 0.3.0
* Bumped build version. * Updated README to include special chars info and large wordlist file. * Fixed various style cop issues. * Added support for transforming generated words with randsomised special chars. Closes #5. * Added abstraction around cryptographically safe random range generation. * Added presentation repository to show example of configured password settings on config screen. * Added support for changing separator character. Closes #3. * Added support for choosing wordlist & refactors phrase generation and repository structure to be more testable, whilst refactoring config model to be more extensible. Closes #1.
Release 0.2.0
- Added options menu with options for controlling number of words and studly caps configuration. - Added minor optimisations for caching diceware repository. - Added index length information to repository interface.
Release 0.1.0
Release with pre-built DLL for ease of use.