Skip to content

Releases: s-thom/linkdrop

v1.6.1

20 Jan 21:33
3d08ede
Compare
Choose a tag to compare

1.6.1 - 2023-01-21

Added

  • Firefox extension link
    • Requires Firefox 109+

v1.6.0

22 Oct 22:01
63465a8
Compare
Choose a tag to compare

1.6.0 - 2022-10-23

Added

  • Check for duplicate urls when saving a new link
  • Allow tags in new link URLs

Changed

  • Upgrade dependencies
  • Switched from Feather icons to Lucide icons
    • Lucide is a fork that is still getting maintained

v1.5.1

25 Sep 02:32
49d7d00
Compare
Choose a tag to compare

1.5.1 - 2022-09-25

Added

  • Analytics through Umami.
    • No cookies/local/session storage.
    • Instance is hosted at analytics.sthom.kiwi, which most adblockers should detect by default.
    • Do Not Track header is respected.
    • Any paths with identifiable information are anonymised (e.g. tags are omitted during searches).

v1.5.0

25 Sep 02:20
6a779f7
Compare
Choose a tag to compare

1.5.0 - 2022-09-24

Added

  • Required tags when searching.
    • By prefixing a tag with +, links must include the given tag in order to show up.
    • Combining with the existing -, this allows for much more granular searching.
  • New help page, with information about searching and the different modifiers to tags

Changed

  • Login sessions last up to 30 days, instead of 7.
  • Upgraded to React 18.
  • Changed favicons to hopefully be more readable.

v1.4.0

01 May 04:09
5381780
Compare
Choose a tag to compare

1.4.0 - 2022-05-01

Added

  • 2 factor authentication via TOTP (mobile authenticator).
  • Accounts can be deleted from the account settings.
  • Link to Chrome extension in a new page in the settings area.

Changed

  • The PWA install prompt has moved to the same page as the Chrome extension link.

Fixed

  • When searching for tags, excluded tags no longer show up in the suggestions.

v1.3.2

29 Apr 06:15
52a699b
Compare
Choose a tag to compare

1.3.2 - 2022-04-29

Fixed

  • Sharing URLs to the installed website in Android should work for realsies this time.

v1.3.1

29 Apr 06:15
15edb40
Compare
Choose a tag to compare

1.3.1 - 2022-04-28

Fixed

  • Sharing URLs to the installed website in Android should work better.

v1.3.0

29 Apr 06:13
15579c0
Compare
Choose a tag to compare

1.3.0 - 2022-04-28

Added

  • URL/description in new link page can come from URL parameters.

Changed

  • After adding a new link, you are no longer redirected to that link's page.
    • Instead, the form resets.

v1.2.0

26 Apr 08:16
46c6456
Compare
Choose a tag to compare

1.2.0 - 2022-04-26

Added

  • Tags can be excluded from a search by prefixing with a hyphen (e.g. -example)
    • As a result, tags can no longer start with a hyphen, but can still contain them in other places.

Changed

  • all tags much be lowercase.
  • Tag suggestions are more relevant, based on which tags have appeared most commonly with the ones already selected.

v1.1.0

25 Apr 05:51
b03c964
Compare
Choose a tag to compare

1.1.0 - 2022-04-25

Added

  • Demo on landing page.
  • User info page.
    • It has some basic info on it, like the number of links and the most commonly used tags.
    • In fact, that's all it has right now.
  • Form to edit existing links.
  • Better error pages.

Changed

  • Tag buttons on link cards are clickable in the search.

Fixed

  • Navigations getting lost on certain occasions when clicking back in your browser.