Skip to content

Releases: linuxserver/docker-thelounge

nightly-f97c4df2-ls158

07 Nov 17:44
e8a3dd3
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

thelounge Changes:

ignore invalid warning in ldap test

it complains that the call ldap.parseDN(dn).toString(); yields
"[object Object]" but that's bogus... the typing is incorrect.

ldap.DN stringifies properly

v4.4.3-ls185

08 Oct 03:23
4326a81
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

thelounge 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

nightly-f86a7f63-ls157

07 Nov 16:49
24210ce
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

thelounge Changes:

Fix showing multiple certificate fingerprints

nightly-3d33ef80-ls157

08 Oct 03:25
24210ce
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

thelounge Changes:

Merge branch 'topic'

next-v4.4.3-ls98

08 Oct 03:24
695c953
Compare
Choose a tag to compare
next-v4.4.3-ls98 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

thelounge 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

v4.4.3-ls184

01 Oct 03:36
087ac60
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

thelounge 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

next-v4.4.3-ls97

01 Oct 03:41
34444fa
Compare
Choose a tag to compare
next-v4.4.3-ls97 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

thelounge 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

nightly-3d33ef80-ls156

29 Sep 13:07
df70beb
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

thelounge Changes:

Merge branch 'topic'

v4.4.3-ls183

24 Sep 03:20
4fd8671
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

thelounge 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

nightly-a61bc144-ls155

24 Sep 03:22
9240271
Compare
Choose a tag to compare
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

thelounge Changes:

remove dns resolution order override

This is the default for node 18.