From 5d305ad8d9a8a7aa29fe5823b3f0e9bdb6a726f6 Mon Sep 17 00:00:00 2001 From: Beta Date: Tue, 28 Jul 2026 19:52:24 +0800 Subject: [PATCH] chore(main): release 0.22.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index d353515..788b0fa 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.0" + ".": "0.22.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7378eab..3f930b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.22.0](https://github.com/atbeta/picfast/compare/v0.21.0...v0.22.0) (2026-07-28) + + +### Features + +* **cli:** add config commands and harden Windows installs ([141336b](https://github.com/atbeta/picfast/commit/141336b6a54b6807b0100dd6ce8c49689075b40c)) + + +### Bug Fixes + +* **audit:** record image.upload for sharex and flat upload endpoints ([d1bf3f1](https://github.com/atbeta/picfast/commit/d1bf3f172227ce49208f6b1ce48cfca192d27edf)) +* **cli:** make npx picfast resolve the upload binary ([f82082f](https://github.com/atbeta/picfast/commit/f82082f1017cd64c49cb98cfdde7f9e303af42c9)) +* **web:** jump back a page after deleting the last item(s) on a page ([a97bf45](https://github.com/atbeta/picfast/commit/a97bf45bda6f157f3790930b03a608256e10dce0)) + ## [0.21.0](https://github.com/atbeta/picfast/compare/v0.20.2...v0.21.0) (2026-07-24)