Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Artifact ID: | c25c74ac2f8e647dbb0e75b5cff068111eb1f77a |
---|---|
Page Name: | UpcomingChanges |
Date: | 2021-06-03 21:06:30 |
Original User: | cancel |
Mimetype: | text/x-markdown |
Parent: | 267983376ab604fdd5476702e8ca43963a53c2ba (diff) |
Next | 7d119c112f0bdac29bfc7ae4d5fc76830b63b7f0 |
Content
Ripcord test builds 0.4.28.x (0.4.29 preview)
Download: https://cancel.fm/dl/test/
General
- Added option to add extra highlighting to the active tab with an extra line of color (off by default.)
- Minor tweaks to the GUI style engine to make disabled widgets more distinct from enabled widgets.
Slack
- Fixed sign-in with username & password no longer working.
- Some stuff changed on Slack's servers. Now Ripcord has been updated to deal with it.
- Fixed file upload no longer working.
- Same as above.
- Added per-message explicit timestamp in the right-click menu for messages.
- Increased per-workspace custom emoji limit from 100,000 to 1,000,000.
- Added a workaround for Apple
rdar://12345
links being mangled due to URL parsing treating the12345
part as an octal IP address.- This octal parsing is apparently the "correct" behavior for parsing URLs, but results in
rdar://12345
links being useless in Ripcord. - Ripcord now has a workaround that will rewrite those URLs to
rdar://problem/12345
when they're clicked on or copied to the clipboard. This prevents the the number part from being (correctly?) parsed as octal, and should still work with therdar://
URL handlers.
- This octal parsing is apparently the "correct" behavior for parsing URLs, but results in
Discord
- Added a dedicated mute button for other users in voice chats.
- Finally.
- Added ability to bookmark group DM channels.
- Finally.
- Added support for replying to messages in DM and group DM channels.
- Added support for newer permissions flags, like "request to speak" for stage channels.
- Added a menu item and a toolbar button to join or start DM and group DM voice calls.
- The only way to do this previously was to right-click on the DM channel in the sidebar. That was stupid. Now there's a regular menu item and toolbar button.
- Added guild creation date in the right-click menu for guilds.
- Added channel creation date in the right-click menu for channels.
- Added anti-spam warning in the "accept invite" menu/dialog.
- Changed the URL used when clicking on the thumbnail of an uploaded video so that web browsers will prefer to play the video in a tab instead of download the video as a file to disk.
- Finally.
- Fixed a bug where angle brackets could be treated as Qt's pseudo-HTML text styling markers in the rich embed text sub-view.
- This was not an exploitable bug. It was caused by Qt's document layout system automatically trying to apply bold, italic, etc. styling if it thought the plain text had HTML-like tags in it.
- Fixed unsent input text being cleared when navigating from one Discord channel to another while quick reply input mode is engaged.
Windows
- Reordered some initialization procedures to slightly reduce startup time.
Features that were in earlier preview builds but were subsequently removed
- Added experimental disk IO/memory tuning option.
- Removed because this needs more work. In certain configurations, it may cause the UI to hang for an unacceptably long period of time because the implementation wasn't complete enough.