Skip to content

Commit 264d863

Browse files
committedFeb 10, 2022
Add a change-log
1 parent 439fff7 commit 264d863

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
 

‎CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Change Log
2+
==========
3+
4+
This project honours [Semantic Versioning](http://semver.org).
5+
6+
[Staged]: https://github.com/Alhadis/language-pcb/compare/v1.0.1...HEAD
7+
8+
9+
[Staged]
10+
------------------------------------------------------------------------
11+
* __Added;__ Auto-detection of files with `EESchema-DOCLIB` headers
12+
* __Added:__ Support for KiCad 6's new project format (`.kicad_sch`)
13+
* __Added:__ Support for `sym-lib-table` and `*.kicad_dru` files
14+
* __Fixed:__ Broken auto-detection of `EESchema-LIBRARY` headers
15+
* __Fixed:__ Broken highlighting of strings containing escape sequences
16+
17+
18+
[v1.0.1]
19+
------------------------------------------------------------------------
20+
**July 29th, 2017**
21+
This patch updates Gerber's list of file extensions, refines its pattern
22+
for matching file headers, and applies a hacky fix for Scheme files that
23+
share the `.sch` extension.
24+
25+
[v1.0.1]: https://github.com/Alhadis/language-pcb/releases/tag/v1.0.1
26+
27+
28+
[v1.0.0]
29+
------------------------------------------------------------------------
30+
**July 28th, 2017**
31+
Initial release. Adds syntax highlighting for KiCad and Gerber files.
32+
33+
[v1.0.0]: https://github.com/Alhadis/language-pcb/releases/tag/v1.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.