The Lounge v2.3.0 Release Notes

Release Date: 2017-06-08 // almost 7 years ago
  • ๐Ÿ‘€ For more details, see the full changelog and milestone.

    ๐Ÿš€ What a release! Our biggest one since the v2.0.0 release / milestone! ๐ŸŽ Expect a lot of new cool stuff, tons of bug fixes and performance improvements. ๐Ÿš€ Thanks to all 16 contributors (!!) who pitched in for this release, open source at its finest!

    ๐Ÿ”ง On the server side, The Lounge now supports an auto-away mechanism, stores channel keys across restarts and key changes, and supports a new SSL CA bundle option in the configuration file.

    ๐Ÿ‘‰ Users of the client will notice some changes as well:

    • ๐Ÿ’… A bunch of new hotkeys to style messages (bold, italic, underline, foreground/background color), all listed in the Help window

    • A new autocomplete mechanism for emoji, users, channels, commands, and colors:

    Note that due to the new nick autocomplete, we removed the now unnecessary nick cycle button that was temporarily added in the meantime. Lots of users have reported it had been broken by a previous release anyway.

    • ๐Ÿ‘Œ Support of page up/down keys to browse the current chat

    • Friendliness-bump of time-related tooltips and date marker:

    The Lounge - Timestamp tooltips     The Lounge - Friendly date marker

    • ๐Ÿ‘Œ Support of browsers' Back/Forward actions:
    • ๐Ÿ‘ Better and more discreet inline previews for links and images:
    • ๐Ÿ‘Œ Improved channel list with /list

    • ๐Ÿ‘Œ Support for /ban, /unban and /banlist

    • Fuzzy-matching of the user list search to find folks more easily:

    The Lounge - Fuzzy matching in the user list

    ๐Ÿš€ That's all for this release, and onto the next one now!

    โž• Added

    ๐Ÿ”„ Changed

    โœ‚ Removed

    • โœ‚ Remove invalid CSS perspective properties (#1027 by @astorije)
    • โœ‚ Remove cycle nicks button (#1062 by @xPaw)

    ๐Ÿ›  Fixed

    • Rewrite identd server, combine with oidentd (#804, #970 by @xPaw)
    • ๐Ÿ›  Fix wrong font size in help center labels (#994 by @astorije)
    • ๐Ÿ›  Fix filling in the nickname, overriding the username in the New Network window (#873 by @PolarizedIons)
    • Correctly append date marker when receiving a message (#1002 by @xPaw)
    • Count only message items for when loading more messages (#1013 by @awalgarg)
    • ๐Ÿ›  Fix Zenburn and Morning channel list font color (#1017 by @swordbeta)
    • Stick to bottom when opening user list (#1032 by @xPaw)
    • Reset notification markers on document focus (#1040 by @xPaw)
    • Disable show more button when loading messages (#1045 by @YaManicKill)
    • ๐Ÿ›  Fix to helper.expandhome to correctly resolve "" and undefined (#1050 by @metsjeesus)
    • ๐Ÿ›  Fix displayNetwork to work correctly (#1069 by @xPaw)
    • Enable show more button correctly (#1068 by @xPaw)
    • Rewrite server code of channel sorting (#1064 by @xPaw and (#1115 by @PolarizedIons))
    • ๐Ÿ›  Fix showing prefetch options (#1087 by @YaManicKill)
    • โž• Add /ctcp command to constants and auto-completion (#1108 by @MaxLeiter)
    • Disable tabindex on user list search input (#1122 by @xPaw)
    • ๐Ÿ›  Fix date-marker not being removed on loading new messages (#1132, #1156 by @PolarizedIons)

    ๐Ÿ”’ Security

    Internals