v0.0.37
- add Bulk Edit for bookmarks
- toggle the bulk edit panel via the top-level
editlink in the bookmark listing toolbar - Action and tag operations can be combined in a single submission
- Selection scope respects the current page's filter, tag, and search context, allowing targeted bulk edits
- e.g. effective rename of a tag by first clicking on an instance of it to filter by that tag. Then, bulk edit all pages, removing the existing tag and adding the new tag
- toggle the bulk edit panel via the top-level
- Tag Cloud improvements
- Add account setting
Public Tag Cloudto make user's tag cloud available for public users (fixes #48) - Related Tags includes
all‧2‧5‧10‧20selectors - By default, or when clicked,
Related Tagsonly shows top 200 tags similar toTop Tags - Related Tags section is now always closed by default
- Add account setting
- add optional in-process TLS
- to enable HTTPS without a reverse proxy, set
TLS_CERT_FILEandTLS_KEY_FILE(PEM) - certificate is reloaded from disk automatically every 12 hours; send
SIGHUPto trigger an immediate reload - reverse proxy (Caddy, nginx, Cloudflare Tunnel, etc.) remains the recommended approach for production
- to enable HTTPS without a reverse proxy, set
- standardized bookmark api routes
- update stack package set lts-24.42 -> lts-24.46
- improved error handling & feedback in UI for api requests
- bug fix: properly escape
_and%in queries so they're treated as literals, not SQL wildcards
this version has a known vulnerability, fixed in v0.0.39. Upgrading is recommended.