Skip to content

v0.71.4

Choose a tag to compare

@github-actions github-actions released this 24 Jul 17:51
a6b9e51

SteleKit v0.71.4

Downloads

Platform File
Android APK SteleKit-v0.71.4-android.apk
Linux AppImage SteleKit-v0.71.4-linux.AppImage
Linux DEB SteleKit-v0.71.4-linux.deb
Linux RPM SteleKit-v0.71.4-linux.rpm
macOS SteleKit-v0.71.4-macos.dmg
Windows SteleKit-v0.71.4-windows.msi

Linux Installation

AppImage (recommended — works on any distro including Arch/Manjaro):

chmod +x SteleKit-v0.71.4-linux.AppImage
./SteleKit-v0.71.4-linux.AppImage

Homebrew (macOS and Linux):

brew tap tstapler/stelekit https://github.com/tstapler/stelekit
brew install tstapler/stelekit/stelekit

Debian/Ubuntu: install the .deb
Fedora/openSUSE: install the .rpm

Android Installation

Enable Install from unknown sources in Android settings before installing the APK.


0.71.4 (2026-07-24)

Bug Fixes

  • android: prevent camera capture dialog from hanging forever (#256) (e5b8d12)
  • db: serialize wasm SQLite transactions to prevent nested-transaction crash (eb27c6d)
  • journals: live-reload today's page on disk change (3e56056)
  • sync: drain reconciliation-queued browser-only writes instead of leaving them stuck (9f3f19a)
  • ui: fix All Pages staleness, add browser-only sync banner, web back button, and copy path (8dc8104)
  • ui: fix mobile modal sizing in settings and page-link search (#255) (24856e1)
  • ui: resolve tap-vs-selection gesture race on block rows (#253) (2015b5e)
  • ui: suppress false-positive disk-conflict dialog when block content matches (51aee91)