Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.71.3"
".": "0.71.4"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.71.3
0.71.4