Releases: s-thom/linkdrop
Releases · s-thom/linkdrop
v1.6.1
v1.6.0
v1.5.1
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
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.
- By prefixing a tag with
- 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
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
v1.3.1
v1.3.0
v1.2.0
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
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.