mirror of
https://github.com/sean2077/obsidian-dynamic-theme-background.git
synced 2026-07-22 06:44:57 +00:00
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](dd4d3ef951)) * Add status bar button, support one-button random, one-button save, one-button open settings ([6ae8d2c](6ae8d2c72b)) * Refactor styles for improved layout and responsiveness; enhance component definitions and hover effects; optimize animations and accessibility features. ([de6354f](de6354f102))
This commit is contained in:
parent
f323fca68d
commit
ecbf78a9ae
5 changed files with 15 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export const VERSION = "2.4.1";
|
||||
export const VERSION = "2.5.0";
|
||||
|
|
|
|||
Loading…
Reference in a new issue