File tree 1 file changed +33
-0
lines changed
1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments