Skip to content

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 11 Feb 11:20
· 448 commits to master since this release

This version adds backlinks for quoted posts, improves reply functionality with proper quote references, and includes several bug fixes.

Downloads

macOS

  • Apple Silicon (arm64): Download DMG
  • Intel (x64): Download DMG
  • If macOS shows "5chan.app is damaged and can't be opened. You should move it to the Trash.", run this in Terminal to fix it: xattr -dr com.apple.quarantine "/Applications/5chan.app" then open the app again.

Windows

  • Installer (x64): Download EXE
  • If Windows shows "Windows protected your PC" (SmartScreen), click "More info" then "Run anyway". To permanently allow, right-click the .exe → Properties → check "Unblock", or run in PowerShell: Unblock-File -Path .\path\to\file.exe.

Linux

Android

Static HTML build

Changes

0.6.5 (2026-02-11)

Bug Fixes

  • deps: resolve dependabot alert (50f373e)
  • post: render OP backlinks from replies quoting OP (d862550)
  • post: show OP backlinks in board feed cards (2537561)
  • reply modal: make parent reply quote editable (af259ad)
  • reply: replies should always target the OP, not other replies (6c4c12c)
  • scroll OP quote to thread card on same-route click (716c782)

Features

  • populate quotedCids when publishing replies with quote references (9f14a63)