athlon

joined 1 year ago
[–] [email protected] 1 points 1 year ago

Trying my best :)

 

cross-posted from: https://lemm.ee/post/4226407

Hello everyone!

Today I'm happy to announce Leomard 0.6! This update brings a handful of new cool features. To start with, you can now save posts as drafts!

Not only that, if Leoamard or your system ever crashes, if you come back to post editing, Leomard will ask you if you want to restore your autosaved post:

Another brand new feature that has been added is the experimental "Store liked posts locally" option. With it, you can browse the post that you have liked, which is not something Lemmy itself allows you to do. Unfortunately, because of that, the posts must be liked through Leomard, or at very least, they must be viewed through it.

Last feature worth mentioning is an option to use Piped.video to watch YouTube videos.

This and much more has been added into Leomard 0.6. Here's the full changelog:

Added

  • "Store Liked Posts" in Preferences -> Experiments
    • With this enabled, you can see all the posts you liked in the "Liked" tab in your profile
  • Added "Experiments" preferences
  • Added saving posts as drafts
    • You can now save posts as drafts, and continue editing them later
    • You can access drafts in the "Drafts" tab in post creation view
  • Added post draft autosave, which will be restored if you accidentally close the program or it crashes
    • You can disable it in Preferences -> General -> Autosave post drafts
  • Inbox replies now use the new text editor
  • "Use Piped.video for YouTube videos" in Preferences -> Content
  • In Compact View, posts with videos and link to articles will now show a thumbnail
  • Added "Truncate Post Titles" in Preferences -> Display
  • Read post titles are now grayed out (can be disabled in Preferences -> Display -> Read Post Indicators -> Gray out post titles)
  • Also added "Show checkmark" next to read posts in Preferences -> Display -> Read Post Indicators

Changes

  • Preferences: renamed "View Mode" to "Open Posts In"
  • Preferences: renamed "Single-Column" to "Popup"
  • Preferences: renamed "Two-Column" to "Second Column"
  • "Second Column" is now the default view
  • Post creation times that are in the future won't dispay "-" at the start anymore
  • Compact View setting is now displayed in style of the "Open Posts In" setting
  • Feed View optimizations
  • Community sidebar description is now hidden, if community is viewed in one-column view

Bug Fixes

  • Fixed padding of the post toolbar in Compact View
  • Post won't remain open when switching between sessions
  • Hiding comment will hide all its children
  • Fixed opening posts from Replies, if you had another post open in two-column view
  • Fixed app crashing if trying to load subcomments more than 5 replies deep
  • Fixed a bug where marking post as read on open would not be reflected in the feed
  • Post details in compact view will now wrap correctly, if the sender name and community name are too long
[–] [email protected] 1 points 1 year ago

Still a lot of work to do tho.

[–] [email protected] 1 points 1 year ago

By the way! If you ever had any problems with loging in using Leomard, this update should address that. I noticeds there was a bug with parsing Instance data regarding registration method, which is resolved now :)

 

cross-posted from: https://lemm.ee/post/2377746

Hello everyone! Today a new Leomard update has been released! This update brings some of the QOL features. To start, you can now enable separation of Followed communities by their first letter:

Additionally, you can search the list of Followed communities:

Login screen also received a small upgrade. Leomard will try to load instance’s icon, as well as allow you to search for an instance by its name:

Last but not least, a small set of “Mod Tools” have been added, which will make moderating a community easier:

This and more is available in Leomard 0.4. Here’s the full changelog:

Added

  • Mod Tools:
    • Remove posts
    • Lock posts
    • Distinguish comment
    • Remove comments
    • Remove community
    • Edit community
  • Post-locked indicator
  • Distinguished comment indicator
  • Instance icons on the login screen
  • Search for instance on the login screen
  • Search profiles
  • Separate followed communities by first letter of the name (disabled by default)
  • Prefered display name for communities and users: you can either choose to display handles, or display names
  • Search followed communities

