Skip to content

Releases: s-thom/linkdrop

v2.0.1

21 Sep 09:17
b117706
Compare
Choose a tag to compare

v2.0.1 - 2024-09-21

Fixed

  • Error when starting app from Docker container

v2.0.0

21 Sep 09:08
b879e05
Compare
Choose a tag to compare

v2.0.0 - 2024-09-21

The big 2.0. It's not actually a big update, but it just felt like a good enough time to increment that major version number. Of course, future major versions might include bigger updates that require more care, but since you're the kind of person that reads changelog entries I'm sure that won't be an issue.

Added

  • Invite system.
    • Invites are unique links that allow users to sign up even when the normal email sign up flow is disabled.
    • For now invites can only be created by the site admins. This may change in the future.

Changed

  • Increased window for 2FA codes.
    • This should reduce the number of mismatches based on server time.

v1.9.1

19 Sep 08:49
50498c0
Compare
Choose a tag to compare

1.9.1 - 2024-09-19

Added

  • Warning for when the number of tags listed on the user tags page reaches the defined limit.
    • Note: this does not prevent you from adding more tags. It only prevents you from being able to see them in this list.
    • This is an initial limit, it may be raised based on usage.

Changed

  • Number of tags listed on the user tags page has been raised.
    • It should have been higher, but the wrong value was used in the query.

v1.9.0

19 Sep 08:13
9aa90ad
Compare
Choose a tag to compare

1.9.0 - 2024-09-19

Almost a year from the last release!

Added

  • New page in settings to edit tags
    • Tags can be renamed, affecting all links that use that tag
    • Tags can be deleted as long as there are no links for which this is the only tag
      • This restriction is in place to prevent links from being inaccessible

v1.8.1

20 Sep 23:45
2d18949
Compare
Choose a tag to compare

1.8.1 - 2023-09-21

Fixed

  • Fix error that caused the app to not start

v1.8.0

20 Sep 23:07
6ca4d2e
Compare
Choose a tag to compare

1.8.0 - 2023-09-21

Changed

  • Updated lots of dependencies
    • This includes Remix, the framework the site is based on, which I think is a bit more than a patch release

v1.7.1

25 Apr 08:20
6c76258
Compare
Choose a tag to compare

1.7.1 - 2023-04-25

Changed

  • Updated analytics

Fixed

  • Tags no longer appear out of order on links when searching

v1.7.0

09 Apr 03:05
b6fc6b2
Compare
Choose a tag to compare

1.7.0 - 2023-04-09

Added

  • Add theme selection on the settings page
  • Move user information to a new stats page
  • The stats page now shows a list of the most commonly clicked on links

Fixed

  • Descriptions with long words no longer overflow the container
  • Changed header re-render blocking to use the final API

v1.6.3

26 Feb 07:44
0c7c1ba
Compare
Choose a tag to compare

1.6.3 - 2023-02-26

Changed

  • Redirect to link search page after creating a new link
    • The previous behaviour was to redirect to the new link page, which would effectively clear the form

Fixed

  • Your Links navigation item was incorrectly highlighted on the new links page

v1.6.2

12 Feb 06:44
62bccf2
Compare
Choose a tag to compare

1.6.2 - 2023-02-12

Added

  • Goose

Changed

  • Hide the "log in" navigation link when on the login page when signing up is unavailable
    • This should stop some misclicks that lose state when logging in in the extensions