You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show Threads With Yous (Content Controls → toggle, on by default)
Hidden threads on the index/catalog are temporarily revealed when they have unread replies quoting you. They re-hide automatically once the (You) is read. The revealed thread gets a red inset bar + dashed outline so it's easy to spot among the rest.
Fixed
Fork upgrade migrations no longer re-run on every version bump.
The legacy upstream 4chan-X migrations (originally one-time fixes for the 1.11–1.14 upgrade path) were firing every time the fork version changed, which duplicated usercss entries and re-coerced setting value types. The fork (1.0.x) now skips those legacy migrations.