0.16.0 #366
MohamedBassem
announced in
Announcements
0.16.0
#366
Replies: 1 comment
-
Thanks for the new release. I was able to upgrade from 0.15.0 to 0.16.0 without issues using the instructions provided. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Welcome to the
0.16.0
release of Hoarder. Sorry for the long delay since the last release! We'd like to welcome to our first time contributors @Mxrk, @j-fuentes & @rootly-be!New Features
web
andworkers
container. You no longer need two different hoarder containers.gpt-4o-mini
is now the default OpenAI model. This model is 3X cheaper than the previous default!MAX_ASSET_SIZE_MB
from the default of4MB
, otherwise, you'll get anAsset too big
error.Add to Hoarder
button that you can use to send links, texts, images, to hoarder directly. Note: If you're using chrome, you'll need to be on v127 or older. Thanks @kamtschatka!UX Improvements
Fixes
Upgrading
As mentioned in the release notes, this release removes the need for the
redis
container and the worker container. Although the migration is optional given that the old images will work, it's highly recommended, to migrate, you'll need to do the following:workers
container to theweb
container.workers
container.hoarder-app/hoarder-web
tohoarder-app/hoarder
.The diff for the compose file will look something like this:
To upgrade:
docker compose pull && docker compose up -d
.docker compose pull && docker compose up -d
.All Commits
This discussion was created from the release 0.16.0.
Beta Was this translation helpful? Give feedback.
All reactions