Skip to content

Tags: mydevtools-tech/mydevtools

Tags

v0.1.17

Toggle v0.1.17's commit message

Unverified

No user is associated with the committer email.
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>

v0.1.16

Toggle v0.1.16's commit message

Unverified

This user has not yet uploaded their public signing key.
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>

v0.1.15

Toggle v0.1.15's commit message

Unverified

This user has not yet uploaded their public signing key.
Merge branch 'main' into feat/linux-builds-page

Brings in the dependency upgrades (rusqlite 0.40, redis 1, reqwest 0.13),
the factory-reset feature, and the shared tool-kit migrations.

v0.1.14-linux-preview

Toggle v0.1.14-linux-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #301 from mydevtools-tech/feat/landing-offline-wor…

…kstation

web(landing): reposition homepage as "The Offline Developer Workstation"

v0.1.14

Toggle v0.1.14's commit message
Added funding.json

v0.1.13

Toggle v0.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #280 from mydevtools-tech/fix/static-export-0.1.13

Fix 0.1.13 static-export build (broken by PR #276)

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #255 from mydevtools-tech/main

Fix layout and minor bugs

v0.1.1

Toggle v0.1.1's commit message
desktop: bump version to 0.1.1

First release built with the public releases-mirror endpoint baked in.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

v0.1.0

Toggle v0.1.0's commit message
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>