Skip to content

Commit

Permalink
1.1.1 Release
Browse files Browse the repository at this point in the history
Added
  - Set color for inline chat region highlight
Changed
  - Update eslint
  - Update prettier
  • Loading branch information
k4ustu3h committed Sep 14, 2023
1 parent 3956971 commit 2c1068b
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 166 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2023-09-15

### Added

- Add Markdown strikethrough font style and color([dracula/visual-studio-code/pull/233](https://github.com/dracula/visual-studio-code/pull/233))

- Set color for inline chat region highlight ([dracula/visual-studio-code/commit/61743d6](https://github.com/dracula/visual-studio-code/commit/61743d6ea21cde34d9ad1009ec784ffe6f5e457c))

### Fixed

- Fix warning and info colors ([dracula/visual-studio-code/pull/198](https://github.com/dracula/visual-studio-code/pull/198))

## [1.1.0] - 2022-07-15

### Added
Expand Down Expand Up @@ -45,5 +57,6 @@ Please feel free to request changes or leave feedback.

> The original Dracula Theme changelog can be found [here](https://github.com/dracula/visual-studio-code/blob/master/CHANGELOG.md)
[1.1.1]: https://github.com/k4ustu3h/jamt-vscode/releases/tag/1.1.1
[1.1.0]: https://github.com/k4ustu3h/jamt-vscode/releases/tag/1.1.0
[1.0.0]: https://github.com/k4ustu3h/jamt-vscode/releases/tag/1.0.0
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Dracula Theme
Copyright (c) 2023 Just Another Material Theme

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ This theme was originally created by the following person and a bunch of [awesom

If you'd like to contribute to this theme, please read the [contributing guidelines](./.github/CONTRIBUTING.md).

## [Changelog](./CHANGELOG.md)

## License

[MIT License](./LICENSE)
Loading

0 comments on commit 2c1068b

Please sign in to comment.