Releases: Accsimplify/obsidian-copy-contents
Releases · Accsimplify/obsidian-copy-contents
Release list
1.0.3
- Add searchable declarative settings for Obsidian 1.13 and later while retaining the existing settings tab for Obsidian 1.12.
- Add validation for numeric settings and file-extension filters.
- Document that clipboard access is write-only, user-triggered, and local.
Copy Contents 1.0.2
Copy Contents 1.0.2 restores a maintainable source build and prepares the plugin for Obsidian's community directory.
Fixed
- Cancelled file-selection dialogs now resolve cleanly.
- Nested folder paths are preserved in combined output.
- Timestamped filename conflicts now generate valid incremented names.
- Previous exports are excluded from new folder exports.
- Fenced code blocks are handled correctly in plain text output.
- Export locations and filenames are normalized safely.
- The stylesheet is published under the required
styles.cssname.
Maintenance
- Restored TypeScript source and a reproducible production build.
- Added regression tests, linting, release validation, and CI for Node.js 20, 22, and 24.
- Added automated draft releases with build provenance.
Validated in Obsidian 1.12.7 with an end-to-end nested-folder export smoke test.
1.0.1
v1.0.1 - Address reviewer feedback
Changes:
- Added correct buymeacoffee fundingUrl in manifest
- Removed default hotkeys (users can set their own)
- Fixed UI text to sentence case
- Moved inline styles to CSS
- Improved settings layout with proper headings
1.0.0
Initial release - copy and export functionality