What's new
- Added support for HTTPS to connect with the sync server; websocket is forced to run on WSS, so you must always be connected to the sync server via HTTPS.
- You also have to manually import the certificate (
.cer
) generated by the server to make sure the Linkora app trusts your server. This certificate is stored internally, so a one-time import is sufficient. - You can check back whenever you want after a successful connection to know if the certificate is valid or not from the server settings screen.
- You also have to manually import the certificate (
- Search now considers the URL to provide the results alongside the title and note.
- Added a setting to block saving the link if it already exists at the destination, enabled by default.
Fixes
- Main FAB is positioned based on the height of the bottom nav bar [#93]
- Mobile responsiveness does not recognise navigation bar at bottom [#98] (couldn't reproduce locally, so hopefully the possible fix that's applied should solve it)
Improvements
- Rename dialog on Android mobile now shows in a bottom sheet instead of a full-screen dialog box
Internals
Dropped markedAsImportant
column in link table to directly validate link type based on linkType
.
Full Changelog: release-v0.13.3...release-v0.13.5