Skip to content

Releases: thelounge/thelounge

v4.4.3

06 Apr 11:53
v4.4.3
Compare
Choose a tag to compare

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

Read more

v4.4.2

06 Apr 11:16
v4.4.2
Compare
Choose a tag to compare

v4.4.2 - 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

Read more

v4.4.2-rc.1

19 Feb 19:04
v4.4.2-rc.1
Compare
Choose a tag to compare
v4.4.2-rc.1 Pre-release
Pre-release

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.

See the full changelog

This is a release candidate (RC) for v4.4.2 to ensure maximum stability for public release.
Bugs may be fixed, but no further features will be added until the next stable version.

Please refer to the commit list given above for a complete list of changes, or wait for the stable release to get a thoroughly prepared change log entry.

As with all pre-releases, this version requires explicit use of the next tag to be installed:

yarn global add thelounge@next

v4.4.1

18 Jun 08:30
v4.4.1
Compare
Choose a tag to compare

v4.4.1 - 2023-06-13

Small bug fix release that addresses the bugs reported since v4.4.0

  • fixes the image preview buttons disappearing.
  • Restores the ability to change the password via the user interface.

Following the Node.js maintenance schedule, The Lounge now needs at least Node.js 16 to run.

For more details, see the full changelog and milestone.

v4.4.1-rc.2

27 May 06:58
v4.4.1-rc.2
Compare
Choose a tag to compare
v4.4.1-rc.2 Pre-release
Pre-release

v4.4.1-rc.2 - 2023-05-27 [Pre-release]

Restore the ability to change the password via the user interface.

See the full changelog

This is a release candidate (RC) for v4.4.1 to ensure maximum stability for public release.
Bugs may be fixed, but no further features will be added until the next stable version.

Please refer to the commit list given above for a complete list of changes, or wait for the stable release to get a thoroughly prepared change log entry.

v4.4.1-rc.1

21 May 13:01
v4.4.1-rc.1
Compare
Choose a tag to compare
v4.4.1-rc.1 Pre-release
Pre-release

v4.4.1-rc.1 [Pre-release]

Small bug fix release that addresses the image preview buttons disappearing.

Following the Node.js maintenance schedule, The Lounge now needs at least Node.js 16 to run.

See the full changelog

This is a release candidate (RC) for v4.4.1 to ensure maximum stability for public release.
Bugs may be fixed, but no further features will be added until the next stable version.

Please refer to the commit list given above for a complete list of changes, or wait for the stable release to get a thoroughly prepared change log entry.

As with all pre-releases, this version requires explicit use of the next tag to be installed:

yarn global add thelounge@next

v4.4.0

13 May 11:30
v4.4.0
Compare
Choose a tag to compare

v4.4.0 - 2023-04-22

For more details, see the full changelog and milestone.

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.

Added

Changed

Fixed

Documentation

On the website repository:

Internals

Read more

v4.4.0-rc.1

06 May 09:02
v4.4.0-rc.1
Compare
Choose a tag to compare
v4.4.0-rc.1 Pre-release
Pre-release

v4.4.0-rc.1 - 2023-04-22

For more details, see the full changelog and milestone.

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.

Added

Changed

Fixed

Documentation

On the website repository:

Internals

Read more

v4.4.0-pre.2

19 Mar 21:15
v4.4.0-pre.2
Compare
Choose a tag to compare
v4.4.0-pre.2 Pre-release
Pre-release

Hot fix release that reverts some bad commits that lead to channel loss.

v4.4.0-pre.1

19 Mar 13:04
v4.4.0-pre.1
Compare
Choose a tag to compare
v4.4.0-pre.1 Pre-release
Pre-release

See the full changelog

This is a pre-release for v4.4.0 to offer latest changes without having to wait for a stable release.
At this stage, features may still be added or modified until the first release candidate for this version gets released.

This is mostly a developer focused release. Max, Eric and others rewrote the whole thing in typescript / vue3,
which should make it much easier to add features and find bugs in the future. So huge kudos from the rest of the team!

Besides that, there's the obvious grab bag of fixes, dependency updates and improvements.

Please refer to the commit list given above for a complete list of changes, or wait for the stable release to get a thoroughly prepared change log entry.

As with all pre-releases, this version requires explicit use of the next tag to be installed:

yarn global add thelounge@next