acid-chan/CHANGELOG.md

14 KiB

0.1.17 (2023-12-20)

Bug Fixes

  • electron: don't spam user with ipfs errors (bc83a75)
  • SettingsModal: don't remove signer (cd03fef)

0.1.16 (2023-12-18)

Bug Fixes

  • SettingsModal: don't show signer in account data preview (f1f1eaa)

0.1.15 (2023-12-15)

Bug Fixes

  • add multisub.json (b50dcef)
  • share: copy thread link to clipboard instead of post link when sharing a reply, because reply links aren't implemented yet on plebbit (e2da7e7)

Features

  • add 'view on seedit' links (83c93c5)
  • electron: add plebbit rpc (03b9b82)
  • SettingsModal: add export/import full account data (07daa4e)
  • share: add seedit to share button (a13fe45)

0.1.14 (2023-10-22)

Bug Fixes

  • anon mode: use a different address also per each thread created by the user (5747b26)
  • App.js: remove automatic dark mode, because it's not part of 4chan UX and it's not old school, and the selected style is saved anyway (e3b577b)
  • app: new version info toast should only appear once (bdb661b)
  • CaptchaModal: improve captcha visibility by fixing margin (a312c64)
  • Catalog: added missing post menu button to rules and description (a7a845e)
  • catalog: fixed bugged appearance for posts without titles or content (ac7ea57)
  • catalog: key warnings (87a019e)
  • EditLabel: don't show the edit label if comment.original.content is identical to comment.content (bcbf311)
  • embed: wrong srcdoc class syntax prevented some embeds from loading (b8e3dcc)
  • home: ensure removed threads don't appear in popular threads box (fee9e6f)
  • home: fix displacement of threads while rendered in popular threads box (06decd9)
  • home: fix rerender with useEffect dep (c63ade8)
  • home: remove fallback image warning (eec7e5c)
  • Home: remove preload of boards because it's resource-intensive and doesn't have concurrency maximum (8758996)
  • hooks: more accurate state strings (2230049)
  • missing keys (0939d65)
  • mobile reply: remove unnecessary width calculation for reply images (8e4ca88)
  • multifeed: wrong feed data (3964893)
  • offline indicator: check for online status every 30 minutes instead of 20 (4eba8e7)
  • post form: make subject field optional, not mandatory (548d491)
  • Post Form: use defaultValue for Name when displayName is defined (c779c34)
  • post: fix misplaced pin and lock icons (3a02990)
  • post: fix misplaced user address (1a4f7ac)
  • PostOnHover: add embed thumbnail (946606a)
  • PostOnHover: fix eslint warning (c0fe218)
  • Post: remove markdown links showing them as text (a5a01a8)
  • Post: remove unnecessary key property causing warning (2d8ecaa)
  • scroll: resolve race condition in onClick scroll-to-top behavior (d5715e2)
  • SettingsModal: add page reload for automatic anon mode change for ENS name (7f7c9ff)
  • settings: typo bugged success toast (379f3d0)
  • Thread: fix undefined (fdebe14)
  • Thread: remove useless wrapper for webpage comment.link with no thumbnail (e4b1fc6)
  • thread: replying to a reply didn't show the pending comment (9f5f2d1)
  • usestatestring: don't show updating state if comment/subplebbit is succeeded (7169366)
  • views: add CSS effect for useAuthorAddress jank (40a2ff9)
  • views: add missing parser for quote links in thread op content (be8bed7)
  • views: fix scrolling jank removing margin between desktop reply cards (288ae4d)

Features

  • AdminListModal: inform the user when a board doesn't have moderators yet (8a81177)
  • catalog post preview: show displayName of last reply with thread.lastChildCid (a15ad68)
  • home: boards box shows list of boards being moderated by the user (fabec54)
  • home: improve popular threads box with much more accurate conditions (053ec57)
  • home: recent threads box only shows posts with media (de2ac49)
  • home: redesigned home to be more similar to 4chan, with boards box listing all boards and thread box showing recent threads (685cbb3)
  • ImageBanner: add banner #20 (65cd106)
  • imagebanner: add new banner (e9ec981)
  • SettingsModal: add button to create an account and automatically switching to it, update setting description and modal width (57c3f71)
  • SettingsModal: automatically disable anon mode and tell the user, detecting ENS name when importing account, saving account or saving ENS (c59bbb6)
  • SettingsModal: force keep the same account id when saving to allow faster account import (eab5469)
  • Share button: add success toast for copying share link to clipboard (f0c0e64)
  • views: show board admin role next to usernames, if any, with capcode colors and admin modal function (e9cfdac)

Performance Improvements

  • board: add overscan to virtuoso (fd4bec0)
  • board: improve scroll on mobile (183294a)
  • board: improve scroll removing hr margin glitch (e33c3fb)
  • board: remove redundant margin, might impact virtuoso (a7398f5)
  • board: replace margin with padding on mobile (6eee096)
  • home: add key to map, remove dep causing a loop (a53f290)

0.1.12 (2023-09-18)

Bug Fixes

  • show new version info toast only once (3f33dcb)

Reverts

  • Revert "add support for non-direct imgur links" (be89323)
  • Revert "Update SettingsModal.jsx" (5c72bc6)
  • Revert "fix conditional useMemo" (572ce08)

0.1.10 (2023-08-10)

Reverts

  • Revert "add refresh button" (f7ae7e7)

0.1.8 (2023-06-09)

0.1.7 (2023-06-08)

Reverts

  • Revert "refactor toasts" (37d4966)

0.1.5 (2023-05-12)

0.1.4 (2023-05-11)

0.1.3 (2023-05-06)

0.1.2 (2023-04-29)

0.1.1 (2023-04-27)

0.1.0 (2023-04-24)

Bug Fixes

Reverts

  • Revert "fix subplebbitAddress in ReplyModal" (24b2177)
  • Revert "removed markdown" (33eec76)
  • Revert "fix touch bug" (777935e)
  • Revert "test InfiniteScroll" (212a0c1)
  • Revert "better lint, added InfiniteScroll, debugUtils" (af0a4c6)