|
1 | | -This file contains changes made to `Python Password` program. |
2 | | - |
3 | | -## Pre-Alpha |
| 1 | +# Changelog |
4 | 2 |
|
5 | | -### 0.2.2 - 16 May, 2020 |
| 3 | +This file contains changes made to `Python Password` program. |
6 | 4 |
|
7 | | -- Added tips for new users. |
| 5 | +## [0.2.2] - 2020-05-16 |
| 6 | +### Added |
| 7 | +- Tips for new users. |
8 | 8 | - Checking master passwords on program start. |
9 | | -- Fixed bug: unable to save beta password with random password. |
10 | | -- Fixed bug: "that password already exists" dialog showed up when alpha password wasn't set. |
| 9 | +### Fixed |
| 10 | +- Bug #1: Unable to save beta password with random password. |
| 11 | +- Bug #2: "That password already exists." dialog showed up when alpha password wasn't set. |
11 | 12 |
|
12 | | -### 0.2.1 - 15 May, 2020 |
13 | | - |
14 | | -- Updated GUI to material design standard. |
| 13 | +## [0.2.1] - 2020-05-15 |
| 14 | +### Added |
15 | 15 | - All functions of `v0.1.*` included. |
| 16 | +### Changed |
| 17 | +- Updated GUI to material design standard. |
16 | 18 |
|
17 | | -### 0.2.0 - 10 May, 2020 |
18 | | - |
19 | | -- First GUI pre-release. |
20 | | -- Most functions from console UI version. |
| 19 | +## [0.2.0] - 2020-05-10 |
| 20 | +First GUI pre-release. |
| 21 | +### Added |
| 22 | +- Most functions from `v0.1.*`. |
| 23 | +### Changed |
21 | 24 | - User files are now saved to `AppData\Local` directory. |
22 | 25 |
|
23 | | -### 0.1.2 - 4 May, 2020 |
24 | | - |
| 26 | +## [0.1.2] - 2020-05-4 |
| 27 | +### Added |
25 | 28 | - Cosmetic changes. |
26 | 29 | - Checking files' integrity even more often. |
27 | | -- Most od exceptions are handled properly. |
28 | | - |
29 | | -### 0.1.1 - 3 May, 2020 |
| 30 | +### Fixed |
| 31 | +- Exceptions are handled properly. |
30 | 32 |
|
31 | | -- Bugfixes, typos and idiot proofing. |
| 33 | +## [0.1.1] - 2020-05-3 |
| 34 | +### Added |
| 35 | +- Idiot proofing. |
32 | 36 | - Checking files' integrity more often. |
33 | | -- More confirmations are needed. |
34 | | - |
35 | | -### 0.1.0 - 2 May, 2020 |
36 | | - |
37 | | -- First usable pre-release. |
38 | | -- Added functions: |
39 | | - - setting password, |
40 | | - - getting password. |
| 37 | +- More confirmations. |
| 38 | +### Fixed |
| 39 | +- Small bugs. |
| 40 | +- Typos. |
| 41 | + |
| 42 | +## [0.1.0] - 2020-05-2 |
| 43 | +First usable pre-release. |
| 44 | +### Added |
| 45 | +- Set password option. |
| 46 | +- Get password option. |
| 47 | + |
| 48 | +[0.2.2]: https://github.com/AnonymousX86/Python-Password/releases/tag/v0.1-alpha |
| 49 | +[0.2.1]: https://github.com/AnonymousX86/Python-Password/releases/tag/v0.2.1-alpha |
| 50 | +[0.2.0]: https://github.com/AnonymousX86/Python-Password/releases/tag/v0.2.0-alpha |
| 51 | +[0.1.2]: https://github.com/AnonymousX86/Python-Password/releases/tag/v0.1.2-alpha |
| 52 | +[0.1.1]: https://github.com/AnonymousX86/Python-Password/releases/tag/v0.1.1-alpha |
| 53 | +[0.1.0]: https://github.com/AnonymousX86/Python-Password/releases/tag/v0.1-alpha |
0 commit comments