view versions.json @ 54:06504ceb3283

Make all shutdown logic synchronous. It looks like there's a bug in Obsidian where adding asynchronous operations on shutdown (via `tasks.addPromise`) crashes the app when the user runs the `Reload App Without Saving` command. So we have to do it all synchronously instead.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 02 Oct 2023 10:10:09 -0700
parents 712761e7625b
children 3cc1967cd122
line wrap: on
line source

{
	"1.0.0": "0.13.17",
	"1.0.1": "0.13.17",
	"1.0.2": "0.13.17",
	"1.0.3": "0.13.17",
	"1.0.4": "0.13.17",
	"1.0.5": "0.13.17",
	"1.0.6": "0.15.0",
	"1.0.7": "1.4.0",
	"1.1.0": "1.4.0"
}