Skip to content

v0.2.5

Compare
Choose a tag to compare
@plebeius-eth plebeius-eth released this 06 Sep 19:15
· 178 commits to master since this release

Progressive web app mirrors:

CLI client:

0.2.5 (2024-09-06)

Bug Fixes

  • board buttons: buttons would wrap incorrectly on small window width (385acb0)
  • catalog post preview: special characters were able to overflow (48b55ed)
  • catalog: p/all description would show while filter to hide threads without images is turned on (5d2e28e)
  • edit menu: checkbox would appear dark in floating post from quote (c354d72)
  • edit menu: couldn't edit post content if post was just published (9543f16)
  • edit menu: modal position would bug out when resizing textarea to edit post content (4858cea)
  • edit menu: remove autofocus, it caused auto scroll (e9c7e86)
  • edit menu: textarea to edit content was too small (d52c29f)
  • home: "use catalog" button didn't work for some addresses (5c846fc)
  • home: options modal flickered when clicked twice (30b9152)
  • markdown: don't allow horizontal lines, they look confusing inside of post content (1eb64ed)
  • markdown: single returns would be rendered as spaces (495e9e2)
  • markdown: users couldn't include empty lines in the post content (38790a2)
  • pending post page: opening settings would change theme (5095e0e)
  • pending post: "[Reply]" button and post menu shouldn't be clickable (0cb386c)
  • popular threads box: in each post content, one return would appear as two returns (empty lines) (cfe8686)
  • post form: opening settings would close post form (17f57a1)
  • post form: user could post empty comment using spaces (3d2d510)
  • post menu: 'hide post' button wasn't appearing in thread page on desktop (f7bab7c)
  • post menu: 'view on (client)' link was broken on multisubs (25722d7)
  • post mobile: tooltip for title wasn't centered (ca0020f)
  • post: 'comment too long' link was broken for description and rules (2ab7197)
  • post: "c/" was clickable while post is pending (74ddae0)
  • post: "c/Pending" could appear on first render (2590a9c)
  • post: clicking the quotelink or backlink to a reply wouldn't scroll to the reply more than once in a row (e1422d0)
  • post: content could overflow on mobile, causing horizontal scroll (1122eb4)
  • post: deleted or removed comments still showed display name, avatar, role and ID (b7e443d)
  • post: don't show link if comment is removed or deleted (068c30a)
  • post: edited timestamp showed html on mobile (ba49060)
  • post: reply backlink didn't appear in post info immediately after replying to it (0f6b922)
  • post: some gifs would appear animated before expanded (5a56016)
  • replymodal: replying didn't work from multiboard feeds (p/all, p/subscriptions) (f6548cc)
  • settings: closing modal could close app (b8fc7fb)
  • theme: changing theme in sfw sub wouldn't change it for p/all and p/subscriptions. it should because sfw is the default (f06c50e)
  • theme: theme changed incorrectly in pending post page (4e390a9)
  • use-replies: a reply to a newly-published reply wouldn't render until propagated (a698b22)

Features

  • board stats: remember hide/show choice per subplebbit (d482d32)
  • catalog: add text pattern filters (da33358)
  • feed: show account comments instantly in the feed once published, instead of waiting for the feed to update (8598d10)
  • markdown: when the user is publishing a comment, automatically format it to follow markdown rules (c521ccb)
  • pending post: show board navigation, stats and post form (cdee29e)
  • post form: add link media info for static or animated gifs (4103fab)
  • post: add button to show full comment when it's too long (99a2197)
  • post: add user ID with color specific to user address (8dfe209)
  • post: show embed of link in post content even if it doesn't have a thumbnail (09a1441)
  • settings: add anon mode - automatically use a different user ID in each thread (db67a94)
  • settings: add option to hide avatars (5b7acbc)