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
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome to the
0.16.0release 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
webandworkerscontainer. You no longer need two different hoarder containers.gpt-4o-miniis now the default OpenAI model. This model is 3X cheaper than the previous default!MAX_ASSET_SIZE_MBfrom the default of4MB, otherwise, you'll get anAsset too bigerror.Add to Hoarderbutton 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
rediscontainer 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:workerscontainer to thewebcontainer.workerscontainer.hoarder-app/hoarder-webtohoarder-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