v4.4.1-rc.2

This commit is contained in:
Reto Brunner 2023-05-27 08:51:42 +02:00
parent 4d60d9c282
commit ae9d312b2a
2 changed files with 12 additions and 1 deletions

View file

@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
<!-- New entries go after this line -->
## 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](https://github.com/thelounge/thelounge/compare/v4.4.0-rc.1...v4.4.1-rc.2)
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 - 2023-05-20 [Pre-release]
Small bug fix release that addresses the image preview buttons disappearing.

View file

@ -1,7 +1,7 @@
{
"name": "thelounge",
"description": "The self-hosted Web IRC client",
"version": "4.4.1-rc.1",
"version": "4.4.1-rc.2",
"preferGlobal": true,
"bin": {
"thelounge": "index.js"