Skip to content

Commit f873853

Browse files
committed
Prepare 1.3.0 release (and changelog)
1 parent f5503cc commit f873853

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
CSScheme Changelog
22
==================
33

4+
v1.3.0 (2016-06-23)
5+
-------------------
6+
7+
- Prevent `sass` executable from building caches. They were put in weird places
8+
and generally annoying.
9+
- Syntax highlighting changes to CSScheme and SCSScheme
10+
* Multiple scopes have been changed to follow (yet-to-be-specified)
11+
conventions
12+
* Highlighting of all scope selector operators has been added
13+
* Other minor tweaks
14+
- Allow backslash-escaping of any character, specifically for SASS
15+
compatibility with selector operators and scope-segments starting with
16+
numbers (#11)
17+
- Support for the old `'-'` escape sequence has been removed
18+
- `.hidden-tmTheme` files can now also be converted to `.csscheme`
19+
- Added a build system for tmTheme-to-CSScheme conversion
20+
21+
422
v1.2.0 (2015-08-28)
523
-------------------
624

@@ -70,7 +88,7 @@ v0.3.0 (2014-03-08)
7088
v0.2.1 (2014-03-01)
7189
-------------------
7290

73-
- Added "foreground" to allowed style list properties (.g. "bracketsOptions")
91+
- Added "foreground" to allowed style list properties (e.g. "bracketsOptions")
7492

7593

7694
v0.2.0 (2014-02-24)
@@ -85,7 +103,7 @@ v0.2.0 (2014-02-24)
85103
v0.1.1 (2014-02-24)
86104
-------------------
87105

88-
- Removed `$` form the SCSS word separator list
106+
- Removed `$` from the SCSS word separator list
89107

90108

91109
v0.1.0 (2014-02-22)

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"1.0.0": "messages/1.0.0.md",
66
"1.1.0": "messages/1.1.0.md",
77
"1.1.1": "messages/1.1.1.md",
8-
"1.2.0": "messages/1.2.0.md"
8+
"1.2.0": "messages/1.2.0.md",
9+
"1.3.0": "messages/1.3.0.md"
910
}

messages/1.3.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
v1.3.0 (2016-06-23)
2+
-------------------
3+
4+
- Prevent `sass` executable from building caches. They were put in weird places
5+
and generally annoying.
6+
- Syntax highlighting changes to CSScheme and SCSScheme
7+
* Multiple scopes have been changed to follow (yet-to-be-specified)
8+
conventions
9+
* Highlighting of all scope selector operators has been added
10+
* Other minor tweaks
11+
- Allow backslash-escaping of any character, specifically for SASS
12+
compatibility with selector operators and scope-segments starting with
13+
numbers (#11)
14+
- Support for the old `'-'` escape sequence has been removed
15+
- `.hidden-tmTheme` files can now also be converted to `.csscheme`
16+
- Added a build system for tmTheme-to-CSScheme conversion

0 commit comments

Comments
 (0)