Skip to content

Commit 9f51913

Browse files
committed
Changelog for 3.0.0-beta.1
1 parent c352eb6 commit 9f51913

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"2.0.0": "messages/2.0.0.txt",
66
"2.1.0": "messages/2.1.0.txt",
77
"3.0.0-alpha.5": "messages/3.0.0-alpha.5.txt",
8-
"3.0.0-alpha.6": "messages/3.0.0-alpha.6.txt"
8+
"3.0.0-alpha.6": "messages/3.0.0-alpha.6.txt",
9+
"3.0.0-beta.1": "messages/3.0.0-beta.1.txt"
910
}

messages/3.0.0-beta.1.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
v3.0.0-beta.1 (2017-07-08)
2+
--------------------------
3+
4+
PackageDev now enters BETA *wheee*
5+
(which doesn't really mean a lot for you, but anyway).
6+
7+
This latest release brings you:
8+
9+
+ A new syntax definition for settings files
10+
+ Auto-completions for settings files (@deathaxe)
11+
+ A tooltip showing the default and a description parsed from comments
12+
when hovering a settings key (@deathaxe)
13+
+ Highlighting of settings keys that couldn't be found in any reference file
14+
(and were probably mis-spelled) (@deathaxe)
15+
16+
+ Completions for variables in syntax definitions
17+
18+
* Other minor changes and fixes
19+
20+
---
21+
22+
Please test the package thoroughly and report issues at the issue tracker.
23+
https://github.com/SublimeText/PackageDev/issues

0 commit comments

Comments
 (0)