@dessalines:

  • Prettied up https://join.lemmy.ml/apps , which now shows lemmur and remmel at the top.
  • Went through and added more accessibility support to lemmy (#170), as well as a script to check lemmy’s most common pages using pa11y. Special thanks to hlanser at NLNet and Mitch Lillie for their guidance and help with this.
  • Fixed RSS links to use Lemmy URL instead of the optional post link.
  • Added correct char counting for display name length limits.
  • Made a PR to add a New Comments / forum sort for posts.
  • Added an Icon and Spinner component to lemmy. #172
  • Always showing the reset password link. #176

Changes from 0.9.7:

  • Posts and comments are no longer live-sorted (meaning most content should stay in place).
  • Fixed an issue with the create post title field not expanding when copied from iframely suggestion.
  • Fixed broken federated community paging / sorting.
  • Added some aria attributes for accessibility, thx to Mitch Lillie.
  • Updated translations and added croatian.

@nutomic:

I am moving to a new apartment this weekend, so I couldn’t focus on work that much, and only got some smaller tasks done.

  • Various changes for compliance with ActivityPub standard:
    • Store activitypub endpoints in database (!162)
    • Made activitypub extension fields optional (!163)
    • Explicitly mark posts and comments as public (!167)
  • Made some progress towards getting Lemmy to run on newer Rust versions
  • Move routes into separate crate to speed up compilation (!166)
  • Hide followed communities from other users (!168)