File tree 2 files changed +32
-2
lines changed
2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 3
3
"0.3.0" : " messages/0.3.0.md" ,
4
4
"0.3.1" : " messages/0.3.1.md" ,
5
5
"0.3.2" : " messages/0.3.2.md" ,
6
- "0.3.3" : " messages/0.3.3.md"
7
- "0.3.4" : " messages/0.3.4.md"
6
+ "0.3.3" : " messages/0.3.3.md" ,
7
+ "0.3.4" : " messages/0.3.4.md" ,
8
+ "0.3.5" : " messages/0.3.5.md"
8
9
}
Original file line number Diff line number Diff line change
1
+ Changes in 0.3.5
2
+ ================
3
+
4
+ - Improve documentation of settings to file
5
+ - Bug Fixes
6
+
7
+ Fixes
8
+ =====
9
+
10
+ * overriding of "command" option fails on Windows 7, #207
11
+ * ctags error 2(don't know the reason.), #204
12
+ * Error when trying to rebuild ctags (5 args instead of 6), #203
13
+ * Additional Opts Error, #2030
14
+ * Error building '.tags_sorted_by_file' (UTF-8 issue), #201
15
+ * UnicodeDecodeError: 'utf8' codec can't decode byte 0xf4 in position 13: invalid continuation byte, #194
16
+
17
+
18
+ Resolves
19
+ ========
20
+
21
+ * Fixed an inconsistent option name 'additional_options' to 'opts', #207
22
+ * ignore UnicodeDecodeError for codecs.open() when resorting tags file., #200
23
+ * Improve navigate_to_definition, #197
24
+
25
+
26
+ *******************************************************************************
27
+
28
+ For more detailed information about these changes, run `` git v0.3.4..v0.3.5 ``
29
+ on the Git repository found [ here] ( https://github.com/SublimeText/CTags ) .
You can’t perform that action at this time.
0 commit comments