Skip to content

Releases: mani-sh-reddy/Lunar

2023.12.10

12 Dec 22:45
29234f1
Compare
Choose a tag to compare

Added

  • Initial kbin api models and posts fetcher

Changed

  • Links inside comments now open with in-app safari
  • Rearranged Kbin options in manage-instance settings

Fixed

  • Fixed posts pagination logic

2023.12.8

10 Dec 15:13
17ab97e
Compare
Choose a tag to compare

Added

  • Page cursor support for Lemmy 0.19

Fixed

  • Added a UUID to realm posts model to prevent post overwrites
  • Fixed delete-posts-on-refresh logic

2023.12.6

09 Dec 17:35
8930bde
Compare
Choose a tag to compare

Changed

  • Updated inbox tab design
  • Rendering images in comments view with LazyImage

Fixed

  • Disabled subscribed community blocking
  • Fixed a bug in blocking comment creator

Misc

  • Removed legacy views

2023.12.3

08 Dec 00:42
79a712e
Compare
Choose a tag to compare

Added

  • Blocking users via a post
  • Reporting posts
  • Blocking users via a comment
  • Reporting comments
  • Blocking communities
  • Warning to notify users about errors performing actions outside of home instance

Misc

  • Removed Shiny package due to lag
  • Removed Local Console package
  • Cleaned up API fetchers code

2023.12.1

05 Dec 21:46
909e5e4
Compare
Choose a tag to compare

Added

  • Brand new community app icon created by @MrSebSin

2023.12.0

03 Dec 22:12
234289c
Compare
Choose a tag to compare

Added

  • Font size slider

Changed

  • Rearranged settings view
  • Decreased default font size
  • Using github styled markdown

2023.11.22

25 Nov 23:16
954ff04
Compare
Choose a tag to compare

Added

  • Inbox View

Fixed

  • Stutter caused by phase change actions
  • Stutter cause by @Environment Dismiss

Misc

  • Code clean up
  • Removed unused code and comments
  • Added SwiftLint and Periphery run script and schemes

2023.11.19

19 Nov 19:31
13fe17e
Compare
Choose a tag to compare

Added

  • Matrix tag in settings.
  • Hide Communities button functionality.
  • Pinned (Featured) posts labels.
  • Go to comments from Posts Search View

Changed

  • Confirmation of Logged Out All Users action
  • Using SwiftUI built-in picker for app icon selection
  • Using SwiftUI built-in picker for account selection

2023.11.17

18 Nov 20:37
8af820b
Compare
Choose a tag to compare

Changed

  • Using package (@gonzalezreal /swift-markdown-ui) to parse post headers and comment text.
  • Hiding Create Post, Create Comment, and Reply buttons when not logged in.

Fixed

  • Image links now rendering images instead of showing an empty line.

2023.11.14

12 Nov 23:29
a17a445
Compare
Choose a tag to compare

Added

  • Home Screen Quick Actions.
  • Share Sheet Updates.
  • Home screen and lock screen widgets.
  • Setting to change accent colours of UI elements.
  • Hidden Posts section in the settings tab, unlocked with biometrics.
  • Added Scaled sort descriptor.
  • Progress indicator when loading posts.
  • Sort and Type information on Quicklink label.

Changed

  • Lots of small UI changes.
  • Updated timestamp parser to support timezones.
  • Requests are now authenticated via a token in the authorisation header.
  • Updated icons in the context menu and swipe actions.
  • Removed background from header sections in posts views.

Fixed

  • Community icon and descriptions in community header view.
  • CodingKey bug in SiteInfoFetcher.

Misc

  • File directory cleanup.
  • Removed keychainaccess package and references.
  • Refetching subscribed communities after resetting realm.
  • Resetting realm posts table on instance change.