Tags: mydevtools-tech/mydevtools
Tags
release: bump to 0.1.17 and write its changelog
A maintenance release. Everything on main since 0.1.16 shipped is
dependency and CI work, so the changelog says exactly that rather than
inventing a feature story.
What actually reaches users:
- Rust (in the binary): mongodb 3.8.0 -> 3.8.2, h2 0.4.18 -> 0.4.19,
uuid 1.24.1 -> 1.26.0
- UI bundle: next 16.3.3, next-intl 4.14.1, gpt-tokenizer 4, zod 4,
mysql2, protobufjs, marked, fast-xml-parser, svgo, react-query
- ioredis dropped — it was bundled but never imported
Verified: tsc --noEmit clean in apps/web, cargo fetch --locked resolves,
and the release.yml changelog gate passes for 0.1.17.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
release: bump to 0.1.16 and write its changelog Version in all four places the release requires (package.json, tauri.conf.json, Cargo.toml, Cargo.lock) — the updater only offers a higher version, and release-local.sh refuses to reuse a published tag. The changelog entry leads with Secure Files, which is a new tool in this release rather than a refinement: documents are stored encrypted with their names, folders, sizes and timestamps encrypted too, the format is documented in docs/MYDT_FORMAT.md, and crates/mydt ships a CLI that can decrypt without the app. Also covers the settings tabs, the collapsible and resizable tool sidebar, the Security and Network & API layout passes, and the notes/dashboard/sidebar fixes. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
ci(release): drop pnpm cache (lockfile is gitignored) setup-node's cache:pnpm needs pnpm-lock.yaml checked out, but it's gitignored here, so the step errored. Remove the cache; install still works. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>