From ecbf78a9aeae227e548ea33a01abda0eaee8a0db Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Aug 2025 11:49:51 +0000 Subject: [PATCH] chore(release): 2.5.0 [skip ci] # [2.5.0](https://github.com/sean2077/obsidian-dynamic-theme-background/compare/2.4.1...2.5.0) (2025-08-08) ### Features * Add confirmation modal for clearing time rules ([dd4d3ef](https://github.com/sean2077/obsidian-dynamic-theme-background/commit/dd4d3ef951eefc0cfdf2b8edd991485a3465417d)) * Add status bar button, support one-button random, one-button save, one-button open settings ([6ae8d2c](https://github.com/sean2077/obsidian-dynamic-theme-background/commit/6ae8d2c72b2918662c69561204fc48f4d62040c8)) * Refactor styles for improved layout and responsiveness; enhance component definitions and hover effects; optimize animations and accessibility features. ([de6354f](https://github.com/sean2077/obsidian-dynamic-theme-background/commit/de6354f10282d02f837e65b14ef9da2662322143)) --- CHANGELOG.md | 9 +++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- src/version.ts | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6f0ae..03b54cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.5.0](https://github.com/sean2077/obsidian-dynamic-theme-background/compare/2.4.1...2.5.0) (2025-08-08) + + +### Features + +* Add confirmation modal for clearing time rules ([dd4d3ef](https://github.com/sean2077/obsidian-dynamic-theme-background/commit/dd4d3ef951eefc0cfdf2b8edd991485a3465417d)) +* Add status bar button, support one-button random, one-button save, one-button open settings ([6ae8d2c](https://github.com/sean2077/obsidian-dynamic-theme-background/commit/6ae8d2c72b2918662c69561204fc48f4d62040c8)) +* Refactor styles for improved layout and responsiveness; enhance component definitions and hover effects; optimize animations and accessibility features. ([de6354f](https://github.com/sean2077/obsidian-dynamic-theme-background/commit/de6354f10282d02f837e65b14ef9da2662322143)) + ## [2.4.1](https://github.com/sean2077/obsidian-dynamic-theme-background/compare/2.4.0...2.4.1) (2025-08-07) diff --git a/manifest.json b/manifest.json index e27f118..dbabc82 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dynamic-theme-background", "name": "Dynamic Theme Background", - "version": "2.4.1", + "version": "2.5.0", "minAppVersion": "0.15.0", "description": "Build Your Own Wallpaper Library! Make every note-taking experience visually inspiring.", "author": "sean2077", diff --git a/package-lock.json b/package-lock.json index cd9290c..05635e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dynamic-theme-background-plugin", - "version": "2.4.1", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-dynamic-theme-background-plugin", - "version": "2.4.1", + "version": "2.5.0", "license": "MIT", "dependencies": { "jsonpath-plus": "^10.3.0" diff --git a/package.json b/package.json index 82fa5fe..b67cfeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dynamic-theme-background-plugin", - "version": "2.4.1", + "version": "2.5.0", "description": "A plugin for Obsidian that dynamically changes the background based on time of day and user settings.", "main": "main.js", "scripts": { @@ -25,4 +25,4 @@ "dependencies": { "jsonpath-plus": "^10.3.0" } -} \ No newline at end of file +} diff --git a/src/version.ts b/src/version.ts index 71e1ff2..9dee160 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = "2.4.1"; +export const VERSION = "2.5.0";