Skip to content

Commit 69789a6

Browse files
committed
Adopt "Keep a Changelog" for the changelog format
1 parent 49842c4 commit 69789a6

File tree

1 file changed

+49
-41
lines changed

1 file changed

+49
-41
lines changed

CHANGELOG.md

Lines changed: 49 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,70 @@
1+
# Change Log
12

2-
### 0.6.0: 14 April 2018
3+
All notable changes to "Partial Diff" extension will be documented in this file.
34

4-
* Added a feature to quickly compare text in 2 visible editors. [#11](https://github.com/ryu1kn/vscode-partial-diff/issues/11)
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
57

6-
### 0.5.1: 29 November 2017
8+
## [0.6.0] - 2018-04-14
9+
### Added
10+
- A command to quickly compare text in 2 visible editors. [#11](https://github.com/ryu1kn/vscode-partial-diff/issues/11)
711

8-
* Fixed the issue that **Compare with Clipboard** was not working. [#19](https://github.com/ryu1kn/vscode-partial-diff/issues/19)
12+
## [0.5.1] - 2017-11-29
13+
### Fixed
14+
- Fixed the issue that **Compare with Clipboard** was not working. [#19](https://github.com/ryu1kn/vscode-partial-diff/issues/19)
915

10-
### 0.5.0: 12 November 2017
16+
## [0.5.0] - 2017-11-12
17+
### Added
18+
- Support user defined text normalisation rules to reduce the noise in the diff. [#15](https://github.com/ryu1kn/vscode-partial-diff/issues/15)
1119

12-
* Support user defined text normalisation rules to reduce the noise in the diff. [#15](https://github.com/ryu1kn/vscode-partial-diff/issues/15)
20+
## [0.4.1] - 2017-10-28
21+
### Fixed
22+
- Sort text selections by the line/character position. [#16](https://github.com/ryu1kn/vscode-partial-diff/issues/16)
1323

14-
### 0.4.1: 28 October 2017
24+
## [0.4.0] - 2017-10-26
25+
### Added
26+
- Support text selection with multi cursors. [#16](https://github.com/ryu1kn/vscode-partial-diff/issues/16)
1527

16-
* Sort text selections by the line/character position. [#16](https://github.com/ryu1kn/vscode-partial-diff/issues/16)
28+
## [0.3.3] - 2017-10-01
29+
### Fixed
30+
- Fixed the issue that **Compare with Clipboard** command inserts extra new line characters on Windows. [#12](https://github.com/ryu1kn/vscode-partial-diff/issues/12)
1731

18-
### 0.4.0: 26 October 2017
32+
## [0.3.2] - 2017-09-14
33+
### Fixed
34+
- Fixed the link to the gif animation
1935

20-
* Support text selection with multi cursors. [#16](https://github.com/ryu1kn/vscode-partial-diff/issues/16)
36+
## [0.3.1] - 2017-05-14
37+
### Fixed
38+
- Fixed the problem that one library is used without being listed as dependencies
2139

22-
### 0.3.3: 1 October 2017
40+
## [0.3.0] - 2017-05-14
41+
### Added
42+
- A feature to compare text against clipboard contents (thanks to @eamodio ! [PR #6](https://github.com/ryu1kn/vscode-partial-diff/pull/6))
2343

24-
* Fixed the issue that **Compare with Clipboard** command inserts extra new line characters on Windows. [#12](https://github.com/ryu1kn/vscode-partial-diff/issues/12)
44+
### Changed
45+
- Show file names and line numbers of the compared text as the title of the diff view (thanks to @eamodio ! [PR #5](https://github.com/ryu1kn/vscode-partial-diff/pull/5))
46+
- Revised command labels (thanks to @eamodio ! [PR #5](https://github.com/ryu1kn/vscode-partial-diff/pull/5))
2547

26-
### 0.3.2: 14 September 2017
48+
## [0.2.0] - 2016-12-03
49+
### Added
50+
- Make commands available in the right click menu (editor context menu)
2751

28-
* Fixed the link to the gif animation
52+
## [0.1.0] - 2016-06-17
53+
### Added
54+
- Marking a text without selecting a part of text will mark the entire text
2955

30-
### 0.3.1: 14 May 2017
31-
32-
* Fixed the problem that one library is used without being listed as dependencies
33-
34-
### 0.3.0: 14 May 2017
35-
36-
* Added a feature to compare text against clipboard contents (thanks to @eamodio ! [PR #6](https://github.com/ryu1kn/vscode-partial-diff/pull/6))
37-
* Show file names and line numbers of the compared text as the title of the diff view (thanks to @eamodio ! [PR #5](https://github.com/ryu1kn/vscode-partial-diff/pull/5))
38-
* Revised command labels (thanks to @eamodio ! [PR #5](https://github.com/ryu1kn/vscode-partial-diff/pull/5))
39-
40-
### 0.2.0: 3 Dec 2016
41-
42-
* Make commands available in the right click menu (editor context menu)
43-
44-
### 0.1.0: 17 June 2016
45-
46-
* Marking a text without selecting a part of text will mark the entire text
47-
48-
### 0.0.4: 13 June 2016
49-
50-
* Fixed the problem that it was not working on windows
51-
52-
### 0.0.3: 12 June 2016
56+
## [0.0.4] - 2016-06-13
57+
### Fixed
58+
- Fixed the problem that it was not working on windows
5359

60+
## [0.0.3] - 2016-06-12
61+
### Added
5462
* Added the extension icon (thanks to @tauri_34 !)
5563

56-
### 0.0.2: 11 June 2016
57-
64+
### [0.0.2] - 2016-06-11
65+
### Fixed
5866
* Fix the problem that the gif animation is not shown
5967

60-
### 0.0.1: 11 June 2016
61-
68+
## [0.0.1] - 2016-06-11
69+
### Added
6270
* Initial release of partial-diff

0 commit comments

Comments
 (0)