Skip to content

Commit

Permalink
Prepare 1.3.0 release (and changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Jun 23, 2016
1 parent f5503cc commit f873853
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
CSScheme Changelog
==================

v1.3.0 (2016-06-23)
-------------------

- Prevent `sass` executable from building caches. They were put in weird places
and generally annoying.
- Syntax highlighting changes to CSScheme and SCSScheme
* Multiple scopes have been changed to follow (yet-to-be-specified)
conventions
* Highlighting of all scope selector operators has been added
* Other minor tweaks
- Allow backslash-escaping of any character, specifically for SASS
compatibility with selector operators and scope-segments starting with
numbers (#11)
- Support for the old `'-'` escape sequence has been removed
- `.hidden-tmTheme` files can now also be converted to `.csscheme`
- Added a build system for tmTheme-to-CSScheme conversion


v1.2.0 (2015-08-28)
-------------------

Expand Down Expand Up @@ -70,7 +88,7 @@ v0.3.0 (2014-03-08)
v0.2.1 (2014-03-01)
-------------------

- Added "foreground" to allowed style list properties (.g. "bracketsOptions")
- Added "foreground" to allowed style list properties (e.g. "bracketsOptions")


v0.2.0 (2014-02-24)
Expand All @@ -85,7 +103,7 @@ v0.2.0 (2014-02-24)
v0.1.1 (2014-02-24)
-------------------

- Removed `$` form the SCSS word separator list
- Removed `$` from the SCSS word separator list


v0.1.0 (2014-02-22)
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"1.0.0": "messages/1.0.0.md",
"1.1.0": "messages/1.1.0.md",
"1.1.1": "messages/1.1.1.md",
"1.2.0": "messages/1.2.0.md"
"1.2.0": "messages/1.2.0.md",
"1.3.0": "messages/1.3.0.md"
}
16 changes: 16 additions & 0 deletions messages/1.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
v1.3.0 (2016-06-23)
-------------------

- Prevent `sass` executable from building caches. They were put in weird places
and generally annoying.
- Syntax highlighting changes to CSScheme and SCSScheme
* Multiple scopes have been changed to follow (yet-to-be-specified)
conventions
* Highlighting of all scope selector operators has been added
* Other minor tweaks
- Allow backslash-escaping of any character, specifically for SASS
compatibility with selector operators and scope-segments starting with
numbers (#11)
- Support for the old `'-'` escape sequence has been removed
- `.hidden-tmTheme` files can now also be converted to `.csscheme`
- Added a build system for tmTheme-to-CSScheme conversion

0 comments on commit f873853

Please sign in to comment.