Releases: s-thom/linkdrop
Releases · s-thom/linkdrop
v2.0.1
v2.0.0
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
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
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
v1.8.0
v1.7.1
v1.7.0
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