Lemmy Lite Versions Save

A static, JSless, touch-friendly Lemmy frontend built for legacy web clients and maximum performance

v0.2.2-alpha

3 years ago

Last release before lemmy-xite fork and lemmy-lite beta, very small changes:

  • Updated pictures for README
  • Changed month and year format to Y and M
  • Re-enabled NginX caching

v0.2.1-alpha

3 years ago

Removed http2 as a result of nginx issues

v0.2.0-alpha

3 years ago

Major changes:

  • Reuse client for entire application fixing memory leak and improving performance
  • Drop nightly, lemmy-lite now works on stable
  • Upgrade to actix-web 3.1 from 2.1
  • Drop actix-rt as a result of actix-web 3.1
  • Added markdown
  • Upgrade pulldown-cmark to 0.8

Minor changes:

  • Added community info page
  • Improved UI coloring
  • Better mobile UI support including PWA
  • Links are now underlined when hovered
  • Many other performance and UI improvements

v0.1.0-alpha

3 years ago

Initial pre-release