diff options
author | Nathan Graule <solarliner@gmail.com> | 2018-05-06 14:47:26 +0200 |
---|---|---|
committer | Nathan Graule <solarliner@gmail.com> | 2018-05-06 14:47:26 +0200 |
commit | a415c5326e8637dc24768a320531e91affd3dadb (patch) | |
tree | b7b051a666225d3795d73eabbe784b0f2900e5ad | |
parent | 7e8dbb6370286d6b7db2f683d0eac022816d38af (diff) |
Move changelog to own file
-rw-r--r-- | CHANGELOG.md | 37 | ||||
-rw-r--r-- | README.md | 25 |
2 files changed, 36 insertions, 26 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c28d2..5b379d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,40 @@ # Change Log -All notable changes to the "arc-dark" extension will be documented in this file. +All notable changes to the "linux-themes" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. ## [Unreleased] -- Initial release + +## v1.0.0: + +### Added +* United Ubuntu theme (initial release) +* Ambiance theme (initial release) +* [Ark Dark] Added Tomorrow token colors to for better looking cod* Sidebar is now the same color as the activity bar, making it look more like the Files app +* [Adapta Nokto] Added colors on debugging and toolbars + +## v0.5.0: + +### Changed +* [Adapta Nokto] Token colors to match Mattia Astorino's + +## v0.4.0: + +### Added +* Adapta theme (initial release) + +## v0.3.0: + +### Changed +* [Arc Dark] Directly included tokenColors from default Dark and Dark+ themes. + +## v0.2.0: + +### Changed +* [Arc Dark] Base syntax coloring to VS Dark+ +* [Arc Dark] Made selection highlight more visible + +## v0.1.0: + +### Changed +* [README.md](./README.md) updates @@ -37,30 +37,7 @@ code --install-extension solarliner.linux-themes ### Changelog -* v1.0.0: - * Initial release of United Ubuntu theme - * Initial release of Ambiance theme - * Arc theme: - * Added Tomorrow token colors to Arc theme for better looking code - * Sidebar is now the same color as the activity bar, making it look more like the Files app - * Adapta theme: - * Added colors on debugging and toolbars - -* v0.5.0: - * Changed token colors on Adapta theme to match Mattia Astorino's - -* v0.4.0: - * Initial release of the Adapta theme - -* v0.3.0: - * Directly included tokenColors from default Dark and Dark+ themes. - -* v0.2.0: - * Changed base syntax coloring to VS Dark+ - * Made selection highlight more visible - -* v0.1.0: - * README.md updates +See [CHANGELOG.md](./CHANGELOG.md) for historical changelogs. ## Follow development |