Skip to content

Commit 73ae130

Browse files
committed
Prep for 3.2.0 release
1 parent 763ddc3 commit 73ae130

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"1.2.1": "messages/1.2.1.txt",
77
"1.3.0": "messages/1.3.0.txt",
88
"2.0.0": "messages/2.0.0.txt",
9-
"3.1.0": "messages/3.1.0.txt"
9+
"3.1.0": "messages/3.1.0.txt",
10+
"3.2.0": "messages/3.2.0.txt"
1011
}

messages/3.2.0.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
Neon Color Scheme v3.2.0
22
========================
3+
4+
NEW FEATURE:
5+
I added the following files to a new folder called "widget settings":
6+
7+
- Console Input Widget.sublime-settings
8+
- Regex Replace Widget.sublime-settings
9+
- Regex Widget.sublime-settings
10+
- Widget.sublime-settings
11+
12+
These are part of the "Default" package, and set preferences for different
13+
widgets in the program. Each file here has just one setting:
14+
15+
"color_scheme": "Packages/Neon Color Scheme/Neon.sublime-color-scheme"
16+
17+
so that the overall UI is more consistent. One major advantage is you now get
18+
syntax highlighting for regex search and replace, making it easier to find things
19+
like missing brackets.
20+
21+
322
Changes since 3.1.0:
423

524
- Internal file structure organization

0 commit comments

Comments
 (0)