Skip to content

Commit

Permalink
#2 - Theme now includes a Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rtud committed Feb 15, 2024
1 parent b4d8530 commit 2ed8070
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2024-02-13

### Added
- The theme now includes a Dark Mode (#2)
- Additional information for setting up the theme
- Dark mode includes theming of the Merge Editor

### Fixed
- Illegible text when selecting an extension from the sidebar (for Dark Mode)

## [0.0.2] - 2024-02-13

### Fixed
- Improved theme meta information


## [0.0.1] - 2024-02-13

### Added
- The Melange Redux theme is introduced with the Light mode only
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"bugs": {
"url": "https://github.com/rtud/melange-redux/issues"
},
"maintainers": [
"rtud (https://github.com/rtud"
],
"version": "0.1.0",
"engines": {
"vscode": "^1.86.0"
Expand Down

0 comments on commit 2ed8070

Please sign in to comment.