Skip to content

0.33.2

Latest

Choose a tag to compare

@MohamedBassem MohamedBassem released this 11 Aug 13:30
· 3 commits to main since this release
Immutable release. Only release title and notes can be modified.
98c0c78

0.33.2

This is a patch release for after 0.33.1. It contains the following fixes:

Bug fixes:

  • Change default "use max completion tokens" token env variable to true when using the default OpenAI configuration now that we're using 5.6 luna and this flag is required there (#3007).
  • We're migrating to a custom karakeep chrome container (based on https://github.com/chromedp/docker-headless-shell) now that the old alpine-chrome is no longer fetch-able (and has been long abandoned by the maintainer). Check the migration guide here. The old image will continue to work, but it's recommended that you migrate to the new one as it also upgrades chrome to 151 (compared to 124 in the old image). If you've been using browserless (e.g. on unraid), you're not impacted by this, and you don't need to migrate.
  • Large singlefile archives (typically because of videos) used to fail metadata extraction as the parser used to OOM. We strip inline videos now to make the parsing succeed.
  • Hardened the link to asset conversion mechanism in the crawler that used to result into silently broken assets. (#3002)
  • Pinned nodejs to version 24.18.1 thanks to @eriktews (#2996) to overcome a bug in the latest node 24.19 version (check #2989 for details). The proxmox scripts also were pinned by @MickLesk.
  • Karakeep's favicon is now light/dark mode aware, thanks to @ehfreema (#2990).

New features:

  • You can now upload custom SingleFile archives to karakeep directly using the CLI.

Changelog