The Lounge v2.6.0 Release Notes

Release Date: 2017-11-18 // over 6 years ago
  • ๐Ÿ‘€ For more details, see the full changelog and milestone.

    ๐Ÿ“š This release is very small, as we focused it on bug fixes. You may notice slight improvements to the auto-completion menu (new commands, more accurate emoji list, documentation in the help window), as well as small UI improvements.

    โž• Additionally, this release is the first one with official support of Node.js v9.

    โž• Added

    • โž• Add service aliases to command list for completion (#1627 by @dgw)

    ๐Ÿ”„ Changed

    โœ‚ Removed

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix possible race condition when attaching clients (#1639 by @xPaw)
    • ๐Ÿ”€ Synchronize unread marker when client reconnects (#1600 by @xPaw)
    • ๐Ÿ”€ Synchronize unread marker when other client opens a channel (#1598 by @xPaw)
    • ๐Ÿ›  Fix loading app with autocomplete disabled (#1650 by @dgw)
    • ๐Ÿ›  Fix URL query parameters in public mode (#1661 by @MaxLeiter)
    • ๐Ÿ›  Fix hyphenated names overflowing (#1667) (#1671 by @LFlare)
    • ๐Ÿ›  Fix missing attributes on unhandled messages (#1695 by @xPaw)
    • Correctly display kicks when kicker is server (#1693 by @xPaw)
    • ๐Ÿ”€ Go back to writing user files synchronously (#1701 by @xPaw)
    • ๐Ÿ›  Fix local theme folder (#1706 by @xPaw)

    ๐Ÿ“š Documentation

    In the main repository:

    • ๐Ÿ›  Fix "help wanted" link in CONTRIBUTING file (#1673 by @timmw)
    • Document autocompletion in the help page (#1609 by @dgw)
    • โž• Add a script to pre-generate changelog entries (#1707 by @astorije)

    Internals