Bug Fixes

  • Fixed opening post, if you opened a community from another post
  • Fixed login to some instances caused to faulty decoding of site metadata
  • Fixed duplicate posts in communities
  • Fixed sorting of followed communities
1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

cross-posted from: https://lemm.ee/post/1954364

Hello everyone!

After a hard week of work, and tremendous help from boscojwho on GitHub, is here! This update brings many, many new features. Of course, we’re still far away from making it 100% feature complete, but it’s slowly getting there: we’ve got multi-account support, uploading photos, searching, support for “@[email protected]” and “[email protected]” links, and more!

This update not only brings new features, but also optimization improvements, which should help with the post load times, app load times and more. Here’s the full changelog:

Note: You will have to log in again, because the app now uses a different method of storing the authorization tokens. Sorry for the inconvenience.

Added

  • Added status indicator when sending a post (#7)
  • Added alert when sending/editing post/comment fails
  • Refreh button in the inbox
  • Replies sort method for inbox
  • Profile view sort method
  • Added status indicator when sending a reply
  • Multi-account support (#22)
  • Confirm delete post/comment
  • Blocking users
  • Blocking communities
  • Update checking on launch
  • Image uploading
  • Search within community
  • OP indicator in the comments
  • Post reporting
  • Comment reporting
  • Bots are now marked with "🤖" emoji
  • Support for "!community@instance" and "@user@instance" in Search

Changes

  • Massive refactoring of code and general optimization, thanks to boscojwho on GitHub
    • Post views are now a bit prettier
    • Replaced stock AsyncImage with Nuke
    • Improved load time of the app (both from cold start and from background)
    • API request handler is now running in separate thread, which should speed up the app
  • 2FA key field is now always present in the login view (seems like some Lemmy instances change the response text when 2FA is enabled, so the app can't reliably detect if 2FA is enabled)
  • Many UI improvements

Bug Fixes

  • Fixed notification counter not updating (#9)
  • Unread message count should update, as soon as you reply to a message from the inbox
  • Post creation popup content never gets cleared (#6)
  • Fixed images in comments overflowing the comment box, if the image was placed in line with text
  • Fixed duplicate posts and comments

Removed

  • Experimental settings
 

Hello! I have made a macOS client for Lemmy - Leomard. It's an initial version of the app, and my first macOS app made for the public.

Features

  • Mac-native client
  • Fast, small and light (only 9.2 MB)
  • Open source (GPLv3)
  • Beautiful responsive interface

Of course, it's a very early version, some features are missing (ex. image uploading), and you may encounter a bug here and there.

Don't forget to follow Leomard's community: [email protected]

Or jump straight to the project’s Git: https://github.com/Athlon007/Leomard

If you have questions, feel free to ask :)

Hi everybody! This is the initial release of Leomard - a native macOS client app written in Swift using SwiftUI. It’s still in very early phase of development, features are missing, but it’s a start. Feedback is most welcome!

Screenshots:

Changelog

  • Initial Release

Sent from Leomard.**

 

Hello! I have made a macOS client for Lemmy - Leomard. It's an initial version of the app, and my first macOS app made for the public.

Features

  • Mac-native client
  • Fast, small and light (only 9.2 MB)
  • Open source (GPLv3)
  • Beautiful responsive interface

Of course, it's a very early version, some features are missing (ex. image uploading), and you may encounter a bug here and there.

Don't forget to follow Leomard's community: [email protected]

Or straight to the project’s Git: https://github.com/Athlon007/Leomard

If you have questions, feel free to ask :)

Hi everybody! This is the initial release of Leomard - a native macOS client app written in Swift using SwiftUI. It’s still in very early phase of development, features are missing, but it’s a start. Feedback is most welcome!

Screenshots:

Changelog

  • Initial Release

Sent from Leomard.___

[–] [email protected] 0 points 1 year ago (2 children)

Facebook makes a product that squeezes every last drop from your privacy? Nooooooo waaaay!