LetterLit

All Updates

Back to About

Browse the full LetterLit update history, newest to oldest.

v0.1.1 — 2025-10-24

Features
  • Introduced 'like' system for posts and comments with real-time count updates.
  • Sorting by 'Most Likes' and 'Most Comments' is now fully functional.
  • Users can toggle between 'All' and 'Following' feeds without reloading.
  • User timezone handling improved—timestamps now match each user’s local time on all pages, including posts and comments.
UI
  • Added horizontal separators between about sections for clearer visual separation.
  • Login/Register styling unified with consistent padding, colors, and layout across both pages.
  • Added friendly fallback layout for the About/Updates page when changelog data is missing or invalid.
  • Feed page pills now highlight active filters (All, Following, New, Likes, Comments).
  • Improved banner styling: green info banner now matches gold maintenance banner font and sizing.
Bug fixes
  • Fixed incorrect timezone offset on main feed posts (times no longer appear several hours in the future).
  • Resolved double-count issue when adding a new comment.
  • Fixed login redirect logic—users are now properly redirected after successful sign-in.
  • Fixed CSS cache issue by migrating styles inline for testing environments.

v0.1.0 — 2025-10-10

Other
  • Initial public beta deployed and hosted live for testing.
  • Community board redesigned: clickable cards with stats and preview snippets.
  • Sorting simplified to Newest, Most Likes, Most Comments; date grouping headers added.
  • Friendly timestamps ("just now", minutes/hours) with hover for exact time; 12-hour clock.
  • Timezone handling fixed so Today/Yesterday reflect each user’s local time.
  • Post page polish: cleaner metadata line, consistent spacing, accessible focus states.
  • Quick-Write prompts and timer flow integrated into main navigation.
  • Profile page improvements: followers/following overlays with no layout shift.
  • Comment system stability: duplicate count bug fixed; CSRF protections everywhere.
  • Dark theme styling pass across auth, admin, and content pages.