Skip to content

Releases: nazihyazan/mac_test

FloatBoard v1.0.17 — Linux

Choose a tag to compare

@nazihyazan nazihyazan released this 18 Sep 15:53
42072e6

FloatBoard 1.0.17 for Linux x64 fixes Snap startup and improves large clipboard boards.

  • Fix Chromium shared-memory permission errors in strict Snap installations and recover windows saved outside the current screen.
  • Use clipboard change notifications on X11/XWayland instead of polling every second. Native Wayland without XWayland uses focus/manual-paste fallback.
  • Load small image previews near the visible area and retain original files for previewing and copying.
  • Prevent duplicate notes and images without consuming the daily allowance.
  • Keep the scroll position when deleting cards; move the window only by its top bar.
  • Preserve clipboard text literally, including HTML-like text, and use snapd-managed updates for Snap installations.

Download the DEB, RPM, AppImage, or Snap package below. SHA256SUMS.txt contains the checksums for all four packages.

For a locally downloaded Snap, quit FloatBoard completely and run:

sudo snap install --dangerous ./FloatBoard-1.0.17-linux.snap

This installs the unsigned local package with strict confinement. Publishing this GitHub release does not update the Snap Store channel.

Validation: Linux build and tests passed, including 100-image/100-note regression tests, clipboard notifications, persistence, and first desktop-entry launch followed by terminal launch under strict Snap confinement. The release assets are the artifacts from that successful run (source commit 0306bf0).

Changes and investigation