Commit graph

20 commits

Author SHA1 Message Date
Callum Loh
e505695003 fix: Fix cleaning up running jobs when deleting crons
Fixes #4
2023-08-24 11:23:14 +01:00
semantic-release-bot
e548b24a72 release(version): Release 1.1.1 [skip ci]
## [1.1.1](https://github.com/cdloh/obsidian-cron/compare/1.1.0...1.1.1) (2023-04-23)

### Bug Fixes

* Fix the lock feature for cronjob ([70cb4a8](70cb4a8686))
2023-04-23 19:16:45 +00:00
Callum Loh
05caef22b9
Merge pull request #2 from cdloh/fix-lock-settings
fix: Fix the lock feature for cronjob
2023-04-24 05:15:17 +10:00
Callum Loh
70cb4a8686 fix: Fix the lock feature for cronjob 2023-04-23 20:13:36 +01:00
Callum Loh
4ec092a421
Add License 2023-03-27 01:34:57 +11:00
semantic-release-bot
517ac93d56 release(version): Release 1.1.0 [skip ci]
# [1.1.0](https://github.com/cdloh/obsidian-cron/compare/1.0.0...1.1.0) (2023-03-26)

### Features

* Add option to disable on Mobile ([996c4fd](996c4fdddb))
2023-03-26 14:27:33 +00:00
Callum Loh
996c4fdddb feat: Add option to disable on Mobile 2023-03-26 15:25:40 +01:00
semantic-release-bot
ad8c0c0180 release(version): Release 1.0.0 [skip ci]
# 1.0.0 (2023-03-26)

### Features

* Move API to exposed class ([4ab9202](4ab9202d48))
2023-03-26 13:41:36 +00:00
Callum Loh
4ab9202d48 feat: Move API to exposed class 2023-03-26 14:40:06 +01:00
Callum Loh
218d3feed9 remove commit analyzer 2023-03-26 02:12:46 +01:00
Callum Loh
32ecb73efc Add ability to do a run on Obsidian startup 2023-03-26 00:38:51 +00:00
Callum Loh
62e2ef6b7c Swap to using uuids and document user functions 2023-03-26 00:30:12 +00:00
Callum Loh
54614b6132 Fix indenting in README 2023-03-25 23:58:43 +00:00
Callum Loh
f3cce507f7 Update README 2023-03-25 23:57:16 +00:00
Callum Loh
76c2567144 Wait for settings to have actually saved in lockmanager 2023-03-25 00:24:22 +00:00
Callum Loh
6a5865329f Style settings to work better on mobile 2023-03-25 00:23:58 +00:00
Callum Loh
01256df85d Fix typo in build step 2023-03-24 18:31:06 +00:00
Callum Loh
12e8d70cb1 Add CI/CD 2023-03-24 18:29:39 +00:00
Callum Loh
22c268e936 Initial CRON work 2023-03-24 14:09:37 +00:00
Callum Loh
ab40c14597
Initial commit 2023-03-05 20:26:49 +11:00