mirror of
https://github.com/core-hn/pseudobsidian-ization.git
synced 2026-07-22 06:57:06 +00:00
- Remove detachLeavesOfType from onunload
- Add void to revealLeaf call
- Remove eslint-disable comment, type TransformersModule properly
- window.setInterval/clearInterval in OnnxNerScanner
- Remove unused fs import, type ScopeResolver JSON.parse casts
- Remove unused Setting/RuleLocation imports
- window.setTimeout in OnboardingModal and PseudonymizationView
- Wrap async event listeners with void (async () => {})()
- activeDocument instead of document in OnboardingModal
- FileManager.trashFile() instead of Vault.delete()
- Remove unused catch variable e
- Fix unnecessary escape character
- Replace deprecated activeLeaf with getActiveViewOfType
- Add .github/workflows/release.yml for artifact attestations
10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"0.0.1": "1.4.0",
|
|
"0.0.2": "1.4.0",
|
|
"0.0.3": "1.4.0",
|
|
"0.0.4": "1.4.0",
|
|
"0.0.5": "1.4.0",
|
|
//"0.0.6": "1.6.6",
|
|
"0.0.6": "1.7.2"
|
|
// "0.1.0": "1.7.2"
|
|
}
|