Skip to content

v0.2.6

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 16:25
· 111 commits to master since this release

Progressive web app mirrors:

CLI client:

0.2.6 (2024-09-20)

Bug Fixes

  • anon mode: refreshing page could generate a new anon address for thread (f247f0e)
  • anon mode: user id could change for pending post, name field could bug out (bb97640)
  • banner: border was missing in some themes (9a4e62b)
  • board: show description even if there are no posts (72f0c79)
  • catalog filters: clicking "save" button didn't close the modal (ea42d5d)
  • catalog: greentext and markdown styling shouldn't appear (7742e1c)
  • edit menu: modal could appear opaque (b18c1bc)
  • p/all description showed "undefined" in window title (d5dcedf)
  • popular threads box: don't display markdown syntax, remove white space (2db5009)
  • post form: emptying out the fields and posting could result in "empty string" error (f80f636)
  • post menu mobile: "view on" links were broken (2390238)
  • post: "(You)" wasn't appearing for comments published in anon mode by user (7d2bd38)
  • post: anon ID could be wrong while post is pending (e068db9)
  • post: incorrect spacing on enlarged images (5bcfda6)
  • post: special characters in content could overflow (c1910c9)
  • theme: changing theme wouldn't work in pending post page (5f55ade)

Features

  • catalog filters: add "filtered threads" count (b38948b)
  • post form: alert user when submitting a post without media (3c27fd6)
  • post: add support for next.js image links (5a9bf5b)
  • post: show media dimensions if available (4664206)
  • reply modal: add autofocus on mobile (c58a6bc)

Performance Improvements

  • catalog: optimize filtered feed (6e472b2)

Reverts

  • catalog: disable catalog filters temporarily, they don't perform well with api (cadf416)