Skip to content

Commit

Permalink
feat: add new version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Feb 20, 2019
1 parent e8cf0fc commit 4befb62
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

---

<a name="1.5.0"></a>
## [1.5.0](https://github.com/mauroreisvieira/meetio/compare/v1.4.1...v1.5.0) (2019-02-20)

### FEATURES
* Add new variation of scheme: `Meetio-Ocean`.
* Add `block_caret` on colors schemes.
* Add variable `vsc_deleted` when one or more of a folder‘s files has been added to the index for removal.
* Add variable `vsc_missing` when one or more of a folder‘s files is no longer on disk.

### CHANGED
* Update name of `Meetio-Ocean` to `Meetio-Cobalt`.
* Update color of `caret` in all schemes to use the accent color.

### BUGFIXES
* Fix typo in messages. Thanks [@pykong](https://github.com/pykong).

---

<a name="1.4.1"></a>
## [1.4.1](https://github.com/mauroreisvieira/meetio/compare/v1.4.0...v1.4.1) (2019-02-15)

### FEATURES
* Add variable of `sidebar_icon_file_color`, to possibility change the color of icons in sidebar.

### BUGFIXES
* Fix `status_unmerged` icon in sidebar.

---

<a name="1.4.0"></a>
## [1.4.0](https://github.com/mauroreisvieira/meetio/compare/v1.3.0...v1.4.0) (2019-02-01)

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.2.0": "messages/1.2.0.md",
"1.3.0": "messages/1.3.0.md",
"1.4.0": "messages/1.4.0.md",
"1.4.1": "messages/1.4.1.md"
"1.4.1": "messages/1.4.1.md",
"1.5.0": "messages/1.5.0.md"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Meetio",
"version": "1.4.1",
"version": "1.5.0",
"description": "Meetio is the most powerful theme for Sublime Text 3 with different Scheme variations only for 3176+ version.",
"bugs": {
"url": "https://github.com/mauroreisvieira/meetio/issues"
Expand Down

0 comments on commit 4befb62

Please sign in to comment.