|
| 1 | +# Change Log |
1 | 2 |
|
2 | | -### 0.6.0: 14 April 2018 |
| 3 | +All notable changes to "Partial Diff" extension will be documented in this file. |
3 | 4 |
|
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). |
5 | 7 |
|
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) |
7 | 11 |
|
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) |
9 | 15 |
|
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) |
11 | 19 |
|
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) |
13 | 23 |
|
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) |
15 | 27 |
|
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) |
17 | 31 |
|
18 | | -### 0.4.0: 26 October 2017 |
| 32 | +## [0.3.2] - 2017-09-14 |
| 33 | +### Fixed |
| 34 | +- Fixed the link to the gif animation |
19 | 35 |
|
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 |
21 | 39 |
|
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)) |
23 | 43 |
|
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)) |
25 | 47 |
|
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) |
27 | 51 |
|
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 |
29 | 55 |
|
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 |
53 | 59 |
|
| 60 | +## [0.0.3] - 2016-06-12 |
| 61 | +### Added |
54 | 62 | * Added the extension icon (thanks to @tauri_34 !) |
55 | 63 |
|
56 | | -### 0.0.2: 11 June 2016 |
57 | | - |
| 64 | +### [0.0.2] - 2016-06-11 |
| 65 | +### Fixed |
58 | 66 | * Fix the problem that the gif animation is not shown |
59 | 67 |
|
60 | | -### 0.0.1: 11 June 2016 |
61 | | - |
| 68 | +## [0.0.1] - 2016-06-11 |
| 69 | +### Added |
62 | 70 | * Initial release of partial-diff |
0 commit comments