From 667e1a893086bc8dec1db32b97ed6b23fdfd5d83 Mon Sep 17 00:00:00 2001 From: marshall beckrich Date: Thu, 22 Jun 2023 13:19:10 -0600 Subject: [PATCH] Update manifest and history --- HISTORY.md | 6 ++++++ manifest.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 5b3c6d1..7713f8b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,6 +5,12 @@ + expand Style Settings support + cleanup ./scss/base/_ctp-style-setting.scss + update ./scss/base/_app-variables.scss with any changes to app.css ++ rewrite theme + +## [0.4.14] - 2023-6-22 +### Fixes ++ incorrect rgb colors in certain parts of the _ctp-style-settings.scss file. They may have always been a little bit off -- I can't find a record in the main palette's commit history that explains where they came from, but they appear to have been part of this theme since its Catppuccin 2.0 launch. My guess is they are a relic of the sass mapping process their creator used, but I have no memory of why we/he/I chose that route. ++ incorrect transition speeds on inactive tabs. Maybe. ## [0.4.10] - 2023-5-15 ### Adds diff --git a/manifest.json b/manifest.json index bd6beb3..8649886 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Catppuccin", - "version": "0.4.13", + "version": "0.4.14", "minAppVersion": "1.0.0", "author": "Marshall Beckrich", "authorUrl": "https://github.com/catppuccin/obsidian"