mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 03:53:08 +00:00
v4.4.0-pre.2
This commit is contained in:
parent
2f162daee1
commit
21ada132b1
2 changed files with 7 additions and 1 deletions
|
@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
<!-- New entries go after this line -->
|
||||
|
||||
## v4.4.0-pre.2 - 2023-03-19 [Pre-release]
|
||||
|
||||
[See the full changelog](https://github.com/thelounge/thelounge/compare/v4.4.0-pre.1...v4.4.0-pre.2)
|
||||
|
||||
Hot fix for a bug that lead to channel loss upon restart of TL.
|
||||
|
||||
## v4.4.0-pre.1 - 2023-03-19 [Pre-release]
|
||||
|
||||
[See the full changelog](https://github.com/thelounge/thelounge/compare/v4.3.1...v4.4.0-pre.1)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "thelounge",
|
||||
"description": "The self-hosted Web IRC client",
|
||||
"version": "4.4.0-pre.1",
|
||||
"version": "4.4.0-pre.2",
|
||||
"preferGlobal": true,
|
||||
"bin": {
|
||||
"thelounge": "index.js"
|
||||
|
|
Loading…
Reference in a new issue