I know, it has been a while. However, we are happy to release v1.8.1!
Mainly a lot of bug fixes / improvements. Composer package dependency updates. Lot of documentation and language improvements (we also got Catalan now fully translated, thanks!).
Feel free to upgrade to PHP v8.4 as well.
A noticeable fronted difference to point out is that we now put thumbnails in a lightbox by default. Although this can be changed by the end-user at: ⚙ Settings -> Under "Threads" section -> "Thread thumbnails opens full screen" option.
Comparison to previous stable version v1.8.0:
DB migrations | New ENV vars | Admin guide changes | Suggest cache clearing | New dependencies |
---|---|---|---|---|
❌ | ❌ | ☑️ | ☑️ | ❌ |
Upgrade Instructions
For Docker
- Get the official image or checkout the code and build it locally
- Stop all containers
docker compose down
- Start all containers
docker compose up -d
- execute the command to remove the default domain from entries that are not local:
docker compose exec php php bin/console mbin:update:local-domain
For Bare Metal
- Login as the mbin/kbin user:
su mbin
- Go to your repo
cd /var/www/mbin
- Get the new release:
git fetch && git checkout v1.8.1
- Run the update script:
bash bin/post-upgrade
. - Run
exit
so we are back at the root user (or put a sudo in front of every command) - flush your redis db by running
redis-cli
, type inAUTH [YOUR PASSWORD]
and thenFLUSHDB
- clear your opcache by reloading php fpm
systemctl restart php8.4-fpm
(or for PHP 8.3:systemctl restart php8.3-fpm
) - Restart the messengers:
supervisorctl restart messenger:*
- Login as the mbin/kbin user:
su mbin
again - Run the command to remove the default domain from entries that are not local:
php bin/console mbin:update:local-domain
What's Changed
- Improve Markdown inline twig rendering by @BentiGorlich in #1446
- Fix JS error with entries without short content by @BentiGorlich in #1448
- Improve contrast of light themes (+ some dark theme fixes) by @melroy89 in #1447
- Fix the
NotificationSettingApi
by @BentiGorlich in #1450 - Push notification: add notification id by @BentiGorlich in #1451
- Docs: Make vars unique in Nginx config by @melroy89 in #1453
- Always put thumb images in a lightbox by @BentiGorlich in #1406
- Docs: Explictly enable JIT in PHP 8.4 by @melroy89 in #1455
- Some opcache and composer optimizations by @BentiGorlich in #1460
- Remove the
opcache.preload
setting for the docker build by @BentiGorlich in #1461 - Revert .container.dumper.inline_factories by @melroy89 in #1463
- Bump symfony/ux-chartjs from 2.22.1 to 2.23.0 by @dependabot in #1458
- Bump symfony/ux-autocomplete from 2.22.1 to 2.23.0 by @dependabot in #1456
- Bump twig/intl-extra from 3.18.0 to 3.20.0 by @dependabot in #1457
- Bump symfony/ux-twig-component from 2.22.1 to 2.23.0 by @dependabot in #1459
- Create an appearance option: open lightbox for thumbnails by @BentiGorlich in #1462
- Translations update from Hosted Weblate by @weblate in #1464
- Move the thumbnail option to the Threads section by @melroy89 in #1466
- Render lemmy community links as preview by @BentiGorlich in #1454
- Add all needed instructions for php install on debian 12 by @TheVillageGuy in #1468
- Enable option help + missing text for various options by @melroy89 in #1467
- Translations update from Hosted Weblate by @weblate in #1469
- Docs: Remove dev setup from production guide + contribute improvements by @melroy89 in #1470
- Also add Valkey to post-upgrade script echo line by @melroy89 in #1471
- Docs: Run docker compose from the project root dir by @melroy89 in #1473
- Also set MESSENGER_TRANSPORT_DSN in .env.test by @melroy89 in #1474
- Extend public access roles for three API end-points by @melroy89 in #1487
- Explain how to use the bearer token now plus other minor improvements by @melroy89 in #1488
- Regard block and delete status for messages by @BentiGorlich in #1489
- Translations update from Hosted Weblate by @weblate in #1486
- Translations update from Hosted Weblate by @weblate in #1490
- Update Symfony framework (patch release only) by @melroy89 in #1491
- Fix missing
Update
activity add cover and avatar removal by @BentiGorlich in #1492 - Improve modlog (use showAvatars on all user_inline + possibility to hide new icon from modlog) by @melroy89 in #1472
- Set the default from the default dto object in case of null by @melroy89 in #1500
- Translations update from Hosted Weblate by @weblate in #1494
- Add mbin logo bw (transparent) by @melroy89 in #1501
- Add .vs directory to gitignore and dockerignore by @melroy89 in #1505
- Remove DMs and ban sender users command by @melroy89 in #1514
- Add documentation about the mbin:messages:remove_and_ban by @melroy89 in #1515
- Docs: Extend pages for better findably and readability by @melroy89 in #1517
- Dump up to PHP v8.4 by @melroy89 in #1518
- Extend zz-docker with process manager config by @melroy89 in #1519
- Translations update from Hosted Weblate by @weblate in #1507
- Docs: Upgrade to PHP v8.4. Explain min hw requirements. And other doc fixes by @melroy89 in #1520
- Add Catalan to the language selector + update README by @melroy89 in #1524
- Fix error during missing magazine parsing by @BentiGorlich in #1525
- Inline all content previews by @BentiGorlich in #1526
- Update minor package versions by @melroy89 in #1527
- Fix period in remote usernames by @melroy89 in #1533
- Update version to v1.8.1 by @melroy89 in #1535
Full Changelog: v1.8.0...v1.8.1