Skip to content

Releases: CosmicSeaFox/vault-sweep

VaultSweep v1.1.0

Choose a tag to compare

@CosmicSeaFox CosmicSeaFox released this 11 Aug 08:35

VaultSweep v1.1.0

main.js

What's New

  • Improved vault cleanup and maintenance workflow
  • Improved review-first cleanup experience
  • Improved plugin stability and compatibility
  • Updated release metadata for version 1.1.0

Safety

VaultSweep never deletes files automatically.

All cleanup actions require user confirmation, and permanent deletion requires an additional confirmation.

VaultSweep processes vault data locally inside Obsidian.

Installation

Install VaultSweep through Obsidian Community Plugins, or manually copy the release files into:

.obsidian/plugins/vault-sweep/

License

MIT License

Full Changelog: 1.1.0...1.1.0
manifest.json

VaultSweep v1.0.0

Choose a tag to compare

@CosmicSeaFox CosmicSeaFox released this 09 Aug 04:11

VaultSweep v1.0.0

Initial release of VaultSweep, a safe, review-first cleanup and maintenance assistant for Obsidian.

Features

  • 🔍 Scan your vault for cleanup opportunities
  • 📄 Detect duplicate filenames
  • 🖼️ Find unused attachments
  • 📝 Detect empty and untitled notes
  • 🔗 Identify orphan notes
  • 📦 Find files larger than a configurable size limit
  • 👀 Review detected issues before taking action
  • 🗑️ Move selected files to the system trash
  • ⚠️ Permanently delete files only after an additional confirmation
  • 🚫 Ignore selected items in future scans
  • 🔒 Process vault data locally inside Obsidian

Safety

manifest.json
main.js

VaultSweep never deletes files automatically.

All cleanup actions require user confirmation, and permanent deletion requires an additional confirmation.

VaultSweep does not require an account and does not use analytics, telemetry, or network requests.

Installation

Install VaultSweep through Obsidian's Community Plugins, or manually copy the plugin files into:

.obsidian/plugins/vault-sweep/

See the README for complete installation and usage instructions.

License

MIT License

Full Changelog: https://github.com/CosmicSeaFox/vault-sweep/commits/1.0.0