Updates

公開ツールの追加・変更履歴です。新しい順に更新します。

2026-02-24

2026-02-21

  • feat: Added /lean-canvas as an English Lean Canvas planner with 9-block editing, local auto-save, JSON import/export, and Markdown export.
  • feat: Added /jp/lean-canvas as a Japanese Lean Canvas planner with the same local save/import/export workflow.
  • seo: Fixed canonical/Open Graph base URL resolution to follow the active production domain instead of a hardcoded host, and aligned JP UTM route metadata/JSON-LD URLs.

2026-02-14

2026-02-13

2026-02-12

  • feat: Added /base64-tool for encoding text/files to Base64 and decoding Base64 back to text, with URL-safe option and file upload support (max 2MB).
  • feat: Added /text-diff for comparing two texts with line/word/char diff modes, side-by-side or unified views, ignore rules (whitespace/case/line endings), and unified diff export.
  • feat: Added /mosaic-image-tool for applying uniform pixelation to images with batch processing (up to 10 files) and ZIP download support.
  • feat: Upgraded /sqlite-viewer to v1.1 with query history controls (remove/clear), failed-query re-apply action, and sortable result columns.
  • feat: Upgraded /sqlite-viewer with local query history (recent SQL) and paged result controls (page size + prev/next).
  • feat: Added /sqlite-viewer MVP for local SQLite browsing with table discovery, SELECT/WITH query execution, and CSV/JSON exports.
  • feat: Added `Retry Failed Only` action to /csv-batch-converter so only failed files can be retried after a partial batch failure.
  • feat: Added `Download Error Rows CSV` to /csv-to-ics so invalid rows can be fixed and re-imported in bulk.
  • feat: Extended /csv-to-ics RRULE support to include `BYSETPOS` and `WKST` fields via CSV columns.
  • feat: Extended /csv-to-ics RRULE support to include `BYDAY`, `BYMONTHDAY`, and `BYMONTH` fields via CSV columns.
  • feat: Upgraded /csv-to-ics with timezone output modes (floating/TZID/UTC) and basic RRULE input support (`rrule_freq`, `rrule_interval`, `rrule_count`, `rrule_until`).
  • feat: Upgraded /csv-batch-converter with custom output encoding selection (UTF-8 / UTF-16LE) and bundled `conversion-report.csv` for per-file auditability.
  • feat: Enhanced /csv-to-ics with a pre-download event preview table (first 20 events) after validation.
  • feat: Added /csv-batch-converter MVP with multi-file queue, Excel/TSV presets, security guardrails, and ZIP batch download.
  • refactor: Added shared security helpers at `lib/security/fileGuards.ts` and `lib/security/csvSafety.ts` and applied them to CSV conversion tools.
  • feat: Added /csv-to-ics MVP with template CSV validation, local `.ics` generation, sample CSV download, and security guardrails (size limit + formula neutralization option).
  • docs: Added `docs/plan-spec.md` to define Need capture, differentiation messaging, phased rollout, and security baseline for upcoming CSV utility tracks.
  • docs: Expanded `docs/TODO.md` with pending tool specs for /csv-to-ics, /csv-batch-converter, and shared file-tool security hardening tasks.

2026-02-11

Source: docs/UPDATES.md