Skip to content

Commit ee47f10

Browse files
committed
Update Messages for 0.3.1 Release
- Add '0.3.1.md' for 0.3.1 release - Updates 'messages.json'
1 parent a7e9916 commit ee47f10

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

messages.json

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

messages/0.3.1.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Changes in 0.3.0
2+
================
3+
4+
- Add option to target specific folders when building CTags
5+
* Add quick panel menu to allow building of tags for open file (or parent
6+
folder of open file if recursive flag set), all open folders, or one of
7+
the open folders
8+
9+
Fixes
10+
=====
11+
12+
* Fills up entire hard drive (in Linux), #94
13+
14+
Resolves
15+
========
16+
17+
* Add method to select where tag file should be built, #164
18+
19+
*******************************************************************************
20+
21+
For more detailed information about these changes, run ``git v0.3.0..v0.3.1``
22+
on the Git repository found [here](https://github.com/SublimeText/CTags).

0 commit comments

Comments
 (0)