All Versions
105
Latest Version
Avg Release Cycle
42 days
Latest Release
738 days ago

Changelog History
Page 7

  • v2.6.0-rc.2 Changes

    November 12, 2017

    ๐Ÿ‘€ See the full changelog

    ๐Ÿš€ This is a release candidate for v2.6.0 to ensure maximum stability for public release. ๐Ÿš€ Please refer to the commit list given above for a complete list of changes, or wait for the stable release to get a thoroughly prepared change log entry.

    ๐Ÿš€ As with all pre-releases, this version requires explicit use of the next tag to be installed:

    npm install -g thelounge@next
    
  • v2.6.0-rc.1 Changes

    November 11, 2017

    ๐Ÿ‘€ See the full changelog

    ๐Ÿš€ This is a release candidate for v2.6.0 to ensure maximum stability for public release. ๐Ÿš€ Please refer to the commit list given above for a complete list of changes, or wait for the stable release to get a thoroughly prepared change log entry.

    ๐Ÿš€ As with all pre-releases, this version requires explicit use of the next tag to be installed:

    npm install -g thelounge@next
    
  • v2.5.0 Changes

    October 17, 2017

    ๐Ÿ‘€ For more details, see the full changelog and milestone.

    ๐Ÿš€ If you thought the v2.3.0 release was big, well, v2.5.0 is even bigger! ๐ŸŽ‰

    If you are a client user, you will notice that The Lounge is now using your operating system's font, and that status messages (joins, parts, nick changes, etc.) are now condensed with each other.

    Condensed status messages

    After a while, you'll realize that the client now automatically reconnects when losing network connection (farewell, Client connection lost โ€” Click here to reconnect!), and that the channel backlog now automatically loads when you scroll up. Unfortunately, that last bit forced us to phase out the /clear command for technical reasons.

    If you go to the Settings page, you'll notice that The Lounge now supports push notifications (yes, even on mobile, except iOS), and that you can remotely log out open sessions.

    Current and remote sessions

    As a server administrator, you might be interested in a few new additions:

    • Themes can now be retrieved from npm and installed using a new CLI command lounge install <theme-name>
    • ๐Ÿ”จ Integration with LDAP has been completely refactored
    • The Lounge can now be bound to Unix sockets

    โš ๏ธ Note that --home is now deprecated in favor of the $LOUNGE_HOME environment variable (or the .lounge_home file in the installation directory). Also, if you are running The Lounge behind a proxy (like nginx or Apache), you will need to make sure that reverseProxy is set to true and the X-Forwarded-For header correctly set for session listing to work correctly on the client.

    Enjoy! ๐Ÿ’ฌ

    โž• Added

    ๐Ÿ”„ Changed

    โœ‚ Removed

    ๐Ÿ›  Fixed

    • Correctly append OS name (#1399 by @xPaw)
    • Correctly dereference stored images when leaving channels (#1406 by @xPaw)
    • ๐Ÿ“œ Do not throw an exception when URI parsing fails (#1412 by @xPaw)
    • Take into account word boundaries for custom highlighting (#1358 by @starquake)
    • Do not unintentionally send incorrect messages from history (#1444 by @xPaw)
    • Escape channel names in slugify helper correctly (#1472 by @xPaw)
    • Format messages on copy (#1464 by @xPaw)
    • โž• Add /list to autocomplete (#1496 by @MaxLeiter)
    • Only change nick autocompletion when receiving a message (#1495 by @xPaw)
    • ๐Ÿ’ป Render link previews in browser idle event (#1508 by @xPaw)
    • ๐Ÿ›  Fix image viewer turning black sometimes (#1512 by @xPaw)
    • ๐Ÿ›  Fix requesting last messages when no message id is known (#1519, #1544 by @xPaw)
    • Display correct kick modes (#1527 by @dgw)
    • ๐Ÿšš Move unread marker when loading more history (#1517 by @xPaw)
    • ๐Ÿ›  Fix wrongly positioned menu when opening it and switching to landscape (#1565 by @astorije)
    • ๐Ÿ›  Fix flickering on link hovering, and inconsistencies between chat links and UI links (#1573 by @astorije)
    • ๐Ÿ›  Fix nick change on Safari for Mac and iOS (#1568 by @Gilles123)
    • ๐Ÿ‘‰ Make sure channel list close button is really absent when channel is not selected (#1623 by @astorije)

    ๐Ÿ”’ Security

    • Implement a proper LDAP authentication process (#1478 by @eliemichel)
    • Implement multiple sessions for users (#1199 by @xPaw)
    • ๐ŸŒฒ Deleting a user should log them out (#1474 by @xPaw)
    • โœ‚ Remove the "Stay signed in" checkbox at login (#1465 by @astorije)
    • Implement session list and allow signing out other clients (#1536 by @xPaw)

    ๐Ÿ“š Documentation

    In the main repository:

    • โž• Add Stack Overflow link in CONTRIBUTING file (#1373 by @astorije)
    • โž• Add feature overview in README (#1427 by @xPaw)
    • โž• Add documentation for LOUNGE_HOME environment variable in the CLI helper (#1438 by @astorije)
    • ๐Ÿ›  Fix general spelling errors (#1458 by @PolarizedIons)
    • โœ‚ Remove duplicate keybindings help (#1543 by @xPaw)

    On the website repository:

    • โœ‚ Remove wrong and inexistent home option from configuration documentation (#72 by @astorije)
    • ๐Ÿ—„ Deprecate --home in favor of LOUNGE_HOME environment variable (#73 by @astorije)
    • โž• Add themes docs (#69 by @YaManicKill)
    • โž• Add missing prefetchStorage configuration option to docs (#74 by @MiniDigger)

    Internals

  • v2.5.0-rc.5 Changes

    October 11, 2017

    ๐Ÿ‘€ See the full changelog

    ๐Ÿš€ This is a release candidate for v2.5.0 to ensure maximum stability for public release. ๐Ÿš€ Please refer to the commit list given above for a complete list of changes, or wait for the stable release to get a thoroughly prepared change log entry.

    ๐Ÿš€ As with all pre-releases, this version requires explicit use of the next tag to be installed:

    npm install -g thelounge@next
    
  • v2.5.0-rc.4 Changes

    October 06, 2017

    ๐Ÿ‘€ See the full changelog

    ๐Ÿš€ This is a release candidate for v2.5.0 to ensure maximum stability for public release. ๐Ÿš€ Please refer to the commit list given above for a complete list of changes, or wait for the stable release to get a thoroughly prepared change log entry.

    ๐Ÿš€ As with all pre-releases, this version requires explicit use of the next tag to be installed:

    npm install -g thelounge@next
    
  • v2.5.0-rc.3 Changes

    October 04, 2017

    ๐Ÿ‘€ See the full changelog

    ๐Ÿš€ This is a release candidate for v2.5.0 to ensure maximum stability for public release. ๐Ÿš€ Please refer to the commit list given above for a complete list of changes, or wait for the stable release to get a thoroughly prepared change log entry.

    ๐Ÿš€ As with all pre-releases, this version requires explicit use of the next tag to be installed:

    npm install -g thelounge@next
    
  • v2.5.0-rc.2 Changes

    October 01, 2017

    ๐Ÿ‘€ See the full changelog

    ๐Ÿš€ This is a release candidate for v2.5.0 to ensure maximum stability for public release. ๐Ÿš€ Please refer to the commit list given above for a complete list of changes, or wait for the stable release to get a thoroughly prepared change log entry.

    ๐Ÿš€ As with all pre-releases, this version requires explicit use of the next tag to be installed:

    npm install -g thelounge@next
    
  • v2.5.0-rc.1 Changes

    September 26, 2017

    ๐Ÿ‘€ See the full changelog

    ๐Ÿš€ This is a release candidate for v2.5.0 to ensure maximum stability for public release. ๐Ÿš€ Please refer to the commit list given above for a complete list of changes, or wait for the stable release to get a thoroughly prepared change log entry.

    ๐Ÿš€ As with all pre-releases, this version requires explicit use of the next tag to be installed:

    npm install -g thelounge@next
    
  • v2.4.0 Changes

    July 30, 2017

    ๐Ÿ‘€ For more details, see the full changelog and milestone.

    ๐Ÿš€ This release improves link and image previews a great deal! On the menu:

    • Up to 5 previews are now displayed instead of 1
    • All previews on the current channel can now be hidden or displayed using the /collapse and /expand commands
    • Thumbnails can be opened in a fullscreen viewer without leaving the app by clicking on them, and cycled using the previous/next buttons or by hitting โ† and โ†’
    • โš  Say bye to mixed content warnings: The Lounge can now proxy all images (opt-in option in the server settings) for better privacy
    • Title and description are improved overall

    ๐Ÿš€ Also in this release, auto-complete feature now has an opt-out option in the client settings, and emoji can be searched using fuzzy-matching:

    โž• Added

    ๐Ÿ”„ Changed

    • Check status code in link prefetcher (#1260 by @xPaw)
    • Check og:description before description tag in previews (#1255 by @xPaw)
    • Check og:title before title tag in previews (#1256 by @xPaw)
    • Do not display preview if there is nothing to preview (#1273 by @xPaw)
    • Increase max downloaded bytes for link preview (#1274 by @xPaw)
    • ๐Ÿ”จ Refactor link previews (#1276 by @xPaw, #1378 by @astorije)
    • ๐Ÿ‘Œ Support multiple previews per message (#1303, #1324, #1335, #1348, #1347, #1353 by @astorije)
    • โž• Add mask-icon for pinned safari tab (#1329 by @MaxLeiter)
    • Lazily load user list in channels on init, keep autocompletion sort on server (#1194 by @xPaw)
    • Keep track of preview visibility on the server so it persists at page reload (#1366 by @astorije)
    • โฌ†๏ธ Bump express and socket.io to their latest patch versions (#1312 by @astorije)
    • โšก๏ธ Update production dependencies to their latest versions, by Greenkeeper ๐Ÿš€:

    โœ‚ Removed

    • โœ‚ Remove hostname prettifier (#1306 by @xPaw)
    • โœ‚ Remove X-UA-Compatible (#1328 by @xPaw)

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Make sure thumbnail is a valid image in previews (#1254 by @xPaw)
    • ๐Ÿ“œ Parse X-Forwarded-For header correctly (#1202 by @xPaw)
    • Do not truncate link previews if viewport can fit more text (#1293 by @xPaw)
    • ๐Ÿ›  Fix too big line height previews text on Crypto (#1296 by @astorije)
    • ๐Ÿ›  Fix background color contrast on Zenburn previews (#1297 by @astorije)
    • ๐Ÿ›  Fix jumps when toggling link preview (#1298 by @xPaw)
    • ๐Ÿ›  Fix losing network settings (#1305 by @xPaw)
    • ๐Ÿ›  Fix missing transitions (#1314, #1336, #1374 by @astorije, #1117 by @bews)
    • ๐Ÿ›  Fix incorrect mode on kick target (#1352 by @xPaw)
    • Correctly show whitespace and newlines in messages (#1242 by @starquake, #1359 by @xPaw)
    • Hide overflow on entire message row (#1361 by @starquake)
    • ๐Ÿ›  Fix link previews not truncating correctly (#1363 by @xPaw)

    ๐Ÿ“š Documentation

    In the main repository:

    • โœ‚ Remove mention in CHANGELOG that The Lounge uses Semantic Versioning (#1269 by @astorije)
    • โœ‚ Remove devDependencies badge on README (#1267 by @astorije)
    • ๐Ÿ‘ Reword link preview settings to better match reality (#1310 by @astorije)
    • โšก๏ธ Update screenshot in README (#1326 by @MaxLeiter)
    • โšก๏ธ Update README badge to new demo URL (#1345 by @MaxLeiter)
    • โšก๏ธ Update README for when to run npm run build (#1319 by @MaxLeiter)

    On the website:

    • โšก๏ธ Update demo URL to new demo (#70 by @MaxLeiter)

    Internals

  • v2.4.0-rc.2 Changes

    July 27, 2017

    ๐Ÿ‘€ See the full changelog

    ๐Ÿš€ This is a release candidate for v2.4.0 to ensure maximum stability for public release. ๐Ÿš€ Please refer to the commit list given above for a complete list of changes, or wait for the stable release to get a thoroughly prepared change log entry.

    ๐Ÿš€ As with all pre-releases, this version requires explicit use of the next tag to be installed:

    npm install -g thelounge@next