Skip to content

Commit

Permalink
Block caret release
Browse files Browse the repository at this point in the history
  • Loading branch information
dempfi committed Mar 25, 2019
1 parent c1c0918 commit 4609285
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
4 changes: 3 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@
"3.2.1": "messages/3.2.1.md",
"4.0.0": "messages/4.0.0.md",
"5.0.0": "messages/5.0.0.md",
"5.0.1": "messages/5.0.1.md"
"5.0.1": "messages/5.0.1.md",
"5.0.2": "messages/5.0.2.md",
"5.0.3": "messages/5.0.3.md"
}
34 changes: 34 additions & 0 deletions messages/5.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
**ayu theme for Sublime Text**
https://github.com/dempfi/ayu/releases

********************************************************************************
ayu from version 3.0.0 supports customization via A File Icon package
(https://github.com/ihodev/a-file-icon). Please install it for better expereince.
********************************************************************************

# Version 5.0.0

- 🎉 Refreshed UI theme:
- Improved editor/ui contrast when `ui_separators` options is on;
- Resized status bar;
- Support for Sublime's git indicators;
- Added missing accents on hover;
and other minor fixes

- 🎉 Refreshed syntax theme
- Fixed inconsistencies with Java, C, Haskell, TS, JS, GO, Python and Ruby;
- Updated markdown colour scheme
and other minor fixes

- Internal:
- New streamlined build system for streamlined contrinution and forks;
- Official `ayu-colors` npm package is now used as the source of the colours;

*******************************************************

Breaking changes:
- Removed UI font settings (`ui_font_size_small`, `ui_font_source_code_pro`, `ui_font_roboto_mono`)

*******************************************************

Version 5.0.3 contains a fix for the new block caret.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ayu",
"version": "5.0.2",
"version": "5.0.3",
"description": "Sublime theme",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4609285

Please sign in to comment.