8000 Add changelog for 3.3.0 · SublimeText/PackageDev@23be566 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23be566

Browse files
committed
Add changelog for 3.3.0
1 parent 75d6e3e commit 23be566

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
@@ -11,5 +11,6 @@
1111
"3.2.0": "messages/3.2.0.txt",
1212
"3.2.2": "messages/3.2.2.txt",
1313
"3.2.8": "messages/3.2.8.txt",
14-
"3.2.18": "messages/3.2.18.txt"
14+
"3.2.18": "messages/3.2.18.txt",
15+
"3.3.0": "messages/3.3.0.txt"
1516
}

messages/3.3.0.txt

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
v3.3.0 (2021-01-19)
2+
-------------------
3+
4+
This is the first ST4-only release.
5+
6+
## Minor change
7+
8+
- All provided completions now use the new rich completions (#292)
9+
10+
## Trivial changes
11+
12+
- Keymap: Support new context keys (#315, @Ultra-Instinct-05)
13+
- Keymap: Support new keys for highlighting
14+
- Keymap: Support new keys for highlighting
15+
- Keymap: Fix local symbol list for multi-line key bindings
16+
- Keymap: Allow empty command names (#311)
17+
- Color Scheme: Support new `block_caret_*` globals (#317, @Ultra-Instinct-05)
18+
- Completions: Update long snippet with the new supported keys
19+
- Syntax Test: Offer to adjust `translate_tabs_to_spaces` setting when loading
20+
(#308)
21+
- Various small bugfixes in syntax highlighting (#307, #311, #316, #320)
22+
- Updates to scope data for completions (#319, @deathaxe)

0 commit comments

Comments
 (0)
0