Releases: yccb-ly/ep-plugin
Releases · yccb-ly/ep-plugin
Release list
v0.2.0 — Companion ep CLI + dual-zip release
What's new
- Companion
epCLI for AI agents to read/write encrypted notes (decrypt → tmp → edit → encrypt
workflow) npm run releaseproduces two self-contained zips- 13 round-trip tests, tsc --noEmit clean
Artifacts
- ep-plugin.zip — Obsidian plugin (main.js + manifest.json + styles.css)
- ep-cli.zip — CLI for AI agents (single ~11KB self-contained
epbinary)
v0.1.0 — Initial release
First public release of Encrypted Notes (ep-plugin).
Highlights
- AES-GCM 256 + PBKDF2 / SHA-256 / 250 000 iterations
- Right-click menus (file-explorer + editor) for encrypt / unlock / lock / decrypt
- Toolbar toggle button with state-aware icon (🔒 / 🔓)
- Commands: Create, Encrypt/Unlock, Lock, Change passphrase, Decrypt-as-plaintext
- Tab switching keeps unlocked files decrypted (no setValue race)
Install
Drop main.js, manifest.json, styles.css into
<your-vault>/.obsidian/plugins/ep-plugin/ and enable in Settings → Community plugins.
Usage
See README.