Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Releases: LemmurOrg/lemmur

v0.8.0

14 Jan 18:58
Compare
Choose a tag to compare

Added

  • Support for Lemmy v0.15.0

Changed

  • "Time ago" strings, dates, and compact numbers are now localized

v0.7.0

04 Nov 18:47
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Added

  • Blocking of users and communities (from post and from comment)
  • Reporting posts and comments
  • Android theme-aware splash screen (thanks to @mimi89999)
  • Logging: local logs about some actions/errors. Can be accessed from settings > about lemmur > logs

Fixed

  • Fixed a bug where post would go out of sync with full version of the post
  • Fixed a bug where making a comment selectable would not always result in making the comment selectable
  • Full post will now open no matter where you press on the post card
  • Fixed overflows in various places

Changed

  • User banner photo now fits better on user profile

v0.6.0

06 Sep 09:15
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Added

  • Support for Lemmy v0.12.0
  • Show cake day on a user's profile and next to their name in a comment

v0.5.0

29 Apr 10:55
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Added

  • Editing posts
  • Editing comments
  • Show avatars setting toggle
  • Show scores setting toggle
  • Default sort type setting
  • Default listing type setting
  • Import Lemmy settings: long press an account in account settings then choose the import option
  • Support lemmy v0.11.0

Fixed

  • Added deduplication in infinite scrolls
  • Fixed bug where creating post would crash after uploading a picture

v0.4.2

12 Apr 13:13
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Sadly, this release will log you out of all accounts

Changed

  • Disable commenting on locked posts
  • Enhanced keyboard experience
    • appropriate keyboard types are opened
    • correct capitalization
    • added text input hints for things like password managers
  • Account actions in settings are more obvious to access: long press an account/instance to see possible actions such as setting as default or removal

Added

  • When writing a comment, the parent text is now selectable
  • Text of a post is now selectable
  • Tapping outside of a text input hides the keyboard

Fixed

  • Actually fixed the thing that v0.4.1 supposedly fixed

v0.4.1

06 Apr 11:11
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Fixed

  • Some actions would pass the wrong user id around causing infinite spinners, this is now fixed

v0.4.0

05 Apr 19:47
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Added

  • Share buttons on windows/linux now copy the data to the clipboard
  • Initial translations have been incorporated into lemmur. It is not yet possible to contribute translation strings

Changed

  • Transitioned to Lemmy API v3

Fixed

  • Quote blocks in posts and comments are now much prettier
  • Code blocks now have monospace font. As they should
  • Switching accounts in the profile tab now correctly reacts to the change
  • You can no longer add the same instance twice just by changing capitalization (thanks to @ryg-git)

v0.3.0

25 Feb 22:02
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

WARNING: due to some internal changes your local settings will be reset (logged out of accounts, removed instances, theme back to default)

Added

  • Added inbox page, that can be accessed by tapping bell in the home tab
  • Added page with saved posts/comments. It can be accessed from the profile tab under the bookmark icon
  • Added ability to send private messages
  • Added modlog page. Can be visited in the context of an instance or community from the about tab
  • You can now create posts from the community page [@wolf4ood]

Changed

  • Titles on some pages, have an appear effect when scrolling down
  • Long pressing comments now has a ripple effect
  • Nerd stuff now contains more nerd stuff
  • Communities that a user follows will no longer appear on a user's profile in most scenarios

Fixed

  • Time of posts is now displayed properly. Unless you live in UTC zone, then you won't notice a difference
  • Fixed a bug where links would not work on Android 11

v0.2.3

09 Feb 15:31
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Lemmur is now available on the play store and f-droid

Changed

  • Posts with large amount of text are now truncated in infinite scroll views [@ryg-git]
  • Changed image viewer dismissal to be more fun. The image now also moves on the x axis, changes scale and rotates a bit for more user enjoyment

Fixed

  • Fixed issue where the "About lemmur" tile would not appear on Windows/Linux
  • Added a bigger bottom margin in the comment section to prevent the floating action button from covering the last comment

v0.2.2

03 Feb 13:26
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Minimum Lemmy version supported: v0.9.4

In this release we focused on bug fixes, most importantly 2 bugs with comments

APKs are now signed and have changed their appId. This means it will install on your phone as if it were a different app thus you will lose all local data (mainly added / logged in instances)

Added

  • Online users count is now correctly displayed
  • APKs are now signed

Fixed

  • Fixed a bug where replying to a comment would instead reply to the parent of that comment
  • Fixed a bug where comments would be displayed as a grey block
  • Fixed a bug where adding/removing accounts could cause the home/communities/search tabs to crash
  • Fixed a bug where up/down voting twice cause the comment/post to crash