Skip to content

Commit

Permalink
Merge pull request #23 from catppuccin/version-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Oct 24, 2022
2 parents 8139f67 + 8797fa9 commit fdf925b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .run/Run Plugin.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
<option name="RunConfigurationTask" enabled="true" run_configuration_name="Generate All Flavours" run_configuration_type="DenoConfigurationType" />
</method>
</configuration>
</component>
</component>
23 changes: 13 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

# Catppuccin Theme Changelog

## [2.0.1] - 24.10.2022

Fixed file colour highlights on Latte
Improved cursor selection background highlights on all flavours

## [2.0.0] - 22.10.2022

All four flavours of Catppuccin v2 palette are now available!
All four flavours of Catppuccin v2 palette are now available!
View your IDE in Latte, Frappe, Macchiato or Mocha!

## [1.0.9] - 09.08.2022
Expand All @@ -13,8 +18,8 @@ row tree height fix

## [1.0.8] - 20.06.2022

- XAML support
- selectionInactiveBackground visibility fix
XAML support
selectionInactiveBackground visibility fix

## [1.0.7] - 03.06.2022

Expand All @@ -34,12 +39,10 @@ Added missing description in plugin.xml

## [1.0.3] - 24.02.2022

First Marketplace release 🎉

### Changed
- Fixed low contrast issues in various spots
First Marketplace release 🎉
Fixed low contrast issues in various spots

## [1.0.1] - 30.01.2022
### Changed
- Checkbox readability improved
- Editor color scheme uses colors from palette

Checkbox readability improved
Editor color scheme uses colors from palette
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginGroup = com.github.catppuccin
pluginName = Catppuccin Theme
pluginVersion = 2.0.0
pluginVersion = 2.0.1
pluginSinceBuild = 203
pluginUntilBuild = 223.*
platformType = IC
Expand All @@ -9,4 +9,4 @@ platformPlugins =
javaVersion = 11
gradleVersion = 7.3.3
kotlin.stdlib.default.dependency = false
buildSearchableOptions.enabled = false
buildSearchableOptions.enabled = false
8 changes: 7 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ Head into <kbd>Settings</kbd> > <kbd>Editor/Color Scheme</kbd> and then pick the
<bundledColorScheme path="/themes/mocha-no-italics"/>
</extensions>
<change-notes><![CDATA[
<h3>[2.0.1] - 24.10.2022</h3>
Fixed file colour highlights for Latte
<br>
Improved cursor selection background highlights on all flavours
<h3>[2.0.0] - 22.10.2022</h3>
All four flavours of Catppuccin v2 palette are now available!
Expand Down Expand Up @@ -91,4 +97,4 @@ Checkbox readability improved
<br>
Editor color scheme uses colors from palette
]]></change-notes>
</idea-plugin>
</idea-plugin>

0 comments on commit fdf925b

Please sign in to comment.