thelounge/CHANGELOG.md
2018-03-08 21:27:00 -05:00

187 KiB

Change Log

All notable changes to this project will be documented in this file.

v3.0.0-pre.3 - 2018-03-08 [Pre-release]

See the full changelog

This is a pre-release for v3.0.0 to offer latest changes without having to wait for a stable release. At this stage, features may still be added or modified until the first release candidate for this version gets released.

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

v3.0.0-pre.2 - 2018-03-03 [Pre-release]

See the full changelog

This is a pre-release for v3.0.0 to offer latest changes without having to wait for a stable release. At this stage, features may still be added or modified until the first release candidate for this version gets released.

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

v3.0.0-pre.1 - 2018-02-21 [Pre-release]

See the full changelog

This is a pre-release for v3.0.0 to offer latest changes without having to wait for a stable release. At this stage, features may still be added or modified until the first release candidate for this version gets released.

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.7.1 - 2018-02-18

For more details, see the full changelog and milestone.

This releases mainly fixes bugs that were introduced by previous versions, and comes with very minor improvements to the UI. Among other things, we fixed the unread markers showing multiple times, which in turn fixes memory leaks when keeping The Lounge open for long periods of time (e.g. overnight).

This simply ensures we did not leave any unattended bugs before going for The Lounge v3.

Changed

