mirror of
https://github.com/cdloh/obsidian-cron.git
synced 2026-07-22 07:40:30 +00:00
## [1.1.2](https://github.com/cdloh/obsidian-cron/compare/1.1.1...1.1.2) (2023-08-24) ### Bug Fixes * Fix cleaning up running jobs when deleting crons ([e505695](e505695003)), closes [#4](https://github.com/cdloh/obsidian-cron/issues/4)
10 lines
No EOL
277 B
JSON
10 lines
No EOL
277 B
JSON
{
|
|
"id": "cron",
|
|
"name": "Cron",
|
|
"version": "1.1.2",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Simple CRON / schedular plugin to regularly run user scripts or Obsidian commands.",
|
|
"author": "Callum Loh",
|
|
"authorUrl": "https://github.com/cdloh",
|
|
"isDesktopOnly": false
|
|
} |