10000 Add changelog for 3.4.1 · SublimeText/PackageDev@742c815 · GitHub
[go: up one dir, main page]

Skip to content

Commit 742c815

Browse files
committed
Add changelog for 3.4.1
1 parent 43a54b3 commit 742c815

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

messages.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"3.2.8": "messages/3.2.8.txt",
1414
"3.2.18": "messages/3.2.18.txt",
1515
"3.3.0": &quo 8000 t;messages/3.3.0.txt",
16-
"3.4.0": "messages/3.4.0.txt"
16+
"3.4.0": "messages/3.4.0.txt",
17+
"3.4.1": "messages/3.4.1.txt"
1718
}

messages/3.4.1.txt

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
v3.4.1 (2022-09-02)
2+
-------------------
3+
4+
## Trivial changes and fixes
5+
6+
- tmPreferences/Property List: Rewrite syntaxes, making them more robust regarding invalid
7+
highlighting and embedded syntaxes like for scope selectors (#381, @deathaxe)
8+
- tmPreferences: Add highlighting and completions for `foldScopes` (#381, @deathaxe)
9+
- Theme: Support `null` value for `color_scheme_tint` (#370, @FichteFoll)
10+
- Syntax: Add completion for `hidden` key (#376, @jfcherng)
11+
- Syntax: Add `meta.string` scopes to non-double-quoted match strings (#375, @jfcherng)
12+
- Syntax: Fix `hidden_file_extensions` name in highlighting and completions (#374, @deathaxe)
13+
- Syntax: Use the proper non-default values for boolean key completions (@FichteFoll)
14+
- Commands: Add argument completions for `show_panel` command (#378, @deathaxe)

0 commit comments

Comments
 (0)
0