Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Sep 3, 2024
1 parent 4409c23 commit 343526b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"1.3.1": "messages/1.3.1.txt",
"1.3.2": "messages/1.3.2.txt",
"1.3.3": "messages/1.3.3.txt",
"1.4.0": "messages/1.4.0.txt"
"1.4.0": "messages/1.4.0.txt",
"2.0.0": "messages/2.0.0.txt"
}
30 changes: 30 additions & 0 deletions messages/2.0.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
New in Spacegray 2.0.0:

!!! No longer supports ST2 or ST3 !!!
Latest ST3 supporting version is 1.3.5.

- refactored color schemes

* converted to *.sublime-color-scheme format
* various customization and rule updates to adjust to recent scope changes
* enables overrides via `UI: Customize Color Scheme`
* easier maintenance

- refactored themes

* define base16 palette using variables
* support for most ST4+ UI elements
* save a lot of lines of code

- refactored theme customization and settings

* added `font_face` and `font_size` variables for sublime-themes
* use most default ST4 theme settings
* rename Spacegray related settings to `theme.spacegray. ...`
* replace various boolean settings by real value settings

Please refer to [README](https://github.com/SublimeText/Spacegray/blob/main/README.md) for details.

Fixes

- all out-standing github issues are fixed

0 comments on commit 343526b

Please sign in to comment.