Haven’t done one of these for a while, so I’ll list the changes from 0.5.2 to 0.6.5 (skipping hotfixes):

(Major changes will be in bold)

0.6.3/0.6.4

  • Better load times
  • Admin: Add post/comment purging
  • Add default comment sorts

0.6.1

  • UI polish
  • Add option to mark individual inbox items as read

0.6.0

  • improve menus when logged out, fix double login

0.5.9

  • Moderation: Reply to submissions about why they were removed

0.5.6 to 0.5.7

  • Add manual theme switcher
  • Add display name support

0.5.4 to 0.5.5

  • Add keyboard shortcuts to markdown editor
  • Admin: more site config options
  • fix delete data option for bans
  • add hide read posts option
  • UI polish

0.5.2 to 0.5.3

  • Add more placeholders for forms
  • More helpful error messages
  • When going to the post page, autofill community input with last viewed community

If you’re worried development slowed down, don’t worry. I’m just a lot more busy now and all of your donations have motivated me a lot ❤️

Feature parity with lemmy-ui by 1.0

  • Erunn@lemdro.id
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Is infinite scrolling (instead of “Load more”) on the roadmap? Thanks in advance and keep the great job :)

    • Xylight (Photon dev)@lemmy.xylight.devOPM
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      I can implement that pretty quickly now, but due to the way the API works, “load more” is never necessary. For some reason the query returns literally every comment, and ignores the limit parameter.

      • Erunn@lemdro.id
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

        Hmm I seen weird haha but how about the list of posts / submissions?

        On the comments I get that it’s not necessary for now due to your explanation, but I feel that implementing an automatic load or something on the list of posts would be usefully.