Releases: Dimar4713/vault-storage-map
Release list
Vault Storage Map 1.0.6
Vault Storage Map 1.0.6
Final Community review cleanup:
- Replace the last unsafe error-code member access with an explicit unknown-safe type guard.
- Keep the existing Obsidian 1.7.2 minimum version and runtime behavior unchanged.
The filesystem and clipboard notices remain intentional. The legacy display() settings entry point remains for compatibility with Obsidian versions before 1.13.0.
Vault Storage Map 1.0.5
Vault Storage Map 1.0.5
Community review typing cleanup:
- Remove an unnecessary Electron type assertion.
- Add precise local declarations for the small subset of Node.js filesystem and path APIs used by the plugin.
- Preserve the existing runtime behavior and Obsidian minimum version.
The direct filesystem and clipboard notices remain intentional features of the desktop storage analyzer.
Vault Storage Map 1.0.4
Vault Storage Map 1.0.4
Community review cleanup:
- Remove literal assumptions about the vault configuration folder name.
- Use typed named Node.js imports instead of namespace imports.
- Type the Electron shell boundary explicitly.
- Remove an unused cache serialization binding.
- Replace CSS !important declarations with stronger scoped selectors.
The direct filesystem and clipboard notices remain intentional because they are required for disk-usage scanning, revealing files in the system explorer, and copying paths.
Vault Storage Map 1.0.3
Vault Storage Map 1.0.3
Obsidian Community review fixes:
- Remove use of an Obsidian API newer than the declared minimum version.
- Replace CommonJS require() for Electron with a typed ESM import.
- Use the view ownerDocument for popout-window keyboard handling.
Vault Storage Map 1.0.2
Vault Storage Map 1.0.2
Obsidian Community compatibility improvements:
- Respect the vault's configured configuration directory through Vault.configDir.
- Use Obsidian getLanguage() for automatic language detection.
- Use command IDs without repeating the plugin ID.
- Use window.requestAnimationFrame() for popout-window compatibility.
- Remove the obsolete builtin-modules development dependency.
Vault Storage Map 1.0.1
Full Changelog: 1.0.0...1.0.1
1.0.0
Vault Storage Map 1.0.0
First public release candidate.
Highlights
- Interactive storage treemap and ranked folder/file tables.
- 12 interface languages.
- Light, dark, and system themes.
- Cached scans, comparisons, exports, and diagnostic recommendations.
- Local-only metadata analysis with no telemetry or uploads.
- Automatic exclusion of the plugin's own generated cache.
Platforms
Desktop only. Windows has completed hands-on acceptance testing. macOS and Linux testing is recommended before the official directory submission.