mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
9.2 KiB
9.2 KiB
0.1.13 (2023-10-05)
Bug Fixes
- 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)
- EditLabel: don't show the edit label if comment.original.content is identical to comment.content (bcbf311)
- 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)
- mobile reply: remove unnecessary width calculation for reply images (8e4ca88)
- 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)
- 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)
- Thread: fix undefined (fdebe14)
- Thread: remove useless wrapper for webpage comment.link with no thumbnail (e4b1fc6)
- 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)
- 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)
- 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)
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)