-
v4.4.2eeaec413 · ·
v4.4.2 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!
-
v4.4.1-rc.2ae9d312b · ·
v4.4.1-rc.2 Restore the ability to change the password via the user interface.
-
v4.4.1-rc.1e05871fd · ·
v4.4.1-rc.1 Small bug fix release that addresses the image preview buttons disappearing. Following the [Node.js maintenance schedule](https://nodejs.dev/en/about/releases/), The Lounge now needs at least Node.js 16 to run.
-
v4.4.0a7b85db9 · ·
v4.4.0 This is mostly a developer focused release. Max, Eric and others rewrote the whole thing in TypeScript / Vue 3, which should make it much easier to add features and find bugs in the future. So huge kudos from the rest of the team! Additionally, there's the obvious grab bag of fixes, dependency updates and improvements. Settings are now grouped and easier to navigate for new users. Following the Node.js maintenance schedule, The Lounge now needs at least Node.js 14 to run. A big thanks to everyone who contributed in any way to this release, your help is much appreciated. Considering that a bunch of our dependencies had security issues assigned to them, all users are advised to update to the new version. Packagers: Considering the switch to TypeScript, the server build now emits to the dist/ folder. You might need to adapt your build scripts.
-
v4.4.0-pre.221ada132 · ·
4.4.0-pre.2 Revert offending commits that lead to channel loss upon restart of TL.