Skip to content

Commit 480fe37

Browse files
committed
Update Messages for Package Control
1 parent 28df424 commit 480fe37

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

messages.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"install": "README.rst",
33
"0.3.0": "messages/0.3.0.md",
4-
"0.3.1": "messages/0.3.1.md"
4+
"0.3.1": "messages/0.3.1.md",
5+
"0.3.2": "messages/0.3.2.md"
56
}

messages/0.3.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Changes in 0.3.0
1+
Changes in 0.3.1
22
================
33

44
- Add option to target specific folders when building CTags

messages/0.3.2.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Changes in 0.3.2
2+
================
3+
4+
- Resolve issues raised by previous release.
5+
6+
Fixes
7+
=====
8+
9+
* Ctags 0.3.0, SublimeText 3 build 3056, Error message - ctags: No files specified. Try "ctags --help"., #167
10+
* Error when rebuilding tags, #168
11+
* multiple errors wheh building or showing tags, #169
12+
* Cursor Bug in Jump Back, #172
13+
* error: ctags: No files specified. Try "ctags --help"., #173
14+
15+
Resolves
16+
========
17+
18+
* Fix unreference 'err_str' and the subprocess run of ctags, #171
19+
20+
*******************************************************************************
21+
22+
For more detailed information about these changes, run ``git v0.3.1..v0.3.2``
23+
on the Git repository found [here](https://github.com/SublimeText/CTags).

0 commit comments

Comments
 (0)