Skip to content

Commit

Permalink
Add changelog for 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Sep 2, 2022
1 parent 43a54b3 commit 742c815
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"3.2.8": "messages/3.2.8.txt",
"3.2.18": "messages/3.2.18.txt",
"3.3.0": "messages/3.3.0.txt",
"3.4.0": "messages/3.4.0.txt"
"3.4.0": "messages/3.4.0.txt",
"3.4.1": "messages/3.4.1.txt"
}
14 changes: 14 additions & 0 deletions messages/3.4.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v3.4.1 (2022-09-02)
-------------------

## Trivial changes and fixes

- tmPreferences/Property List: Rewrite syntaxes, making them more robust regarding invalid
highlighting and embedded syntaxes like for scope selectors (#381, @deathaxe)
- tmPreferences: Add highlighting and completions for `foldScopes` (#381, @deathaxe)
- Theme: Support `null` value for `color_scheme_tint` (#370, @FichteFoll)
- Syntax: Add completion for `hidden` key (#376, @jfcherng)
- Syntax: Add `meta.string` scopes to non-double-quoted match strings (#375, @jfcherng)
- Syntax: Fix `hidden_file_extensions` name in highlighting and completions (#374, @deathaxe)
- Syntax: Use the proper non-default values for boolean key completions (@FichteFoll)
- Commands: Add argument completions for `show_panel` command (#378, @deathaxe)

0 comments on commit 742c815

Please sign in to comment.