mirror of
https://github.com/sean2077/obsidian-dynamic-theme-background.git
synced 2026-07-22 06:44:57 +00:00
# [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))
28 lines
904 B
JSON
28 lines
904 B
JSON
{
|
|
"name": "obsidian-dynamic-theme-background-plugin",
|
|
"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": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"fmt": "prettier --write src/**/*.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^24.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.39.0",
|
|
"@typescript-eslint/parser": "^8.39.0",
|
|
"builtin-modules": "^5.0.0",
|
|
"typescript": "^5.0.0",
|
|
"tslib": "^2.5.0",
|
|
"esbuild": "^0.25.8",
|
|
"obsidian": "latest",
|
|
"prettier": "latest"
|
|
},
|
|
"dependencies": {
|
|
"jsonpath-plus": "^10.3.0"
|
|
}
|
|
}
|