Skip to content

0.14.0

Choose a tag to compare

@sakethpathike sakethpathike released this 03 Nov 10:53

If you use sync-server, you must use the latest sync-server version, v0.2.0 (at the time of writing this).

What's New

  • Tags - We do tags now, yup, you read that right, Linkora now supports tags [#12]
    • Folders and Tags are in the same Collection screen; you can slide or manually switch from the collection switcher
    • JSON-based exports support tags, HTML exports don't
    • Your preference to shrink or expand the tag section when saving links is persisted
  • New alternate icons on Android, icon made by LOLCATpl (on Discord) supports themed icon alongside legacy & regular icons, other icons don't. You can change the icon from the general settings screen
  • Folders can be searched and sorted [#43] while saving a link; the manual tree still exists if you prefer that
  • Double-tap on the search icon from the android-mobile bottom nav will automatically open the search bar
  • All clickable elements now show a pointer cursor on hover
  • Desktop now follows a minimum window size
  • During multiple link selection, the addresses of selected links can be shared (split by a line) [#111]

Improvements

  • Grid/Staggered (Link) Component has been completely rewritten
  • Menu bottom sheet UI for links has been improved

These two are also based on the designs created by LOLCATpl 🦅🦅🦅

Fixes

  • Resetting the local database (remote if preferred) has been re-added [#107]

Internals

  • Lots of refactoring around navigation in the collections screen - removed all the singletons that were guiding most of the navigation context across all platforms, which was a mess. And all the other refactorings that went with it.
    • I'll refactor more as I keep seeing stuff that can be done better.
  • I have started using context params; existing extension functions will stay, but I'm gonna use more of these wherever it makes sense.

Full Changelog: release-v0.13.7...release-v0.14.0