Skip to content

Commit cdf81cb

Browse files
committed
Release 1.7.1
1 parent 129e9f9 commit cdf81cb

File tree

5 files changed

+1404
-4505
lines changed

5 files changed

+1404
-4505
lines changed

CHANGELOG.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,110 @@
11
# Change Log
2+
3+
## 1.7.1 (2021-02-14)
4+
5+
### Bug Fixes
6+
7+
- Date string regex matches to-do item description in certain scenarios ([issue #25](https://github.com/PKief/vscode-markdown-checkbox/issues/25))
8+
29
## 1.7.0 (2020-04-29)
10+
311
### Features
12+
413
- Configurable date format ([@PKief](https://github.com/PKief) in [#19](https://github.com/PKief/vscode-markdown-checkbox/pull/19))
514

615
### Refactoring
16+
717
- Improve code quality ([f8086fc](https://github.com/PKief/vscode-markdown-checkbox/commit/f8086fce5bc99f0a2a4d06ea9758282d2efd5674))
818
- Fix launch configuration to run npm script compile:dev ([a45ad01](https://github.com/PKief/vscode-markdown-checkbox/commit/a45ad01c7718bd08770f85997260ab3ea1f83710))
919

1020
## 1.6.0 (2019-04-24)
21+
1122
### Features
23+
1224
- Configurable checkmark ([@PKief](https://github.com/PKief) in [#14](https://github.com/PKief/vscode-markdown-checkbox/pull/14))
1325

1426
## 1.5.0 (2019-03-16)
27+
1528
### Refactoring
29+
1630
- Bundle extension with webpack ([@PKief](https://github.com/PKief) in [#12](https://github.com/PKief/vscode-markdown-checkbox/pull/12))
1731
- Reduces extension size by 35 %
1832
- Faster extension startup activation
1933
- CI Improvements
2034

2135
## 1.4.3 (2019-03-04)
36+
2237
### Bug Fixes
38+
2339
- Respect trailing whitespace on toggle ([issue #11](https://github.com/PKief/vscode-markdown-checkbox/issues/11))
2440

2541
## 1.4.2 (2019-01-28)
42+
2643
### Bug Fixes
44+
2745
- Fixed date timezone ([issue #10](https://github.com/PKief/vscode-markdown-checkbox/issues/10))
2846

2947
## 1.4.1 (2018-11-27)
48+
3049
### Bug Fixes
50+
3151
- Fixed security [issue](https://github.com/dominictarr/event-stream/issues/116) with event-stream dependency ([4e83234](https://github.com/PKief/vscode-markdown-checkbox/commit/4e83234))
3252

3353
## 1.4.0 (2018-10-28)
54+
3455
### Features
56+
3557
- Specify multiple language IDs for which the extension is activated ([@reedspool](https://github.com/reedspool) in [#9](https://github.com/PKief/vscode-markdown-checkbox/pull/9))
3658

3759
### Refactoring
60+
3861
- Improved code quality ([275d66d](https://github.com/PKief/vscode-markdown-checkbox/commit/275d66d))
3962
- Updated tests ([6292b4a](https://github.com/PKief/vscode-markdown-checkbox/commit/6292b4a))
4063
- Changed configuration title ([1c21b7f](https://github.com/PKief/vscode-markdown-checkbox/commit/1c21b7f))
4164

4265
## 1.3.0 (2018-04-22)
66+
4367
### Features
68+
4469
- Toggle all checkboxes in the document with the [Multi-Select QuickPick](https://github.com/PKief/vscode-markdown-checkbox/blob/master/README.md#pick-checkboxes)
4570
- Rearranged context menu entries
4671

4772
### Other improvements
73+
4874
- Added tests
4975
- Added CI tools
5076

5177
## 1.2.0 (2018-03-23)
78+
5279
### Features
80+
5381
- **status bar**: Added configuration to control the visibility of the status bar item ([6067ec9](https://github.com/PKief/vscode-markdown-checkbox/commit/6067ec9)), closes [#8](https://github.com/PKief/vscode-markdown-checkbox/issues/8)
5482

5583
## 1.1.1 (2018-01-09)
84+
5685
### Bug Fixes
86+
5787
- **status bar**: Status bar updates completed tasks if a lowercase 'x' is used ([515407e](https://github.com/PKief/vscode-markdown-checkbox/commit/515407e)), closes [#7](https://github.com/PKief/vscode-markdown-checkbox/issues/7)
5888

5989
## 1.1.0 (2017-11-23)
90+
6091
### Features
92+
6193
- **checkbox**: added date support ([@jcvtieck](https://github.com/jcvtieck) in [#6](https://github.com/PKief/vscode-markdown-checkbox/pull/6))
6294

6395
### Refactoring
96+
6497
- code refactoring
6598
- reduced extension size
6699

67100
## 1.0.3 (2017-07-31)
101+
68102
- updated description
69-
- keybindings for Mac ([@mark-anders](https://github.com/mark-anders) in [#5](https://github.com/PKief/vscode-markdown-checkbox/pull/5))
103+
- keybindings for Mac ([@mark-anders](https://github.com/mark-anders) in [#5](https://github.com/PKief/vscode-markdown-checkbox/pull/5))
70104
- updated dependencies
71105
- added tslint
72106
- updated logo
73107

74108
## 1.0.2 (2016-10-09)
75-
- added status bar item to show status of all checkboxes
109+
110+
- added status bar item to show status of all checkboxes

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The MIT License (MIT)
2-
Copyright (c) 2020 Philipp Kief
2+
Copyright (c) 2021 Philipp Kief
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
55

0 commit comments

Comments
 (0)