Skip to content

Commit a199888

Browse files
committed
Fixed changelog format
According to: https://keepachangelog.com
1 parent aa87a4a commit a199888

File tree

1 file changed

+41
-28
lines changed

1 file changed

+41
-28
lines changed

docs/CHANGELOG.md

Lines changed: 41 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,53 @@
1-
This file contains changes made to `Python Password` program.
2-
3-
## Pre-Alpha
1+
# Changelog
42

5-
### 0.2.2 - 16 May, 2020
3+
This file contains changes made to `Python Password` program.
64

7-
- Added tips for new users.
5+
## [0.2.2] - 2020-05-16
6+
### Added
7+
- Tips for new users.
88
- 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.
1112

12-
### 0.2.1 - 15 May, 2020
13-
14-
- Updated GUI to material design standard.
13+
## [0.2.1] - 2020-05-15
14+
### Added
1515
- All functions of `v0.1.*` included.
16+
### Changed
17+
- Updated GUI to material design standard.
1618

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
2124
- User files are now saved to `AppData\Local` directory.
2225

23-
### 0.1.2 - 4 May, 2020
24-
26+
## [0.1.2] - 2020-05-4
27+
### Added
2528
- Cosmetic changes.
2629
- 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.
3032

31-
- Bugfixes, typos and idiot proofing.
33+
## [0.1.1] - 2020-05-3
34+
### Added
35+
- Idiot proofing.
3236
- 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

Comments
 (0)