github thelounge/thelounge v3.3.0
v3.3.0 - 2019-10-28

latest releases: v4.4.3, v4.4.2, v4.4.2-rc.1...
4 years ago

For more details, see the full changelog and milestone.

This is a minor release aimed at mostly fixing bugs and increasing stability.

This release bumps required Node.js version to at least 10.16.3 or higher.
We suggest updating to Node.js v12, which is the latest LTS version.

Feature wise, there are a couple of things that have been added.
If you reconnect to a network and the nick you want is in use,
The Lounge will now attempt to regain your original nick if it sees that nick quit the network.

The /join command will now prefix channel names if there is no prefix. For example,
you can execute /join thelounge, and client will automatically turn that into #thelounge
(first prefix from CHANTYPES is taken).

We have been working heavily on porting the client code base to the Vue.js framework,
and hope to have it ready for release soon™.

Added

  • Implement keep nick when client gets "nick in use" on connection (#3404 by @xPaw)
  • Add public files for plugins (#3432 by @McInkay)
  • Set correct file owner for created user files and warn about it (#3416 by @xPaw)
  • Prefix channel before join (#3438 by @FryDay)

Fixed

  • Allow tab completion in middle of input (#3437 by @FryDay)
  • Fix condensed messages closing when a new status message is added (#3435 by @FryDay)
  • Synchronize user list correctly on reconnection (#3453 by @xPaw)
  • Synchronize open channel on client on reconnection (#3461 by @xPaw)
  • Fix history not loading in certain cases after reconnect (#3460 by @xPaw)
  • Do not print "no packages" warning when opening help on client (#3458 by @xPaw)
  • Fix uploader being initialized more than once (#3467 by @xPaw)

Changed

Internals

Don't miss a new thelounge release

NewReleases is sending notifications on new releases.