Fixed

  • Prevent user context menu from opening while selecting text (#1955 by @xPaw)
  • Fix timestamp tooltips not aligning correctly with timestamps (#1999 by @astorije)
  • Set start_url in manifest.json so that The Lounge always opens the correct window (#2010 by @xPaw)
  • Do not statically serve the index template prior to rendering it (#1979 by @astorije)
  • Persist query windows between server restarts (#2019 by @McInkay)
  • Preload preview images before appending them to DOM (#1925 by @xPaw)
  • Fix textcomplete reference in autocompletion.disable (#2023 by @xPaw)
  • Send visible defaults when displayNetwork is false (#2025 by @xPaw)
  • Wait for server response when parting channels (#2020 by @xPaw)
  • Fix auto-open media option not working (#2027 by @xPaw)
  • Do not block /join command from being sent (#2013 by @xPaw)
  • Define which message types should not be logged (#2022 by @xPaw)
  • Fix messages not being condensed correctly (#2030 by @xPaw)
  • Fix queries going to lobby if the network name matches user name (#2037 by @xPaw)
  • Fix default theme not being correct (#2033 by @xPaw)
  • Fix duplicate chat containers and unread markers when reconnecting (#2039 by @xPaw)
  • Fix crash when hostname is changed in lockNetwork mode (#2042 by @xPaw)
  • Still render link previews if image fails to load (#2043 by @xPaw)
  • Make sure packages can be referenced in subfolders (#2045 by @xPaw)
  • Ensure packages loaded are directories (#2035 by @astorije, #2060 by @xPaw)
  • Fix border after nickname not taking full height (#2055 by @xPaw)
  • Provide exact version into npm install command (#2063 by @xPaw)
  • Track channel state to allow removing channels user is not in (#2058 by @xPaw)
  • Allow scaling the page (#1910 by @xPaw)
  • Fix bind not being passed to irc-framework (#2071 by @xPaw)

Security

  • Allow stylesheets to be served behind HTTPS in CSP rules (#2014 by @McInkay)

Internals

v2.7.0 - 2018-01-28

For more details, see the full changelog and milestone.

The Lounge v2.7.0 is out, and it's a big one! Here is a shortlist of the most notable additions and changes, but as usual, a comprehensive list is available below.

It is now possible to join a channel directly from the UI:

A tooltip saying Join a channel shows up when hovering the + next to a network name in the channel list A form lets the user type a channel name, an optional password, which can then be joined by clicking the submit button
The + button next to any network opens a form to join a channel.

Nicks mentioned in messages are now clickable:

A user mentions someone else's nick in a message, which is now clickable and takes the user's color

Context menu actions have been improved, and new actions have been added:

Available actions in user context menu: User information, Direct messages, Kick Available actions in channel context menu: List banned users, Leave Available actions in network context menu: List all channels, Join a channel, Disconnect
Available actions on nicks in the chat window, and on channels and networks in the channel list

A long-awaited feature, it is now possible to add customizable strings when auto-completing nicks at the beginning of a message:

When comma+whitespace is set in the Settings, auto-completing nicks will add a comma and a space at the beginning of the message, and a space otherwise
To achieve this, set , in your client settings.

The user information available when sending the /whois command (or clicking the corresponding action in a user context menu) has been enhanced:

User information is now displayed as a definition list

Message styling now supports strikethrough text, monospace font, and additional colors:

'Hello world' in a message, where 'Hello' is striked through, and 'world' is monospace
Strikethrough is achieved with Ctrl/ + S. Monospace is achieved with Ctrl/ + M.

The Help window gains a version checker, to inform you if a new version was released:

A version checker says: 'The Lounge v2.7.0 is now available. Read more on GitHub'. There is also a link to release notes of the current version displayed in the UI.

By clicking on the "release notes" link that can be seen above, all the details about the current version appear directly in the client:

A Release notes page displays the changelog for the current version.

The link previewer now supports WebP images, as well as audio and video links:

Big Buck Bunny video on an embedded video player

Another noticeable change is the new message alignment in the main chat window, in order to improve visual experience and reduce flickering when loading a page:

screen shot 2018-01-21 at 23 53 26

There were other changes on the client: accessibility of the application has been improved, notices and errors are now displayed in the current channel (then sent to the corresponding network window when reloading), and many bug fixes.

The Lounge v2.7.0 finally comes with its first package API, letting packages register stylesheets in the client. It is in its very early stage at the moment and is subject to change in future releases, so use it at your own risk. There will not be an official documentation before the API stabilizes in v3, but for more information, refer to the corresponding PR.

The CLI has also been improved:

  • When a password gets changed using the reset command, the new password takes effect immediately, it is not necessary to restart the server anymore.
  • A new uninstall command has been added to remove themes and packages.
  • A new --config/-c option is available to override entries of the configuration file.

⚠️ This version also comes with a few deprecations. All deprecated features are still supported in The Lounge v2.7.0 but be removed from The Lounge v3 (the next version). We recommend upgrading to v2.7.0 before upgrading to the future v3, as v2.7.0 will warn you about deprecated configurations in the server output. Those deprecations are:

  • Support for Node.js v4 is being removed, making Node.js v6 the oldest version we will support.
  • The LOUNGE_HOME environment variable is getting replaced with THELOUNGE_HOME. Use this in lieu of the deprecated --home option as well.
  • In the unlikely situation that you are relying on the .lounge_home file (mainly useful for package maintainers), it is being renamed to .thelounge_home.
  • The CLI command is being changed from lounge to thelounge.
  • All options for the start command are being removed, replaced with the --config/-c option mentioned above. For example, --public becomes -c public=true, --port 9001 becomes -c port=9001, etc.
  • Referring to themes in the theme option of the configuration file is now done through their name, not their CSS file name.

And finally... The Lounge has its own logo! 🎉

The Lounge logos on dark and white backgrounds

A huge thank you to Francesca Segantini, the artist who designed it! We will start rolling out our new logo in all the relevant places as of The Lounge v3. In the meantime, you can find details about the logo (and stickers!) on the corresponding issue.

Added

Changed

Deprecated

  • Deprecate support of Node.js v4 in preparation of The Lounge v3 (#1715 by @astorije)
  • Deprecate LOUNGE_HOME environment variable in favor of THELOUNGE_HOME, .lounge_home file in favor of .thelounge_home (#1717, #1785 by @astorije)
  • Switch CLI tool from lounge to thelounge, deprecate lounge (#1708 by @astorije)
  • Deprecate existing options of thelounge start and add a generic --config override (#1820 by @astorije)
  • Rename thumbnail/image option to more general media (#1832 by @MaxLeiter)

Removed

Fixed

  • Handle empty client queries (#1676 by @realies)
  • Call callback on fetch error (#1742 by @xPaw)
  • Trigger keep to bottom for previews correctly (#1746 by @xPaw)
  • Fix duplicate text generated when sending channel and link together (#1747 by @astorije)
  • Fix text highlighting when clicking on condensed message toggles (#1748 by @MaxLeiter)
  • Do not keep sign-in and loader references in memory (#1757 by @xPaw)
  • Fix nick changes wrongly reported (#1772 by @astorije)
  • Clone instances of User in Msg to avoid unintentional mutations (#1771 by @astorije, #1859, #1865 by @xPaw)
  • Ask for notification permission on page load if setting is enabled (#1789 by @xPaw)
  • Merge condensed messages when loading more history (#1803 by @xPaw)
  • Proper network icon in context menu (#1816 by @MaxLeiter)
  • Implement reverse style (#1797 by @grissly-man)
  • Do not load user commands or display them on --help if public mode or using LDAP (#1807 by @astorije)
  • Improve user and channel icons in channel list and context menu (#1824 by @astorije)
  • Use better icons for channel/query list and context menu actions (#1829 by @astorije)
  • Fix UI issues with special channels (#1849 by @astorije)
  • Fix gap between #sidebar and #footer (#1691 by @realies)
  • Add missing time (and icon) of status messages on mobile (#1843 by @astorije)
  • Add visual feedback on focused buttons, for example when tabbing to it (#1871 by @astorije)
  • Fix missing messages when reconnecting (#1884 by @xPaw)
  • Fix slideout not closing on mobile when hitting a footer icon (#1892 by @astorije)
  • Display the correct window on page reload (#1889 by @astorije)
  • Fix error not showing up in failed push subscription (#1896 by @xPaw)
  • Only emit "more" history to the client that requested it (#1949 by @xPaw)
  • Provide correct timestamp to browser notifications (#1956 by @xPaw)
  • Fix enabling push notifications on Firefox (#1975 by @xPaw)
  • Add missing execution of callback in ClientManager.updateUser (#1978 by @merlinthp)
  • Make sure existing packages (and themes) are not deleted when installing a new one on Node.js v8 (#1986 by @astorije)
  • Stop expanding condensed messages on /expand (#2006 by @YaManicKill)

Security

  • Harden content security policy even further (#1810 by @xPaw)
  • Stop LDAP authentication from succeeding without password (#1725 by @keegan)
  • Store images with correct file extension (#1926 by @xPaw)
  • Hash user tokens, increase token entropy (#1940 by @xPaw)

Documentation

In the main repository:

  • Fix incorrect documentation URL in default config (#1875 by @MiniDigger)
  • Allow keywords as changelog script version argument, e.g. node scripts/changelog pre (#1913 by @astorije)
  • Separate and improve wording for pre and rc pre-release versions (#1914 by @astorije)
  • Add SECURITY guidelines about security vulnerability disclosures, and link them from the CONTRIBUTING guidelines (#1984 by @astorije)

Internals

v2.7.0-rc.3 - 2018-01-27 [Pre-release]

See the full changelog

This is a release candidate (RC) for v2.7.0 to ensure maximum stability for public release. Bugs may be fixed, but no further features will be added until the next stable version.

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.7.0-rc.2 - 2018-01-19 [Pre-release]

See the full changelog

This is a release candidate (RC) for v2.7.0 to ensure maximum stability for public release. Bugs may be fixed, but no further features will be added until the next stable version.

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.7.0-rc.1 - 2018-01-13 [Pre-release]

See the full changelog

This is a release candidate (RC) for v2.7.0 to ensure maximum stability for public release. Bugs may be fixed, but no further features will be added until the next stable version.

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.7.0-pre.4 - 2017-12-27 [Pre-release]

See the full changelog

This is a pre-release for v2.7.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.7.0-pre.3 - 2017-12-15 [Pre-release]

See the full changelog

This is a pre-release for v2.7.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.7.0-pre.2 - 2017-12-01 [Pre-release]

See the full changelog

This is a pre-release for v2.7.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.7.0-pre.1 - 2017-11-30 [Pre-release]

See the full changelog

This is a pre-release for v2.7.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 - 2017-11-18

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

v2.6.0-rc.4 - 2017-11-12 [Pre-release]

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.3 - 2017-11-12 [Pre-release]

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.2 - 2017-11-12 [Pre-release]

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 - 2017-11-11 [Pre-release - DEPRECATED]

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 - 2017-10-17

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 displaying 3 users have joined the channel, 4 users have quit, and 1 user has changed nick
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.

Session list with the ability to disconnect remote 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:

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 - 2017-10-11 [Pre-release]

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 - 2017-10-06 [Pre-release]

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 - 2017-10-04 [Pre-release]

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 - 2017-10-01 [Pre-release]

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 - 2017-09-26 [Pre-release]

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 - 2017-07-30

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:

The Lounge - Emoji fuzzy-matching

Added

Changed

Removed

Fixed

Documentation

In the main repository:

On the website:

Internals

v2.4.0-rc.2 - 2017-07-27 [Pre-release]

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

v2.4.0-rc.1 - 2017-07-27 [Pre-release]

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

v2.3.2 - 2017-06-25

For more details, see the full changelog and milestone.

This patch releases brings a lot of fixes and small improvements here and there, as well as the ability to display seconds in timestamps, a long-awaited feature!

Added

  • Add a client option to display seconds in timestamps (#1141 by @bews)
  • Add "Reload page" button when the client fails to load (#1150 by @bews)

Changed

Fixed

  • Stop showing the unread messages marker when joins/parts/quits/etc. are hidden (#1016 by @swordbeta)
  • Correctly finish scroll animation when using page keys (#1244 by @xPaw)
  • Hide link time element on small devices (#1261 by @xPaw)
  • Fix MOTD underline in Safari (#1217 by @MaxLeiter)

Documentation

In the main repository:

Internals

v2.3.1 - 2017-06-09

For more details, see the full changelog and milestone.

This release mostly fixes a few bugs, as listed below.

Changed

  • Keep original <title> name when changing the title (#1205 by @xPaw)
  • Update production dependencies to their latest versions, by Greenkeeper 🚀:

Fixed

  • Do not store unnecessary information in user objects (#1195 by @xPaw)
  • Correctly configure client socket transports (#1197 by @xPaw)
  • Fix network name not being set when displayNetwork is false (#1211 by @xPaw)

Security

  • Do not store passwords in settings storage (#1204 by @xPaw)

Internals

v2.3.0 - 2017-06-08

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:

    The Lounge - Auto-completion

    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:

    The Lounge - Support of browser Back/Forward
  • Better and more discreet inline previews for links and images:

    The Lounge - Link preview
    The Lounge - Image preview

  • 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

Fixed

Security

Internals

v2.3.0-rc.2 - 2017-05-16 [Pre-release]

See the full changelog

This is a release candidate for v2.3.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.3.0-rc.1 - 2017-05-07 [Pre-release]

See the full changelog

This is a release candidate for v2.3.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.2.2 - 2017-03-13

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

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)

v2.2.1 - 2017-02-12

For more details, see the full changelog and milestone.

This patch release packs up a change of the default value of maxHistory, an interactive prompt when creating a user to enable/disable user logging, a UI bug fix, and a few dependency upgrades.

Changed

Fixed

Documentation

In the main repository:

  • Explain about lounge command in dev installations (#887 by @drkitty)

On the website:

  • Port recent changes to maxHistory from default config file (#60 by @astorije)

Internals

v2.2.0 - 2017-01-31

For more details, see the full changelog and milestone.

Another long-overdue release for The Lounge!

On the client, it is now possible to generate URLs that pre-fill connection inputs in public mode, a date separator makes it into the chats, /away and /back commands are now supported, idle time gets displayed on /whois.
Also, the client does not abruptly refresh when connection is lost anymore, and user search has been slightly improved. Note however that these last 2 items are still not optimal, but improvements are underway!

On the server, more logging! The debug option is now an object instead of a boolean, so make sure to update your configuration file accordingly. More details here.
There are changes revolving around user configuration autoloading: it has been greatly improved and therefore it is now enabled by default. Make sure to remove the autoload option from your configuration files.

And of course, tons of fixes and less noticeable feature additions and changes, so make sure to check the full list below!

Added

  • Override network connection inputs with URL parameters (#674 by @MaxLeiter)
  • Add id to submit button (#717 by @xPaw)
  • Add a UI element to cycle through nick completions on mobile (#708 by @astorije)
  • Report configuration file path, Node.js version and OS platform on server start-up (#736 by @williamboman and #743 by @xPaw)
  • Add lounge keyword to npm registry (#747 by @xPaw)
  • Add a date separator to channels/PMs (#671 and #765 by @PolarizedIons)
  • Add support for hexip ilines and fix storing client IP address in configuration file (#749 and #822 by @xPaw)
  • Implement /away and /back commands (#745 by @xPaw)
  • Remind channel name or nick in input placeholder (#832 and #889 by @astorije)
  • Add human-readable idle time in whois info (#721 by @astorije)
  • Option to log raw IRC traffic (#783 by @astorije)

Changed

  • Improve support for opening multiple clients at once (#636 by @xPaw)
  • Match window title border line to text color (#716 by @xPaw)
  • Focus input after chat form submit (#483 by @williamboman)
  • Refactor user autoload to use fs.watch and make it more transparent in the app (#751 by @xPaw and #779 by @astorije)
  • Sync reordering of channels/networks to other clients in real-time (#757 by @PolarizedIons)
  • Do not accept empty password when adding new user (#795 by @MaxLeiter)
  • Stop refreshing the page on every socket.io error (#784 by @xPaw)
  • Only append "says" to notifications if it is a message (#805 by @xPaw)
  • Allow user search to find a pattern anywhere in the nicks (#855 by @MaxLeiter)

Removed

  • Remove browser notification polyfill and inform user when unsupported (#709 by @astorije)
  • Remove erroneous classname from password field (#748 by @xPaw)
  • Do not dismiss native web notifications programmatically after 5s (#739 by @williamboman)

Fixed

  • Fix /mode command to correctly assume target (#679 by @xPaw)
  • Fix crash when LDAP server is unreachable (#697 by @gramakri)
  • Fix channels behaving strangely while dragging (#697 by @PolarizedIons)
  • Fix unread counters resetting when they should not (#720 by @PolarizedIons)
  • Silence failures to trigger notifications when not available (#732 by @astorije)
  • Avoid unnecessary disk writes when saving user (#750 by @xPaw)
  • Use correct channel when pushing link prefetch messages (#782 by @xPaw)
  • Correctly remove closed sockets from oident file, remove unused functions (#753 by @xPaw)
  • Do not automatically focus on touch devices (#801 by @xPaw)
  • Strip control characters from notifications (#818 by @xPaw)
  • Improve CLI a bit (output formatting and subcommand/option bug fix) (#799 and #868 by @astorije)
  • Make HTML container take the entire screen estate (#821 by @xPaw)
  • Fix unread marker being removed from DOM (#820 by @xPaw)
  • Remove margin on date marker on smallest screen size (#830 by @xPaw)
  • Do not ignore window opens when considering active channels (#834 by @xPaw)
  • Calculate menu width on touch start (#836 by @xPaw)
  • Increase IRC colors contrast (#829 by @xPaw)
  • Do not prefetch URLs unless they are messages or /me actions (#812 by @birkof)
  • Bump irc-framework to bring a couple of fixes (#790 by @astorije, #802 by @xPaw and #852 by Greenkeeper)

Security

  • Change bcrypt rounds from 8 to 11 (#711 by @xPaw)

Documentation

In the main repository:

On the website:

  • Remove distribution-specific install instructions of Node.js (#49 by @astorije)
  • Remove wrong information about setting up password along with creating a user (#50 by @astorije)
  • Update documentation of the configuration file (#43 by @daftaupe)
  • Document the /away and /back commands (#59 by @drkitty)

Internals

v2.1.0 - 2016-10-17

See the full changelog

Here comes another release with some nice additions!

While the administrators will notice some bug fixes, most of the changes are client-side: support for /list, a slideout menu on mobile, editing one's nick from the UI, wallops message handling.

Enjoy!

Added

Changed

  • Make use of multi-prefix cap and remove NAMES spam on mode changes (#632 by @xPaw)
  • Strict mode for all JS files (#684 by @astorije)
  • Enforce more ESLint rules (#681 by @xPaw)
  • Use CI caches for downloaded files instead of installed ones (#687 by @astorije)
  • Consolidate version numbers throughout all interfaces (#592 by @williamboman)
  • Replace lodash's each/map with ES5 native forEach/map (#689 by @astorije)

Removed

  • Remove all font files except WOFF (#682 by @xPaw)

Fixed

  • Themes: Fixed CSS rule selectors for highlight messages (#652 by @DamonGant)
  • Fix unhandled message color in default and Crypto themes (#653 by @MaxLeiter)
  • Check if SSL key and certificate files exist (#673 by @toXel)
  • Fix loading fonts in Microsoft Edge (#683 by @xPaw)
  • Fill in prefixLookup on network initialization (#647 by @nornagon)
  • Fix nick changes not being properly reported in the logs (#685 by @astorije)
  • Fix memory and reference shuffling when creating models (#664 by @xPaw)

v2.0.1 - 2016-09-28

See the full changelog

This is a minor house-keeping release with mostly two sets of changes.

First, a few bugs were fixed, including one simply preventing The Lounge to run in Safari's private browsing.

Additionally, the developer experience has been made a tiny bit better, with better documentation, lighter dependencies and simpler theme creation.

Changed

  • Add info on README about how to run from source, how to upgrade (#621 by @astorije)
  • Move uglify invocation into npm scripts and remove grunt (#628 by @nornagon)
  • Move Shout theme borders to example theme (#359 by @xPaw)
  • Update developer dependencies (#639 by @xPaw)

Fixed

  • Remove -ms-transform and add missed -webkit-transform (#629 by @xPaw)
  • Ensure localStorage cannot fail because of quota or Safari private browsing (#625 by @astorije)
  • Disable pull-to-refresh on mobile that conflicts with scrolling the message list (#618 by @astorije)
  • Handle stderr when using edit or config command (#622 by @MaxLeiter)

v2.0.0 - 2016-09-24

See the full changelog

After more than 5 months in the works, v2.0.0 is finally happening, and it's shipping with lots of new and enhanced features! 🎉

First of all, the backend IRC library is completely different, which was the first step to deciding on a major release. This change brings many improvements and fixes, including support for auto-reconnection! This also allows us to easily improve our IRCv3 compliance.

Main changes on the server include support for WEBIRC, oidentd and LDAP. On the client, users will notice a lot of improvements about reporting unseen activity (notifications, markers, etc.), support for custom highlights, a new loading page, an auto-expanding message input, a theme selector, and more.

Administrators should note that the channel list format in user configuration files has changed. The old format is deprecated, but it will be automatically converted when the server starts (support may or may not be removed later). Additionally, The Lounge now only runs on Node v4 and up.

The above is only a small subset of changes. A more detailed list can be found below. The following list features the most noticeable changes only, and more details can be found on all v2.0.0 pre-releases.

Added

Changed

  • Cache loaded config and merge it with defaults (#387 by @xPaw)
  • Ignore unnecessary files at release time (#499 by @astorije)
  • Improve font icon management, sizing and sharpness (#493 by @astorije)
  • Maintain scroll position after loading previous messages (#496 by @davibe)
  • Perform node version check as soon as possible (#409 by @xPaw)
  • Prepend http protocol to www. links in chat (#410 by @xPaw)
  • Change default configuration for host to allow OS to decide and use both IPv4 and IPv6 (#432 by @maxpoulin64)
  • Do not hide timestamps on small viewports (#376 by @xPaw)
  • Drop slate-irc, switch to irc-framework (#167 by @xPaw)
  • Improve sticky scroll (#262 by @xPaw)
  • Minor wording changes for better clarity (#305 by @astorije)
  • Improve nick highlights (#327 by @xPaw)
  • CSS classes in themes for nick colors (#325 by @astorije)
  • Replace all concatenated paths with Node's path.join (#307 by @astorije)

Deprecated

  • Store channels in array format in user configuration files, deprecating previous format (#417 by @xPaw)

Removed

  • Disable tooltips on mobile to prevent them to stay after clicking (#612 by @astorije)
  • Remove Docker-related files now that we have a dedicated repository (#288 by @astorije)
  • Remove JavaScript scrollbar library (#429 by @xPaw)
  • Remove navigator.standalone detection (#427 by @xPaw)
  • Do not increase font size on highlight in morning theme (#321 by @xPaw)

Fixed

  • Remove font family redundancy, fix missed fonts, remove Open Sans (#562 by @astorije)
  • Stop propagation when hiding the chat through click/tapping the chat (#455 by @williamboman)
  • Improve click handling on users and inline channels (#366 by @xPaw)
  • Only load config if it exists (#461 by @xPaw)
  • Send user to lobby of deleted chan when parting from active chan (#489 by @astorije)
  • Set title attribute on topic on initial page load (#515 by @williamboman)
  • Save user's channels when they sort the channel list (#401 by @xPaw)
  • Turn favicon red on page load if there are highlights (#344 by @xPaw)
  • Keep chat stickied to the bottom on resize (#346 by @maxpoulin64)
  • Only increase unread counter for whitelisted actions (#273 by @xPaw)
  • Parse CTCP replies (#278 by @xPaw)
  • Do not count your own messages as unread (#279 by @xPaw)
  • Do not display incorrect nick when switching to a non connected network (#252 by @xPaw)
  • Keep autocompletion sort whenever user list updates (#217 by @xPaw)
  • Save user when parting channels (#297 by @xPaw)
  • Add labels in connect window (#300 by @xPaw)
  • Add missing aria-label on icon buttons (#303 by @astorije)
  • Fix missing colors in action messages (#317 by @astorije)
  • Don't falsely report failed write if it didn't fail (e6990e0 by @xPaw)
  • Fix sending messages starting with a space (#320 by @maxpoulin64)
  • Fix notifications in query windows (#334 by @xPaw)

Security

  • Implement user token persistency (#370 by @xPaw)
  • Restrict access to the home directory by default (#205 by @maxpoulin64)
  • Add security headers to minimize XSS damage (#292 by @xPaw)
  • Do not write user configs outside of the app's users directory (#238 by @williamboman)
  • Don't check for existing password emptiness (#315 by @maxpoulin64)

v2.0.0-rc.2 - 2016-09-21 [Pre-release]

See the full changelog

This release candidate only fixes a UI bug affecting iOS 8 users, introduced in v2.0.0-pre.5.

Fixed

v2.0.0-rc.1 - 2016-09-17 [Pre-release]

See the full changelog

Prior to this release, users of Safari 10 were not able to access The Lounge anymore, because of a conscious change the WebKit made to their support of CSP, as explained here. This release addresses this issue.

Another notable change is the removal of tooltips on mobiles, as hovering states on mobile devices breaks in different kind of ways. Hopefully there will be a better solution in the future, or better support across mobiles.

This is also the first release candidate for v2.0.0. This means only critical bug fixes will be merged before releasing v2.0.0.

Changed

  • Explicitly authorize websockets in CSP header (#597 by @astorije)

Removed

  • Disable tooltips on mobile to prevent them to stay after clicking (#612 by @astorije)

Fixed

  • Fix small input text on Morning and Zenburn (#601 by @astorije)
  • Fix a left margin appearing on all non-default themes (#615 by @astorije)

v2.0.0-pre.7 - 2016-09-08 [Pre-release]

See the full changelog

This prerelease fixes a lot of bugs on both the server and the client. It also adds a theme selector on the client and connection debug log level on the server. Additionally, custom highlights are now case-insensitive.

Added

Changed

Fixed

  • Fix token persistency across server refreshes (#553 by @astorije)
  • Make sure input height is reset when submitting with icon (#555 by @astorije)
  • Fix webirc and 4-in-6 addresses (#535 by @maxpoulin64)
  • Allow long URLs to break onto next line on Chrome (#576 by @astorije)
  • Make sure users with wrong tokens are locked out instead of crashing the app (#570 by @astorije)
  • Remove font family redundancy, fix missed fonts, remove Open Sans (#562 by @astorije)
  • Do not set app orientation in manifest to use user setting at OS level (#587 by @astorije)
  • Move border-radius from #main to .window elements to fix radius once and for all (#572 by @astorije)

v2.0.0-pre.6 - 2016-08-10 [Pre-release]

See the full changelog

LDAP! That's all there is to be found in this pre-release, but it should please some administrators out there. Big thanks to @thisisdarshan and @lindskogen for sticking with us on this one.

This feature will remain in beta version until the official v2.0.0 release.

Added

v2.0.0-pre.5 - 2016-08-07 [Pre-release]

See the full changelog

What an exciting release! It's been in the works for more than a month, but the perks are worth the wait.

On the user side, some long-awaited new features can now be found: The Lounge can now track custom highlights, it comes with an auto-expanding text field, and an unread message marker helps keeping track of what happened when you were not watching. A lot of improvements and various bug fixes have been made to the UI. Note that scrollbar look-and-feel is now delegated to the browser and OS. Use the custom CSS editor and your OS settings to customize them.

Administrators will notice a different format for channels in the user configuration files, and the Docker-related files have been moved to a dedicated repository. Many bugs have been solved on the server as well.

Added

Changed

  • Store channels in array format in user configuration files (#417 by @xPaw)
  • Cache loaded config and merge it with defaults (#387 by @xPaw)
  • Ignore unnecessary files at release time (#499 by @astorije)
  • Improve font icon management, sizing and sharpness (#493 by @astorije)
  • Maintain scroll position after loading previous messages (#496 by @davibe)

Removed

Fixed

  • Fix storing the updated authentication token (#437 by @williamboman)
  • Update irc-framework to 2.3.0 to fix a bug occurring when posting messages starting with a colon (#449 by @xPaw)
  • Update irc-framework to 2.4.0 to fix a buffering issue (#451 by @maxpoulin64)
  • Only auto join actual channels (#453 by @xPaw)
  • Only trigger custom highlights for non-self messages and notices (#454 by @xPaw)
  • Stop propagation when hiding the chat through click/tapping the chat (#455 by @williamboman)
  • Improve click handling on users and inline channels (#366 by @xPaw)
  • Update irc-framework to 2.5.0 to fix reconnection counter not being reset (#451 by @xPaw)
  • Register irc-framework events before connecting (#458 by @xPaw)
  • Only load config if it exists (#461 by @xPaw)
  • Fix window layout a bit (#465 by @maxpoulin64)
  • Fix slight bugs introduced by #379 and #465 (#467 by @maxpoulin64)
  • Prevent the app from crashing when no theme is specified (#474 by @astorije)
  • Fix unread marker disappearing when opacity set to 1 (#471 by @astorije)
  • Fix breaking layout when switching portrait/landscape modes (#478 by @astorije)
  • Fix chat not being "stickied" to the bottom when joining channel (#484 by @williamboman)
  • Add self info to TOGGLE messages to prevent unread marker to render for oneself (#473 by @astorije)
  • Send user to lobby of deleted chan when parting from active chan (#489 by @astorije)
  • Use min-height of textarea when computing auto-resize after deleting a char (#504 by @astorije)
  • Set title attribute on topic on initial page load (#515 by @williamboman)
  • Make sure git commit check for the About section would not send stderr to the console (#516 by @astorije)
  • Create a single function to render networks to reduce code duplication (#445 by @xPaw)
  • Reset the unread marker on channel change (#527 by @maxpoulin64)
  • Fix accidentally removed border-radius (#537 by @astorije)
  • Fix font size in themes for new textarea (#536 by @maxpoulin64)
  • Restore padding and height of message input pre-textarea era (#539 by @astorije)
  • Prevent Ctrl-Tab from triggering tab completion (#541 by @hho)

v2.0.0-pre.4 - 2016-06-29 [Pre-release]

See the full changelog

This pre-release adds a loading window, helpful on slow connections. It also implements token persistency, ensuring users do not have to authenticate at every server restart. As a side effect, security is improved by forcing logging out users on all devices when changing their password.

All generated URLs are now HTTP by default, except when explicitly set to HTTPS. For example, www.example.com will link to http://www.example.com. One needs to share https://www.example.com to point others to a HTTPS location.

As a few users have been having issues when running The Lounge with a non-supported Node.js version, we now detect it early to avoid cryptic errors.

This pre-release also adds minor UI improvements, and fixes from the previous version. While The Lounge still needs a lot of efforts to be fully accessible, this version slightly improves accessibility on clickable nickname.

Internally, we now keep track of our code coverage, which we do not enforce strictly at the moment.

Added

Changed

  • Perform node version check as soon as possible (#409 by @xPaw)
  • Prepend http protocol to www. links in chat (#410 by @xPaw)
  • Use tabs when saving user configs (#418 by @xPaw)
  • Do not display the sidebar on sign-in page (#420 by @astorije)
  • Make style of loading page similar to other pages (#423 by @astorije)
  • Change default configuration for host to allow OS to decide and use both IPv4 and IPv6 (#432 by @maxpoulin64)
  • Change nicks from links to spans everywhere (#428 by @xPaw)
  • Increase join delay at connection to 1000ms (#434 by @williamboman)

Removed

  • Remove navigator.standalone detection (#427 by @xPaw)

Fixed

  • Do not lose authentication token when the connection gets lost (#369 by @xPaw)
  • Fix crash in public mode (#413 by @maxpoulin64)
  • Do not print user loaded message in public mode (#415 by @xPaw)
  • Fix focusing input when clicking chat container on the client (#364 by @williamboman)
  • Fix channel join regression and fix possibly joining parted channels (#411 by @xPaw)

Security

  • Implement user token persistency (#370 by @xPaw)

v2.0.0-pre.3 - 2016-06-15 [Pre-release]

See the full changelog

This release introduces a few internal changes as well as two noticeable ones. When using the CLI, the home path can now be set with the LOUNGE_HOME environment variable, to avoid repeating --home over and over. On the client, sorting channels will now be saved in the user configuration.

Added

Changed

  • Rename package variable to pkg, as "package" is reserved. (#399 by @hogofwar)
  • Capitalise constructor Oidentd (#396 by @hogofwar)
  • Bump stylelint and update Travis CI configuration to include OSX builds and package caching (#403 by @xPaw)

Removed

Fixed

  • Save user's channels when they sort the channel list (#401 by @xPaw)
  • Fix description of host and bind config options (#378 by @maxpoulin64)

v2.0.0-pre.2 - 2016-06-09 [Pre-release]

See the full changelog

This pre-release adds a very, very long-awaited feature: auto-reconnection! It also extends our support of ident with oidentd, shows timestamps on small screens and fix bugs around notifications and sticky scroll.

Added

Changed

  • Update Font Awesome to v4.6.3 (#355 by @MaxLeiter)
  • Do not hide timestamps on small viewports (#376 by @xPaw)
  • Fetch Font Awesome from npm instead of embedded in repo (#361 by @astorije)
  • Cache npm modules on appveyor (#381 by @xPaw)
  • Update eslint and enforce key-spacing (#384 by @xPaw)
  • Use npm-run-all in npm scripts for testing and linting (#375 by @williamboman)
  • Upload test results on appveyor builds (#382 by @xPaw)

Fixed

v2.0.0-pre.1 - 2016-05-22 [Pre-release]

See the full changelog

This is a pre-release to allow early adopters to use The Lounge with irc-framework as our underlying IRC library instead of slate. This change itself solves a lot of issues and adds many features, most of them listed here: IRCv3 compliance, user feedback improvement, etc.

It also adds WEBIRC support, a better server logging capability, a web app manifest, improves the sticky scroll, and fixes a ton of bugs.

Added

Changed

  • Drop slate-irc, switch to irc-framework (#167 by @xPaw)
  • Create a single helper function to write messages (#266 by @xPaw)
  • Update dependencies (#281 by @xPaw)
  • Improve sticky scroll (#262 by @xPaw)
  • Change license link to point at our license file (#290 by @xPaw)
  • Stricter eslint rule for curly brackets (#291 by @xPaw)
  • Bump patch version of lodash to 4.11.2 (#306 by @astorije)
  • Minor wording changes for better clarity (#305 by @astorije)
  • Improve tests execution (#260 by @maxpoulin64)
  • Update irc-framework (#324 by @xPaw)
  • Do not ignore our handlebars plugins in ESLint (#329 by @xPaw)
  • Improve nick highlights (#327 by @xPaw)
  • CSS classes in themes for nick colors (#325 by @astorije)
  • Replace all concatenated paths with Node's path.join (#307 by @astorije)

Removed

  • Do not increase font size on highlight in morning theme (#321 by @xPaw)

Fixed

  • Only increase unread counter for whitelisted actions (#273 by @xPaw)
  • Parse CTCP replies (#278 by @xPaw)
  • Do not count your own messages as unread (#279 by @xPaw)
  • Use lowercase global to avoid a deprecation warning in Node.js 6 (d9a0dd9 by @xPaw)
  • Do not display incorrect nick when switching to a non connected network (#252 by @xPaw)
  • Keep autocompletion sort whenever user list updates (#217 by @xPaw)
  • Make sure app does not crash when webirc is not defined in the configuration (#294 by @astorije)
  • Save user when parting channels (#297 by @xPaw)
  • Add labels in connect window (#300 by @xPaw)
  • Add missing aria-label on icon buttons (#303 by @astorije)
  • Fix unread counter not being formatted on page load (#308 by @xPaw)
  • Fix wrong CSS for disabled colored nicknames on themes (#318 by @astorije)
  • Fix missing colors in action messages (#317 by @astorije)
  • Don't falsely report failed write if it didn't fail (e6990e0 by @xPaw)
  • Fix sending messages starting with a space (#320 by @maxpoulin64)
  • Fix notifications in query windows (#334 by @xPaw)

Security

v1.5.0 - 2016-04-13

See the full changelog

With this release, administrators can now define a maximum size for channel history. While this is not optimal nor the definitive solution, it aims at reducing stability issues where The Lounge would crash after filling up the server's memory.

Other changes noticeable by users include removing custom print styles and preventing sequences of white spaces to collapse into one.

Added

Changed

Removed

v1.4.3 - 2016-04-02

See the full changelog

This PR fixes a bug introduced in v1.3.0 which prevents deleting disconnected networks from users' configuration files.

Fixed

  • Fix not being able to remove networks from user config (#233 by @xPaw)

v1.4.2 - 2016-03-31

See the full changelog

This PR fixes a bug introduced in v1.4.1 causing timestamps to use most of the screen.

Fixed

  • Hide options will now remove the entire row (#227 by @xPaw)

v1.4.1 - 2016-03-28

See the full changelog

As of this release, running /query nick will simply open a chat window with user nick, instead of calling whois for this user.

Changed

  • Remove join, nick and whois inputs, they are cleanly handled by the server (#208 by @xPaw)
  • Add a /query command that simply opens a query window (#218 by @xPaw)
  • Disallow /query on non-nicks (#221 by @astorije)

Fixed

v1.4.0 - 2016-03-20

See the full changelog

Note that this release will reset users' notification settings to their defaults. This unfortunate side effect is the consequence of an improvement of how this setting is handled in the application.

Added

  • Add context menu when right-clicking on a sidebar item (#9 by @xPaw)
  • Add tests for the Chan#sortUsers method (#197 by @astorije)
  • Add a very basic test for Network#export (#198 by @astorije)
  • Link to the demo from the IRC channel badge on the README (#203 by @Henni)
  • Add support for HTTP/2 (#174 by @xPaw)
  • Support port in /connect command (#210 by @xPaw)

Changed

  • Update Handlebars to 4.0.5 (#140 by @xPaw)
  • Update Socket.IO to 1.4.5 and use client library provided by the dependency (#142 by @xPaw)
  • Update ESLint to 2.3.0 and add stricter rules (#171 by @xPaw)
  • Mute color of the topic actions (#151 by @astorije)
  • Rename "badge" setting and rely on browser choice for desktop notifications (#28 by @lpoujol)
  • Invoke handlebars outside of grunt and generate a sourcemap (#144 by @xPaw)
  • Make whois a client action template and improve its output (#161 by @xPaw)
  • Handle commands in a better way and send unknown commands to the IRC server (#154 by @xPaw)
  • Switch the Send button to a paper plane icon (#182 by @astorije)
  • Keep track of highlights when user is offline (#190 by @xPaw)
  • Load input plugins at startup and call them directly when a command is received (#191 by @astorije)
  • Make defaults for socket.io transports consistent to use polling before websocket (#202 by @xPaw)
  • Update all server dependencies to current stable versions (#200 by @xPaw)
  • Update configuration file to reflect HTTP/2 support addition (#206 by @astorije)
  • Change close button behavior and add a dropdown context menu (#184 by @xPaw)
  • Minor enhancements of the context menu UI (#212 by @astorije)

Removed

  • Remove string.contains library (#163 by @xPaw)
  • Remove Moment.js library from the client (#183 by @xPaw)
  • Disabled emails from Travis CI on successful builds (#172 by @xPaw)
  • Remove unnecessary operation when sorting users (#193 by @astorije)

Fixed

  • Make sure self messages are never highlighted and improve highlight lookup (#157 by @astorije)
  • Fix Send button style on Zenburn and Morning themes, introduced by this release (#187 by @astorije)
  • Make sure all close buttons in the sidebar have same weight (#192 by @astorije)
  • Disallow parting from lobbies (#209 by @xPaw)

v1.3.1 - 2016-03-05

See the full changelog

Removed

Fixed

  • Correctly handle inline channels in messages (#128 by @xPaw)
  • Fix crash, introduced by this release (#143 by @xPaw)
  • Fix highlighted actions and mute colors of some of the actions (#47 by @xPaw)
  • Fix stripping multiple colors from notifications (#145 by @xPaw)
  • Correctly display channel name in notifications (#148 by @xPaw)
  • Fix hover effect on channels in topics (#149 by @xPaw)
  • Add missing mode action to muted colors (#150 by @astorije)

v1.3.0 - 2016-03-03

See the full changelog

Added

  • Add hostmask in join/part/quit messages and move actions to templates (#94 by @xPaw)
  • Add a section in the README explaining why a fork was created (#95 by @almet)
  • Add the ability to let users change their password from the settings page (#57 by @diddledan)
  • Add the ability to let users set custom CSS in their settings (#83 by @xPaw)
  • Add notifications for channel invites (#127 by @astorije)
  • Allow locking network configuration (#82 by @xPaw)

Changed

  • Add target channel name in notifications (#118 by @astorije)
  • Bump grunt-contrib-uglify and pin versions of grunt-related dependencies (#119 by @astorije)
  • Switch to a power-off icon for logging out (#131 by @astorije)

Removed

Fixed

  • Fix the "Show more" button being displayed over chat messages and message paddings when join/part/quit messages are hidden (b53e5c4 by @xPaw)
  • Fix how highlights are handled and highlighted (#91 by @xPaw)
  • Fix favicon highlight on Chrome and remove Favico.js library (#100 by @xPaw)
  • Fix complete crash when refreshing a public instance, introduced by this release (#125 by @astorije)
  • Fix clickable "you" in the text of an /invite, introduced by this release (#122 by @xPaw)
  • Fix minor issues with the main HTML file (#134 by @astorije)
  • Strip control codes from notifications (#123 by @xPaw)

v1.2.1 - 2016-02-26

See the full changelog

Changed

Fixed

v1.2.0 - 2016-02-24

See the full changelog

Note that this release will reset client-side settings to their defaults. Current users will have to re-set them in the settings page. This is a conscious trade-off as the fork is rather new and there are not many settings overall.

Added

  • Add support for the /invite <nickname> <channel> command (#7 by @xPaw)
  • Add a command shorthand to invite in the current channel with /invite <nickname> (#76 by @astorije)
  • Add style linting for all CSS files in the repository (#43 by @xPaw)

Changed

  • Improve client performance by updating the users' list only when it's needed (#58 by @maxpoulin64)
  • Let the badge counter hide with a fade-out (#73 by @xPaw)
  • Update lodash dependency to the latest major version (#38 by @xPaw)
  • Use localStorage instead of cookies for client-side settings storage (#70 by @xPaw)
  • Replace Bootstrap's tooltips with CSS tooltips from GitHub's Primer (#79 by @xPaw)

Fixed

  • Fade long channel names in the sidebar instead of breaking to another line (#75 by @maxpoulin64)

v1.1.1 - 2016-02-19

See the full changelog

Changed

  • Remove compiled assets and generate them at prepublish time (#63 by @astorije)

v1.1.0 - 2016-02-19

See the full changelog

Added

  • Allow The Lounge to be proxied behind a /path/ URL (#27 by @gdamjan)

Changed

  • Simplify a great deal the CONTRIBUTING file (#40 by @astorije)
  • Use a Font Awesome icon for the channel closing button (#48 by @xPaw)

Removed

Fixed

  • Suppress deprecation warning for moment().zone (#37 by @deiu)
  • Fix a bug preventing the closing of a channel when the user was kicked out (#34 by @xPaw)

v1.0.2 - 2016-02-15

See the full changelog

Changed

  • Remove #foo channel from the default configuration file (#22 by @astorije)
  • Change the Freenode URL to chat.freenode.net in the default configuration file (#13 by @dubzi)
  • Ensure all .js files are linted (#42 by @williamboman)

Fixed

  • Hide the user list button on a server or private message window (#32 by @MaxLeiter)
  • Correctly sort the user list whenever a user joins (#33 by @xPaw)

v1.0.1 - 2016-02-14

See the full changelog

Changed

  • In the change log, use a permanent URL to link the previous history of The Lounge to Shout (#12 by @xPaw)
  • Update some dependencies and pin versions (#8 by @xPaw)

Fixed

  • Add missing form methods that were causing LastPass to trigger a warning (#19 by @maxpoulin64)
  • Fix comments in the configuration file (#1 by @FryDay)

v1.0.0 - 2016-02-12

See the full changelog

This is the first release of The Lounge, picking up where Shout v0.53.0 left off!

Added

  • Enable notifications on all messages, which can be controlled in the settings (#540 by @nickel715)
  • Add Travis CI and David DM badges on the README (#465 by @astorije)
  • Emit sent notice back to the user (#590 by @xPaw)
  • Send user agent with link expander requests (#608 by @xPaw)
  • Add a .gitattributes file to normalize line endings (#610 by @xPaw)
  • Style scrollbars (WebKit only) (#593 by @xPaw)
  • Add a badge to display the IRC channel at the top (#599 by @astorije)
  • Rotate part/quit icon for new action display (#617 by @MaxLeiter)

Changed

  • Update slate-irc to v0.8.1 (#597 by @xPaw)
  • Limit maximum height of inline images (#598 by @xPaw)
  • Use a single function to process and render messages (#596 by @xPaw)
  • Render user actions separately (#588 by @xPaw)
  • Simply parse all 0-99 IRC colors (#609 by @xPaw)
  • Tag notifications to reduce notification spam (#418 by @williamboman)
  • Change all mentions of Shout to the new name: The Lounge (#2 by @astorije)

Fixed

  • Fix initial copyright year in the LICENSE notice (#591 by @pra85)
  • Fix wrong color class on Zenburn style (#595 by @astorije)
  • Run new topic through parser when it is updated (#587 by @xPaw)
  • Fix several things on Morning and Zenburn themes (#605 by @xPaw)
  • Fix word wrap on firefox (#570 by @YaManicKill)
  • Change user buttons to a links, allowing highlighting on Firefox (#571 and #574 by @YaManicKill)

All previous changes can be found on Shout's CHANGELOG, starting at v0.53.0.