Skip to content

v4.4.3

Latest
Compare
Choose a tag to compare
@brunnre8 brunnre8 released this 06 Apr 11:53
· 110 commits to master since this release
v4.4.3

v4.4.3 - 2024-04-01

The Lounge finally gains the ability to automatically clean up sqlite databases.
Note that cleaning existing, large databases can take a significant amount of time
and running a database VACUUM will use up ~2x the current DB disc space for a short period.

If you enable the storagePolicy, stop the running instance and run thelounge storage clean.
This will force a full cleanup once, rather than doing so incrementally and will release all the
disc space back to the OS.

As usual, we follow the Node.js release schedule, so the minimum Node.js version required is now 18.

Many thanks to all the contributors to this release, be that documentation, code or maintaining the packages.
Your help is greatly appreciated!

For more details, see the full changelog

Added

Documentation

On the website repository:

Dependency updates