v1.1.4
What's Changed
- Fixed issue where spoilers created with
||spoiler tagging||were basically invisible. - Added backend improvement where the server can tell clients the maximum allowed upload size.
- Added backend improvement:
LURKER_MAX_UPLOAD_MBdeclares max upload MBs, which helps if you're using Cloudflared and your upload maximum is a hard 100mb limit. - Fixed some edge cases around auto-reconnection that could cause auto-reconnect attempts to end early.
- Added
/jand/pshortcuts, and/shrug¯_(ツ)_/¯ - Added backend improvement: the server can tell clients there is no more message content in a buffer.
- Fixed a login redirect loop.
- Fixed identd to now properly use the Lurker account name for the user, not their nickname.
- Added admin ability to override identd per user in the Admin -> User menu.
- Fixed issue where Lurker usernames were case sensitive and could have spaces or other unusual characters in them (🤦🏻♂️)
- New page on https://docs.lurker.chat explaining Lurker's IRCv3 support and why it supports the various capabilities.
- Added new count badge of unread highlights that appears in the mobile app (by the back button) and on the desktop app (if you have the channel list collapsed) to aid in visibility of important unread messages.
- Various dependency updates.
What's Changed - Detailed
- Highlight-count chip on the buffer-list reveal controls by @amiantos in #638
- Fix the infinite login redirect loop that ends in a 429 by @amiantos in #639
- Send a terminal backlog-complete frame at the end of the snapshot burst by @amiantos in #640
- Document IRCv3 support by what each capability delivers by @amiantos in #642
- Derive the identd ident from the Lurker account, admin-assignable (#643) by @amiantos in #644
- Lock down usernames: no spaces, case-insensitive identity by @amiantos in #645
- Advertise the effective upload cap so clients stop guessing (#627) by @amiantos in #648
- Add /j and /p aliases and a /shrug command (#412, #532) by @amiantos in #654
- Clamp imports to the transport ceiling and warn before the upload (#649) by @amiantos in #653
- Gate auto-reconnect on the same policy every connect clears (#616, #617) by @amiantos in #655
- Fix spoilers rendering in the app's own background colour by @amiantos in #656
- Batch the dependency bumps (#605, #659, #661, #662, #663) + clear 3 high-severity advisories by @amiantos in #658
- Bump the npm_and_yarn group across 2 directories with 3 updates by @dependabot[bot] in #660
- Dependency batch, part 2: the security fixes #658 missed by @amiantos in #664
- Bump actions/checkout from 7.0.0 to 7.0.1 in the actions group across 1 directory by @dependabot[bot] in #663
- Bump version to 1.1.4 by @amiantos in #665
Full Changelog: v1.1.3...v1.1.4