Skip to content

Latest commit

 

History

History
180 lines (88 loc) · 8.64 KB

CHANGELOG.md

File metadata and controls

180 lines (88 loc) · 8.64 KB

0.11.0 (2024-04-14)

Features

  • add authentication settings (e-mail change, password change, 2fa enable/disable) (5628ced)
  • uploading/removing user avatars & banners (61fa1b6)
  • user settings export (948580e)

0.10.1 (2024-04-14)

Bug Fixes

  • make comment borders less harsh (c907898)

0.10.0 (2024-04-14)

Bug Fixes

Features

  • implement basic markdown editor (5ae0737)
  • implement image uploads for posts (01edc5d)
  • implement image uploads in markdown editor (ee6c479)

0.9.1 (2024-04-14)

Bug Fixes

  • allow dockerfile to build (#3) (86c7fc6)
  • ensure posts and comments display correct score after user votes (42ff3b2)

0.9.0 (2024-04-14)

Bug Fixes

  • fix a few inconsistent colors (7f719f0)

Features

0.8.2 (2024-04-13)

Bug Fixes

  • add community title to sidebar (3b9040b)
  • ensure pages have headings & consistent margins (f1b2c10)
  • reduce prod install time (c3f185f)

0.8.1 (2024-04-13)

Bug Fixes

0.8.0 (2024-04-13)

Features

  • implement inbox for private messages (dd9c73e)
  • implement inbox for replies & mentions (5884455)

0.7.3 (2024-04-13)

Bug Fixes

  • limit user & community banner height to 360px (fixes #2 reported by @ticoombs) (f99f067)

0.7.2 (2024-04-13)

Bug Fixes

  • improved rendering of deeply nested comments on narrow screens (d81c907)

0.7.1 (2024-04-13)

Bug Fixes

  • fix markdown-it type imports (6ec8f9d)

0.7.0 (2024-04-13)

Bug Fixes

  • fix comments sometimes jumping around after voting (e752c34)
  • fix community link in comment titles (3ee4034)
  • fix existing comments sometimes jumping around after adding new comment (8e12ef5)
  • fix users being logged out when navigating back from opened links (01f9661)
  • use eager loading for navbar logo (06c38cb)

Features

  • add "View context" link when viewing single nested comment thread (fb81580)

0.6.0 (2024-03-31)

Bug Fixes

  • remove hardcoded ui.lemm.ee link from the UI (ab365d2)
  • reset theme to default if unknown theme is detected (7dec24d)

Features

  • direct message sending feature (4a5eefc)

0.5.0 (2024-03-30)

Bug Fixes

  • Break long sidebar titles onto multiple lines (7cc2412)
  • show pointer cursor when hovering over spoiler headers in markdown (718e84e)

Features

0.4.0 (2024-03-30)

Bug Fixes

  • make community sidebar header a link to the community (d80349d)
  • redirect users to login for authenticated actions (0fe22e5)

Features

  • make post body editor text area bigger initially when editing longer posts (db287f7)

0.3.0 (2024-03-30)

Bug Fixes

  • disable self-reporting (b083d88)
  • Fix canonical page URLs for remote users & communities (d75d749)

Features

  • add community sidebar buttons for subscribing and creating posts (f3de625)
  • new post creation (8bbcf3a)
  • Post deleting & deleted post restoration (493008d)
  • post editing for existing posts (f0ca645)

0.2.1 (2024-03-30)

Bug Fixes

  • Commit package-lock.json on release (1bdaf41)
  • Remove dev overlay from prod builds (ad1630a)

0.2.0 (2024-03-30)

Features