From 3e7f3843a2ddfc4bf05bed1ddaa043d5477566f6 Mon Sep 17 00:00:00 2001 From: zulfikar-ditya Date: Sat, 25 Apr 2026 16:57:51 +0700 Subject: [PATCH] chore: prepare v1.0.8 release with input validation visibility fix Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e046605..c234e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.8] - 2026-04-25 + +### Fixed + +- [Issue 31](https://github.com/fexend/fexend-theme/issues/31) - Fixed invisible input validation messages (error/warning/info) in the file explorer across all 6 theme variants by using dark tinted backgrounds with contrasting light foregrounds + ## [1.0.7] - 2026-03-29 ### Fixed diff --git a/package.json b/package.json index df43364..5e5b992 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fexend-theme", "displayName": "Fexend Theme", "description": "A dark, vibrant Visual Studio Code theme inspired by Tailwind CSS and the Shades of Purple theme", - "version": "1.0.7", + "version": "1.0.8", "publisher": "Fexend", "engines": { "vscode": "^1.100.0"