The Lounge v2.2.2 Release Notes

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

    ๐Ÿš€ This patch release brings a lot of dependency upgrades and a few fixes. Passing options to the lounge CLI (lounge start --port 8080, etc.) now works as expected without requiring --. We have also disabled ping timeouts for now to hopefully fix automatic reconnection. Finally, upgrading irc-framework allows us to fix an extra couple of bugs.

    ๐Ÿ‘ You will now notice a new (?) icon at the bottom of the sidebar. It is home of a help center that currently details supported shortcuts and commands. It will be improved over time, but we encourage contributors to help us improve it.

    ๐Ÿš€ Note that as of this release, lounge without any arguments wil display the help information (mirroring lounge --help). Prior to this release, it used to start a server, which must now be done explicitly using lounge start.

    ๐Ÿ”„ Changed

    • โšก๏ธ Update to jQuery 3 (#931 by @xPaw)
    • โšก๏ธ Update express and nyc to latest versions (#954 by @xPaw)
    • โšก๏ธ Update production dependencies to their latest versions, by Greenkeeper ๐Ÿš€:

    ๐Ÿ›  Fixed

    • Disable (temporarily) client ping timeouts (#939 by @xPaw)
    • โšก๏ธ Update arg parsing and default lounge to lounge --help (#929 by @msaun008)
    • Prevent message sending in lobbies (#957 by @xPaw)

    ๐Ÿ“š Documentation

    In the main repository:

    • ๐Ÿ‘ Help window with supported commands and shortcuts (#941 by @astorije)

    On the website:

    • โž• Add notes about moving client docs to the app itself (#63 by @astorije)
    • ๐Ÿ“š Deprecate (and attempt one last fixing) documentations of Heroku and Passenger (#61 by @astorije)

    Internals

    • ๐Ÿ›  Fix run_pr.sh script (#919 by @astorije)
    • ๐Ÿ‘‰ Make sure multiline chains of calls are correctly indented (#930 by @astorije)
    • โšก๏ธ Update development dependencies to their latest versions, by Greenkeeper ๐Ÿš€:
      • babel-core, babel-loader and babel-preset-es2015 (#922 and #947)
      • webpack (#905)
      • stylelint (#934)
      • npm-run-all (#938)
      • eslint (#937 and #943)