thelounge/CHANGELOG.md
2016-02-19 05:49:22 +00:00

7 KiB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

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)
  • Add a configurable limit for inline image sizes during prefetching
  • Emit sent notice back to the user (#590 by @xPaw) (#598 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)
  • 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.