mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Fix a minor copy/paste typo in previous change log entry
This commit is contained in:
parent
428b3d642d
commit
57f1b84d72
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,7 @@ This is the first release of **The Lounge**, picking up where Shout `v0.53.0` le
|
|||
- Enable notifications on all messages, which can be controlled in the settings ([#540](https://github.com/erming/shout/pull/540) by [@nickel715](https://github.com/nickel715))
|
||||
- Add Travis CI and David DM badges on the README ([#465](https://github.com/erming/shout/pull/465) by [@astorije](https://github.com/astorije))
|
||||
- Add a configurable limit for inline image sizes during prefetching
|
||||
- Emit sent notice back to the user ([#590](https://github.com/erming/shout/pull/590) by [@xPaw](https://github.com/xPaw)) ([#598](https://github.com/erming/shout/pull/598) by [@xPaw](https://github.com/xPaw))
|
||||
- Emit sent notice back to the user ([#590](https://github.com/erming/shout/pull/590) by [@xPaw](https://github.com/xPaw))
|
||||
- Send user agent with link expander requests ([#608](https://github.com/erming/shout/pull/608) by [@xPaw](https://github.com/xPaw))
|
||||
- Add a `.gitattributes` file to normalize line endings ([#610](https://github.com/erming/shout/pull/610) by [@xPaw](https://github.com/xPaw))
|
||||
- Style scrollbars (WebKit only) ([#593](https://github.com/erming/shout/pull/593) by [@xPaw](https://github.com/xPaw))
|
||||
|
@ -134,6 +134,7 @@ This is the first release of **The Lounge**, picking up where Shout `v0.53.0` le
|
|||
### Changed
|
||||
|
||||
- Update slate-irc to v0.8.1 ([#597](https://github.com/erming/shout/pull/597) by [@xPaw](https://github.com/xPaw))
|
||||
- Limit maximum height of inline images ([#598](https://github.com/erming/shout/pull/598) by [@xPaw](https://github.com/xPaw))
|
||||
- Use a single function to process and render messages ([#596](https://github.com/erming/shout/pull/596) by [@xPaw](https://github.com/xPaw))
|
||||
- Render user actions separately ([#588](https://github.com/erming/shout/pull/588) by [@xPaw](https://github.com/xPaw))
|
||||
- Simply parse all 0-99 IRC colors ([#609](https://github.com/erming/shout/pull/609) by [@xPaw](https://github.com/xPaw))
|
||||
|
|
Loading…
Reference in a new issue