diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aa32114c..8eca18ca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.71.3" + ".": "0.71.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a04239..92473f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.71.4](https://github.com/tstapler/stelekit/compare/v0.71.3...v0.71.4) (2026-07-24) + + +### Bug Fixes + +* **android:** prevent camera capture dialog from hanging forever ([#256](https://github.com/tstapler/stelekit/issues/256)) ([e5b8d12](https://github.com/tstapler/stelekit/commit/e5b8d127060e34f59f27de515e15e316723521f4)) +* **db:** serialize wasm SQLite transactions to prevent nested-transaction crash ([eb27c6d](https://github.com/tstapler/stelekit/commit/eb27c6d5606311a64b7ef2a886bba949baecfabe)) +* **journals:** live-reload today's page on disk change ([3e56056](https://github.com/tstapler/stelekit/commit/3e56056318623eb7e1e522205e946728f98a2988)) +* **sync:** drain reconciliation-queued browser-only writes instead of leaving them stuck ([9f3f19a](https://github.com/tstapler/stelekit/commit/9f3f19a69cc4884e88cbbf8989bff22f6163955a)) +* **ui:** fix All Pages staleness, add browser-only sync banner, web back button, and copy path ([8dc8104](https://github.com/tstapler/stelekit/commit/8dc8104550d79c40d4190a49cfc478eda8fbdbb1)) +* **ui:** fix mobile modal sizing in settings and page-link search ([#255](https://github.com/tstapler/stelekit/issues/255)) ([24856e1](https://github.com/tstapler/stelekit/commit/24856e14d16896e956f488e63829a9c71d3dfc89)) +* **ui:** resolve tap-vs-selection gesture race on block rows ([#253](https://github.com/tstapler/stelekit/issues/253)) ([2015b5e](https://github.com/tstapler/stelekit/commit/2015b5edb0fa4e5840fa8ca9e4c6322e94d8cd96)) +* **ui:** suppress false-positive disk-conflict dialog when block content matches ([51aee91](https://github.com/tstapler/stelekit/commit/51aee91f4f1056bf5e0ad8b880ee2009b9d899ff)) + ## [0.71.3](https://github.com/tstapler/stelekit/compare/v0.71.2...v0.71.3) (2026-07-20) diff --git a/version.txt b/version.txt index d6e6bc94..c9da1712 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.71.3 +0.71.4