mirror of
https://github.com/prncc/obsidian-repeat-plugin.git
synced 2026-07-22 06:50:25 +00:00
* Add command to repeat: never * Add a default repeat value to the settings * Add comments to repeat types * Remove unused utility * Use the default repeat property when inferring values * Use a one day default default period after all * Update README to mention the new default interval setting * Reword new repeat property setting * Prepare release of version 1.8.0 * Add toggle to enqueue notes without repeat (for setup) * Show the Never button if non-repeating notes are enqueued * Fix merge conflict after adding the never repeat setting * Prepare release of version 1.9.0
24 lines
444 B
JSON
24 lines
444 B
JSON
{
|
|
"1.0.0": "0.15.0",
|
|
"1.0.1": "1.0.0",
|
|
"1.0.2": "1.0.0",
|
|
"1.1.0": "1.0.0",
|
|
"1.2.0": "1.0.0",
|
|
"1.3.0": "1.0.0",
|
|
"1.3.1": "1.0.0",
|
|
"1.3.2": "1.0.0",
|
|
"1.3.3": "1.0.0",
|
|
"1.4.0": "1.0.0",
|
|
"1.5.0": "1.0.0",
|
|
"1.5.1": "1.0.0",
|
|
"1.5.2": "1.0.0",
|
|
"1.5.3": "1.0.0",
|
|
"1.5.4": "1.0.0",
|
|
"1.6.0": "1.1.0",
|
|
"1.6.1": "1.1.0",
|
|
"1.7.0": "1.1.0",
|
|
"1.7.1": "1.1.0",
|
|
"1.7.2": "1.1.0",
|
|
"1.8.0": "1.1.0",
|
|
"1.9.0": "1.1.0"
|
|
}
|