Skip to content

Commit 2826e36

Browse files
committed
Add changelog for 3.4.0
1 parent 609e9c9 commit 2826e36

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"3.2.2": "messages/3.2.2.txt",
1313
"3.2.8": "messages/3.2.8.txt",
1414
"3.2.18": "messages/3.2.18.txt",
15-
"3.3.0": "messages/3.3.0.txt"
15+
"3.3.0": "messages/3.3.0.txt",
16+
"3.4.0": "messages/3.4.0.txt"
1617
}

messages/3.4.0.txt

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
v3.4.0 (2022-03-12)
2+
-------------------
3+
4+
## Minor changes
5+
6+
- Syntax Test: New syntax test generation feature.
7+
Triggered via `ctrl+enter` while on a code line in a syntax test file
8+
or via the command palette. (#341 @Thom1729)
9+
- Syntax Test: New setting to strip previously asserted scopes from test completions
10+
(#340 @Thom1729)
11+
- Settings: Quick edit phantoms can now be disabled (#353 @Ultra-Instinct-05)
12+
- Consider new system-aware color scheme switching for "Edit current Color Scheme"
13+
(#330 @Ultra-Instinct-05)
14+
15+
## Trivial changes and fixes
16+
17+
- Syntax: Defer tab check for (semi-)transient views (#177, #365, #368, @FichteFoll)
18+
- Syntax: Fix syntax assignment for some test files that loaded to slowly (#358 @keith-hall)
19+
- Syntax: Complete `pop: 1` for syntax version 2 (#354, @FichteFoll)
20+
- Syntax: Fix highlighting of quoted variable keys (#356, @FichteFoll)
21+
- Syntax: Highlight section headers as seen in the Packages repo (#296 @deathaxe)
22+
- Syntax: Fix settings completions for complex values (#347, #348 @ratijas)
23+
- Syntax: Recognize `partial-symbols` header (#355 @keith-hall)
24+
- Scheme: Remove `#` from `word_separators` (#357 @MattDMo)
25+
- Scheme: Support missing color scheme globals (#331 @Ultra-Instinct-05)
26+
- Scheme: Remove `blend()` matching since it's been added to the default CSS syntax
27+
(#324, @FichteFoll)
28+
- Theme & Scheme: Highlight `var` function for color-adjuster properties (#326 @deathaxe)
29+
- Theme: Support radio and checkbox controls (#362 @AmjadHD)
30+
- Theme: Support `close_button_side` and `connector_height` properties (#339, @FichteFoll)
31+
- Theme: Support color adjuster functions in variables (#327, @FichteFoll)
32+
- Theme: Swap `layer.draw_center` value in completion (#359 @AmjadHD)
33+
- Theme: `disabled` attribute (#361 @AmjadHD)
34+
- Theme: Update completions with color kind quick panel symbols (#323 @deathaxe)
35+
- Snippet: Syntax highlighting corrections for slashes in substitutions and escape sequences
36+
(@FichteFoll)
37+
- Settings: Add hints for more default preferences (#343 @jrappen, #344 @Ultra-Instinct-05)
38+
- Commands: Small tweaks to command completion metadata (various)
39+
- Commands: Add support for the platform key (#332 @Ultra-Instinct-05)
40+
- Commands & Menu: Remove `invalid` highlighting for unrecognized platform names (@FichteFoll)
41+
- PList: associate syntax with `.hidden-*` syntaxes & native PList extensions (#325 @deathaxe)
42+
- Misc: Scope Name completions have been updated
43+
to follow recent discussions for the default Packages (#352 @Ultra-Instinct-05, #364 @deathaxe)
44+
45+
## Trivial changes from v3.3.1 (2021-01-23)
46+
47+
TL;DR: Updated for 4095
48+
49+
- Theme: Support `style` and `background_modifier` rule keys
50+
- Theme: Support mappings/objects for `settings` selector
51+
- Theme: Update list of elements and attributes to 4095
52+
- Scheme & Theme: Fix highlighting of `blend` color modifier function
53+
- Scheme & Theme: Add support for "auto" value in "edit current theme/scheme" commands
54+
- Settings: Offer completions for dark and light color scheme and theme variants

0 commit comments

Comments
 (0)