Skip to content

Releases: linuxserver/docker-thelounge

nightly-5f9bde5b-ls203

19 Apr 00:11
4e86e31

Choose a tag to compare

Pre-release

next-v4.5.0-rc.2-ls24

19 Apr 00:12
3297d87

Choose a tag to compare

next-v4.5.0-rc.2-ls24 Pre-release
Pre-release

CI Report:

https://ci-tests.linuxserver.io/linuxserver/thelounge/next-v4.5.0-rc.2-ls24/index.html

LinuxServer Changes:

Full Changelog: next-v4.5.0-rc.1-ls23...next-v4.5.0-rc.2-ls24

Remote Changes:

v4.5.0-rc.2 - 2026-04-18 [Pre-release]

See the full changelog

This is a release candidate (RC) for v4.5.0 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

nightly-d5a47412-ls202

18 Apr 19:20
6883b1b

Choose a tag to compare

Pre-release

nightly-8a2dbad4-ls201

18 Apr 17:14
02f6b03

Choose a tag to compare

Pre-release

CI Report:

https://ci-tests.linuxserver.io/linuxserver/thelounge/nightly-8a2dbad4-ls201/index.html

LinuxServer Changes:

Full Changelog: nightly-6fbc5d6f-ls200...nightly-8a2dbad4-ls201

Remote Changes:

fix: fix inverted boolean check with expand & collapse (#5082)

Introduced in
thelounge/thelounge@551f85e?w=1

If you /expand (or /collapse) and reload, the state is not persisted
as its not stored on the server. We didn't notice as the client logic is
correct.

h/t @xPaw and claude for finding

next-v4.5.0-rc.1-ls23

18 Apr 19:21
591f392

Choose a tag to compare

next-v4.5.0-rc.1-ls23 Pre-release
Pre-release

CI Report:

https://ci-tests.linuxserver.io/linuxserver/thelounge/next-v4.5.0-rc.1-ls23/index.html

LinuxServer Changes:

Full Changelog: next-v4.5.0-pre.1-ls22...next-v4.5.0-rc.1-ls23

Remote Changes:

v4.5.0-rc.1 - 2026-04-18 [Pre-release]

See the full changelog

This is a release candidate (RC) for v4.5.0 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

nightly-a9c16681-ls200

16 Apr 21:14
278df3a

Choose a tag to compare

Pre-release

CI Report:

https://ci-tests.linuxserver.io/linuxserver/thelounge/nightly-a9c16681-ls200/index.html

LinuxServer Changes:

No changes

Remote Changes:

release.yml: try using node 24 for releases

nightly-a7b4221f-ls199

16 Apr 10:05
c923d1f

Choose a tag to compare

Pre-release

CI Report:

https://ci-tests.linuxserver.io/linuxserver/thelounge/nightly-a7b4221f-ls199/index.html

LinuxServer Changes:

Full Changelog: nightly-00920b27-ls198...nightly-a7b4221f-ls199

Remote Changes:

deps: downgrade @textcomplete/textarea to match @textcomplete/core (#5076)

nightly-6fbc5d6f-ls200

16 Apr 18:02
278df3a

Choose a tag to compare

next-v4.5.0-pre.1-ls22

16 Apr 18:02
5e85e24

Choose a tag to compare

Pre-release

CI Report:

https://ci-tests.linuxserver.io/linuxserver/thelounge/next-v4.5.0-pre.1-ls22/index.html

LinuxServer Changes:

Full Changelog: next-v4.4.3-ls21...next-v4.5.0-pre.1-ls22

Remote Changes:

v4.5.0-pre.1 - 2026-04-16 [Pre-release]

See the full changelog

This is a pre-release for v4.5.0 to offer latest changes without having to wait for a stable release.

Notably, we now require Node 22+ and no longer rely on the outdated sqlite3 package. This maintenance release is in preparation for a feature-focused release in the future.

At this stage, features may still be added or modified until the first release candidate for this version gets released.

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.3-ls220

14 Apr 05:30
f763c7d

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/thelounge/v4.4.3-ls220/index.html

LinuxServer Changes:

Full Changelog: v4.4.3-ls219...v4.4.3-ls220

Remote Changes:

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