Karakeep
A self-hostable bookmark-everything app with AI-based automatic tagging and full text search
Alternative to: pocket, raindrop.io
About
Versions (49)
v0.10.1
2024-03-27Mostly a lot of minor fixes:
- Fix: Attempt to increase the reliability of the ollama inference by working around some of the errors in the ollama package.
- Fix: There was a limit of 2k chars on notes. This is no longer there.
- Fix: When a bookmark is deleted in the search page, it wasn’t getting removed from the grid. This is now fixed.
- feature: In the editor card, you can now save the bookmark by pressing
Ctrl + Enteras well as theCmd + Enter. This should be more intuitive to windows users. - feature: You can now upload webp images.
- feature: Maximum asset size was 4MB. Now it’s configurable with the
MAX_ASSET_SIZE_MBenv variable. This variable still defaults to 4MB. - ui: Red destructive color looks slightly better now in dark mode.