Skip to content

Commit 9ab6908

Browse files
chore(release): 4070-2.0.0
1 parent f05b23c commit 9ab6908

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
# [2.0.0](https://github.com/mauroreisvieira/github-sublime-theme/compare/v1.6.0...v2.0.0) (2021-04-22)
2+
3+
4+
### Bug Fixes
5+
6+
* add generateTheme ([0d128a4](https://github.com/mauroreisvieira/github-sublime-theme/commit/0d128a41c3e875bed33c0559ba1d855633e6f871))
7+
* border in status bar ([cf82c87](https://github.com/mauroreisvieira/github-sublime-theme/commit/cf82c87da8987e43a26e109b6ef0a95f753a46ce))
8+
* colors of theme ([290bf97](https://github.com/mauroreisvieira/github-sublime-theme/commit/290bf979f3c1ebaa8e18b815628e6fdc73ffc145))
9+
* delete old folder ([57fdb05](https://github.com/mauroreisvieira/github-sublime-theme/commit/57fdb05292bfffc01e66de74c172b4bec939e4e5))
10+
* flick in title_bar when change scheme ([c4a07f6](https://github.com/mauroreisvieira/github-sublime-theme/commit/c4a07f61e446391314560bf9658ea157892f0a5d))
11+
* markdown syntax ([56d2b88](https://github.com/mauroreisvieira/github-sublime-theme/commit/56d2b882d7768bff5d9ceb9a8ef5cc40ebb279ce))
12+
* remove `link_color` prop from ST4000 ([3c0f499](https://github.com/mauroreisvieira/github-sublime-theme/commit/3c0f499f6d0caa0c545b2ed9f457fd2ad2d90ea1))
13+
* remove `show_tab_navigation` use `enable_tab_scrolling` instead ([a8e3ae3](https://github.com/mauroreisvieira/github-sublime-theme/commit/a8e3ae3732a73635c4009ecfa3df1647d727de4f))
14+
* remove `show_tab_navigation` use `enable_tab_scrolling` instead ([caabe07](https://github.com/mauroreisvieira/github-sublime-theme/commit/caabe07ecc38c2c48fd115cdafc5882c86294161))
15+
* rename old scheme ([0dc2632](https://github.com/mauroreisvieira/github-sublime-theme/commit/0dc263210c90f0eb88946cf4bace9a4d9d3868b7))
16+
* scheme ([cdb42a0](https://github.com/mauroreisvieira/github-sublime-theme/commit/cdb42a07892f902314bfa59297ecfe4f1542f97f))
17+
* schemes and background of row panel ([9ac0d0f](https://github.com/mauroreisvieira/github-sublime-theme/commit/9ac0d0ffbf6b4ef27314b2e2f512548a8ecf1d19))
18+
* tab color and icon in status bar ([6c30a41](https://github.com/mauroreisvieira/github-sublime-theme/commit/6c30a41eff2295c93da8aaa64c50f0aa5971e402))
19+
* tabs ([57182e1](https://github.com/mauroreisvieira/github-sublime-theme/commit/57182e17064f512a013c1cb5ac505450aebb8ff6))
20+
* update scheme colors ([6a97efa](https://github.com/mauroreisvieira/github-sublime-theme/commit/6a97efa83f9fbc88876f8c40348c3410392acc0e))
21+
22+
23+
### Features
24+
25+
* add `Dimmed` new color scheme ([59ed06a](https://github.com/mauroreisvieira/github-sublime-theme/commit/59ed06a9dbf78c3d80aa608daaff57c29c76b399))
26+
* add new Themes files ([1db352e](https://github.com/mauroreisvieira/github-sublime-theme/commit/1db352ed630f11f07296c103c5155a4f31b5dc98))
27+
* update scheme generator ([e8165a6](https://github.com/mauroreisvieira/github-sublime-theme/commit/e8165a6dfef3745f2ec5250d0e0c902b4f959cdf))
28+
29+
30+
31+
# [1.6.0](https://github.com/mauroreisvieira/github-sublime-theme/compare/v1.5.2...v1.6.0) (2020-11-26)
32+
33+
34+
### Bug Fixes
35+
36+
* input border in switch_project_window ([7b87b78](https://github.com/mauroreisvieira/github-sublime-theme/commit/7b87b78419002adb79e9b727b687a65bf2ff38e0))
37+
38+
39+
### Features
40+
41+
* added icon for untracked files in sidebar ([66f959d](https://github.com/mauroreisvieira/github-sublime-theme/commit/66f959db948b5a2ac7e858bfeb0fe229452afd1b))
42+
43+
44+
145
<a name="1.8.0"></a>
246
# [1.8.0](https://github.com/mauroreisvieira/github-sublime-theme/compare/v1.6.0...v1.8.0) (2020-12-15)
347

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-sublime-theme",
3-
"version": "1.8.0",
3+
"version": "2.0.0",
44
"description": "GitHub theme for Sublime Text",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)