Skip to content

Commit d362b0e

Browse files
committed
Changelog for 3.0.0-beta.4
1 parent f3b7c7b commit d362b0e

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"2.1.0": "messages/2.1.0.txt",
77
"3.0.0-alpha.5": "messages/3.0.0-alpha.5.txt",
88
"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"
9+
"3.0.0-beta.1": "messages/3.0.0-beta.1.txt",
10+
"3.0.0-beta.4": "messages/3.0.0-beta.4.txt"
1011
}

messages/3.0.0-beta.4.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
v3.0.0-beta.4 (2017-08-31)
2+
--------------------------
3+
4+
It's time for another **big** PackageDev update.
5+
With this, we are nearing a release candidate (and stable release), since only few things are left
6+
to do now.
7+
8+
This latest release brings you:
9+
10+
+ Completions of command names and arguments in all resource files that support them (@r-stein)
11+
12+
This includes the JSON files as well as Python plugins!
13+
14+
* Rewrites of all relevant syntax definitions from tmLanguage to sublime-syntax
15+
(with the help of @r-stein)
16+
17+
Now with very precise highlighting for:
18+
19+
- build systems
20+
- commands files
21+
- completions files
22+
- macro files
23+
- menu files (new!)
24+
- mousemap files
25+
26+
Additionally, snippets and completions (within strings) were added wherever they made sense.
27+
28+
* Unified "New *" command with more templates for more resource file types
29+
+ Suggests to create this file in the current project, if it is a package
30+
* Supportive deprecation warnings in tmPreferences files when Sublime Text wouldn't pick up a
31+
string's content after a comment or CDATA tag (@keith-hall)
32+
* Settings completions fixes and improvements (with help from @deathaxe)
33+
* Various other fixes
34+
35+
---
36+
37+
Please test the package thoroughly and report issues at the issue tracker.
38+
https://github.com/SublimeText/PackageDev/issues

0 commit comments

Comments
 (0)