The Lounge - Package Updates
Pinned
The Lounge
-
[1.14.0]
- Update lounge to 4.2.0
- Full changelog
- This is a minor release with one significant new feature: a mentions panel!
- Track mentions/highlights and add a window to view them (#3858, #3993, #3862, #3868, #4003 by @xPaw)
- Add an option to display 12-hour times (#3787 by @xPaw)
- Add clear channel history (available in channel context menu)(#3778 by @xPaw)
- Add an indicator to STATUSMSG messages (#3875 by @xPaw)
- Add native app badges for highlights (Chrome 81+) (#3845 by @xPaw)
- Add generic monospace blocks for INFO and HELP numerics (#3962 by @xPaw, #4032 by @xPaw)
- Add option to disable media preview (#3983 by @dalcde)
- Add navigation in image viewer (#3798 by @richrd)
- Render images in canvas before upload to remove EXIF data (#3764 by @xPaw)
-
[1.15.0]
- Update lounge to 4.3.0
- Full changelog
- 4.3 is a smaller release with one major feature: message search! A big thank you to richrd and Nachtalb for working on this.
- Classes for channels in list with unread counts and highlights (#4214 by @sha1sum)
- Add proper filename to the content-disposition header (#4187 by @Nachtalb)
- Add HTML lang and labelled-by field to upload (#4051 by @MaxLeiter)
- Improve inline audio file support (#4210 by @Nachtalb)
- Show give/revoke modes and kick in context menu on other modes than +o (#4176 by @mitaka8, #4181 by @MaxLeiter)
- Add prefetchMaxSearchSize to override limit for link previews (#4135 by @brunnre8)
- Skip video/audio embeds if og:type exists but does not specify it (#4040 by @xPaw)
- Add version support for packages. (#4041 by @McInkay)
-
[1.17.0]
- Update lounge to 4.4.0
- Full changelog
- Add prefetchTimeout (aa7db1e by @brunnre8)
- Refactor settings to their own tabs and routes (#4489 by @MaxLeiter)
- allow away and back to be collapsed (#4669 by @brunnre8)
- Kill TL when ident can't start up (#4512) (37d7de7 by @brunnre8)
- enable znc/playback even without message storage (c8115e2 by @brunnre8)
- Remove node 12, add node 18. Bump minimum node version 14 (#4552) (9dbb6e5 by @xPaw)
- linkPreviews: Enforce TLS validity (621fa92 by @brunnre8)
- Use nick as a realname fallback (30e9f45 by @brunnre8)
- Plugins: include pre-releases in compatibility lookup (#4506) (e4840b4 by @brunnre8)
- install: expand ~ for local paths (e221e70 by @brunnre8)
- Fix the alignment of the header buttons (#4539 by @ronilaukkarinen)
- Fix user commands not working (#4594 by @xPaw)
- Don't crash on oidentd socket race condition (#4695 by @maxpoulin64)
- cli: don't error if the user folder doesn't exist (#4508) (8153198 by @brunnre8)
- Fix user file permissions on create (#4507) (d7bba32 by @brunnre8)
- sqlite: Escape '%' and '_' in search queries. (#4487) (20ed3e6 by @progval)
- set 'video/quicktime' to 'video/mp4' (#4495) (57b1e51 by @xnaas)
- Preserve client certificate (c9c8cad by @brunnre8)
- Remove uploading event listeners on ChatInput unmount (#4600) (80f65c5 by @MaxLeiter)
- Potentially fix saving new networks (#4599) (d72d869 by @MaxLeiter)
- Fix regex escape for prefix patterns (d6e1af0 by @brunnre8)
- Fix ctcp request message (#4603) (c8cd405 by @brunnre8)
- connect: Trim white space from user input fields (#4623) (0fa2035 by @brunnre8)
- Search: Clear earlier searches when a new one is executed (83e11b0 by @brunnre8)
- Fix previous-source calculation (#4656) (073a38e by @brunnre8)
- Fix sidebar swipe flicker after letting go (502780c by @xPaw)
- search: ignore searchResults if it isn't the active query (0ebc3a5 by @brunnre8)
- fix motd display to match settings ([#4726])(#4726) by @SpaceLenore)
-
[1.20.1]
- Update Lounge to 4.4.3
- Full changelog
- Sign in: use v-model (c5326e8 by @brunnre8)
- Add comments explaining behavior when echo-message is not available (43a2b39 by @brunnre8)
- Fix semver for prerelease versions #4744 (8aa5e33 by @brunnre8)
- sqlite: add migrations support and introduce primary key (2ef8b37 by @brunnre8)
- test/link: use helper for url creation (c6b1913 by @brunnre8)
- test/storage: use helper for url creation (79fae26 by @brunnre8)
- Respect bind setting for all outgoing requests (3af4ad1 by @brunnre8)
- bump emoji-regex to latest (ed0a47f by @brunnre8)
- use shebang for generate-emoji script (1a1153a by @brunnre8)
- Respect bind setting for all outgoing requests (2878f87 by @brunnre8)
- store: use return type over a type cast (#4770 by @brunnre8)
- don't crash on rDNS failure (8c54cd5 by @brunnre8)
- sqlite: fix typo fetch_rollbacks (884a92c by @brunnre8)
- sqlite: don't modify global array during tests (ec75ff0 by @brunnre8)
- sqlite: return new version in downgrade() (d1561f8 by @brunnre8)
- cli: don't fail if stderr is not in json format (97f553e by @brunnre8)
- sqlite: use variadic function for serialize_run (60ddf17 by @brunnre8)
- sqlite: accept db connection string (aec8d0b by @brunnre8)
- sqlite: implement deleteMessages (14d9ff2 by @brunnre8)
- introduce storage cleaner (74aff7e by @brunnre8)
- cleaner: expose cli task to do cleaning + vacuum (21b1152 by @brunnre8)
- wire up storage cleaner upon server start (b0ca8e5 by @brunnre8)
- sqlite: add msg type index to speed up cleaner (edb1226 by @brunnre8)
- add storage cleaner (7f0b721 by @brunnre8)
- scripts: fix generate-config-doc, handle usage errors (#4807 by @flotwig)
- router: don't use next() in router guards (#4783 by @brunnre8)
- linkify: Add web+ schema support (ae6bae6 by @SoniEx2)
- linkify: simplify noscheme detection logic (dd24cb1 by @brunnre8)
- Add shortcut to navigate between channels with undread msgs (daabb76 by @Nachtalb)
- Remove husky, add githooks-install (#4826 by @brunnre8)
- Testing setup (#4825 by @brunnre8)
- Remove Node.js 16 from package.json and testing matrix (113e9bd by @MaxLeiter)
- server: remove version from CTCP response (45563d9 by @flotwig)