Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Artifact ID: | 0af40293bfb8eed8677a01409753a179e797803a |
---|---|
Page Name: | Changelog |
Date: | 2019-01-23 08:25:47 |
Original User: | cancel |
Mimetype: | text/x-markdown |
Parent: | 7438bc1e13b05f7dab709bc22d59d6352b305cb0 (diff) |
Next | a2821f8f4bc54cc7a6767ff5564263104435d1fd |
Content
Ripcord version 0.3.9 (2019-1-23)
- Added "Open Log File Location" to the File menu in Event Log window
- Added Accounts as a destination in the "Go to..." switcher
- Changed connection status indicator in the status bar to not display the previous status message when opening a new chat window (unless the status is a connection failure)
- Fixed not being able to hold alt (or on Mac, option) when choosing Notifications or Accounts in the "Go to..." switcher to open a new tab in the background
- Discord: changed the handling of account connection loss to use the status bar (and OS notification, if necessary/enabled) instead of creating a modal popup dialog box
- Discord: fixed video thumbnail preview images not loading
- Discord: fixed some thumbnail image URLs fetching the full size image instead of scaled down
- Slack: added full automatic session reconnection after computer sleep or extended internet/network loss
- Note: this is in addition to the automatic reconnection which already existed, but only worked if you were briefly disconnected
- Slack: sent messages which fail to be received by the server no longer immediately vanish from the message log
- Slack: added "Cancel", "Resend", and "Copy to Clipboard" right-click menu items on sent messages which failed
- Slack: added Event Log messages for various connection and session events related to Slack sessions
- Slack: fixed clicking on a message notification from a Slack thread opening the main channel of that thread instead of the thread itself
- Slack: fixed viewing a Slack thread in a tab not automatically clearing notifications that originated from that thread
- Slack: fixed deleted/deactivated user accounts showing up in the @ user completion popup, and also in the bot message action/dialog user pickers
- Mac: added dock icon badge number for notifications
- Mac: fixed clicking on a Slack Notification Center notification not creating a new window if there are no Ripcord windows
- Mac: fixed cases where the "Quit Ripcord" menu action could become disabled due to window state transition issues in Qt
Ripcord version 0.3.8 (2019-1-13)
- Updated Qt version to 5.9.7 (see note at bottom for more information)
- Changed the system tray/menu bar icon graphic
- Changed the labels and names of several things in Preferences to make them easier to understand
- Added a separate tab for Discord-specific settings in the Preferences window, and moved the relevent settings to there
- Added a "Test Notification" button in Preferences window that generates a test notification
- Added a "File" menu to the Preferences window, and added the menu items "Open Settings & Data Path" and "Copy Settings & Data Path to Clipboard" to it
- Added option to continue running in the system tray on Windows and Linux (disabled by default), and option to continue running after the last window is closed on Mac (enabled by default, like a traditional Mac app)
- Changed Accounts view to open in a tab instead of a dedicated window
- Changed Event Log view to use more compact, font-dependent row sizing
- Removed "Services" top-level menu, moved items into Discord, Slack etc. sub-menus in the View menu
- Added "Open Ripcord Chat Window" menu item to the system tray icon (if system tray icon is enabled)
- Removed old settings and data migration code from the Ripcord startup procedure, slightly improving startup time
- Added vim-like h/j/k/l navigation keys to Notifications view
- Added ctrl+shift+w (cmd+shift+w on Mac) to immediately close a chat window and all of its tabs
- Discord: added option to show/hide your own user's typing indicators
- Discord: added shift-clicking emoji when adding emoji reactions to prevent the emoji popup picker from closing
- Discord: fixed animated emoji showing up for non-Nitro accounts in popup emoji picker
- Discord: fixed font-dependent row sizing in some Discord server roles table/list views
- Discord: fixed the emoji picker popup toolbar button in channel tabs incorrectly becoming toggled after clicking it even if the emoji picker couldn't be opened due to not being able to resolve the channel or current user ID
- Discord: fixed being able to attempt to start multiple voice calls/chats at the same time, resulting in a broken voice call state and requiring a restart of Ripcord to restore functionality. The voice call/chat menu items are now disabled/greyed out if you are already in a voice call/chat.
- Slack: added prominent status indicator (and taskbar flash and OS notification) if an account loses its connection and fails to automatically reconnect. Click the status bar indicator or go to the Accounts view to clear the warning indicator.
- Slack: added re-fetching history (as needed) on reconnect after a full connection failure
- Slack: fixed "Fetching..." label sometimes remaining visible after changing away from a Slack channel tab
- Slack: fixed being able to attempt to send a message to a Slack channel with an account that's not online
- Windows and Linux: fixed left-click on system tray icon not opening/showing a Ripcord chat window
- Mac: added clicking on the dock icon to open a new chat window if there are no chat windows
- Mac: added support for the NSTextInsertionPointBlinkPeriod and NSTextInsertionPointBlinkPeriodOn/Off "defaults" settings for the cursor blink rate
- Mac: added global menu for Cmd+N to create a new window if no windows are open
- Mac: fixed quitting via the dock popup menu or Command-Q potentially crashing or disconnecting non-gracefully due to Qt limitations. A workaround was added which should now cause these methods of quitting to behave correctly. Crashes on quit should now be rare in Ripcord for Mac.
- Mac: fixed the "About Qt..." menu entry being treated as "About Ripcord..."
- Mac: fixed left-clicking on the system menu bar icon (if enabled) causing a Ripcord chat window erroneously to focus itself
- Mac: fixed clicking on a Notification Center notification not un-minimizing the chat window, if there was only one chat window and it was minimized
- Mac: fixed Cmd+W closing the window behind the current window for certain popup windows
- Mac: fixed Notification Center notifications not being created if there were no chat windows but the Ripcord app was still the foreground/active application
- Mac: fixed clicking on a Discord Notification Center notification not opening a chat window or opening the channel of the notification if there were no open chat windows
- Linux: fixed certain touch/gesture events causing Ripcord to abort/crash due to missing Qt subsystem
- Linux: added libnsl.o.1 to the AppImage bundle, which is now required by distros which broke userland compatibility with binaries using older glibc versions (Fedora, in this case). Linux users, please put pressure on your distro and desktop environment providers to stop breaking compatibility with software.
- Note: this release was originally planned to include an upgrade to Qt 5.11 from Qt 5.9, but this has been postponed due to performance regressions in the Qt GUI library (especially on Mac.) I'm still planning to upgrade to Qt 5.11 once these issues can be resolved.
Ripcord version 0.3.7 (2018-12-6)
- Fixed incorrect highlighting in notifications view after clearing a subset of (but not all) notifications
- Discord: added ack-token passing to message read acks system
- Discord: disabled fetching members list for servers with > 4000 users
- Discord: disabled ability to send messages in channels with per-user rate limiting (unless you're a moderator) until this feature is fully implemented in Ripcord
- Discord: changed nonce generation for sent messages to be based on current timestamp instead of sequential IDs counting from 1
- Discord: increased delay between disconnecting and attempting to reconnect (half second -> 5 seconds for first attempt, then 5 seconds -> 15 seconds thereafter)
- Note: the changes above to are intended to reduce the likelihood of a Discord user account being flagged as spam by an automated system, and some are only meant as temporary safeguards until I'm able to resume spending more time developing the Discord subsystem in Ripcord
- Discord: the nick change dialog no longer lets you enter more than 32 characters (the maximum)
- Slack: added OS notification popups for notifications (if enabled in preferences)
Ripcord version 0.3.6 (2018-11-1)
- The preferences window can now be closed by pressing escape
- Reduced memory overhead when viewing large lists of graphical Unicode emoji
- Slack: added 'total unread channels' count badges for regular and DM channel sections
- Slack: added error reporting to the selection list popups from message action buttons and dialogs when the bot/app that generates the selection list returns malformed/broken/empty data
- Slack: added ability for workspace admins to delete the messages of other users
- Slack: slightly reduced the amount of time spent waiting for the history of the first channel to load when initially connecting to a workspace
- Note: The Slack servers take a long time to respond, so Ripcord now tries to load certain things only when they're first needed, such as the list of all threads for your user, in order to start fetching channel history as soon as possible.
- Slack: fixed regression: URL link text in message logs disappearing when resizing the window
- Slack: fixed regression: incorrect text wrapping in messages with URL links
- Slack: fixed not being able to quick-edit messages that were broadcast from a thread when viewing the main channel
- Slack: fixed the text of a thread in the 'in thread...' line in the message log not being updated when the first message in the thread is edited to have different text
- Slack: fixed some cases of unread counts being wrong when viewing a thread in a channel with different sets of read/unread messages
- This release also contains some significant internal changes and optimizations in preparation for 32-bit and 64-bit ARM builds which will be coming in the future
Ripcord version 0.3.5 (2018-10-16)
- Added a new custom color theme parameter
chat_timestamp
for the time and date text in chat logs - Changed the Ripcord event log format to use plaintext instead of a custom binary log format. Any leftover binary logs from old versions will be automatically deleted.
- Improved performance of the Ripcord event log viewer
- Added to event log viewer the ability to live-follow event logs from other running Ripcord processes (via open file dialog in the event log viewer window) instead of only offline viewing
- Optimized on-the-fly icon rasterization, slightly reducing application startup time and peak memory usage
- Added a down-arrow icon in the "scroll to bottom" button in chat logs
- Fixed chat input text box sometimes clipping off the left or right side of input text when wrapping to multiple lines
- Fixed clicking the scroll-to-bottom button causing the chat text input field to lose focus
- Fixed scrolling bug in Ripcord event log viewer where it would sometimes not stay scrolled to bottom
- Discord: added ability to view deleted messages in servers for which your user has moderator-like permissions. Right click and view details to see the contents of the deleted message.
- Note: this will only be available if your user has a moderator-like server-wide permission flag set on one of its roles, or if your user is the owner of the server. This feature is intended to make it easier to spot trolls and spammers who rapidly ping @roles and then delete their message without having to use a bot which records all deleted chat messages.
- Discord: added support for setting non-Latin characters in text channel names
- Slack: added right-click on attached image previews and uploaded images to open URL in browser or copy URL to clipboard
- Slack: added checkerboard pattern (instead of empty space) for in-progress image preview/thumbnail downloads
- Slack: improved support for clickable URLs in message attachments/unfurls (footers, titles, image thumbnails)
- Slack: improved support for user names, channel names, and emoji within clickable URL titles within attachments/unfurls
- Slack: added ability to delete/dismiss "only visible to you" messages from bots
- Slack: added visual feedback when clicking on emoji reaction buttons
- Slack: added pressing ctrl+c (or command+c on Mac) to copy the currently selected message to clipboard without having to right click
- Slack: added red border around target message when in quick edit mode
- Slack: added updating of user account names in the locally saved Ripcord account data when an account user name is changed in the Slack workspace
- Slack: added ability to input sub-sub-domains for Slack workspaces when adding a new account (
foo.bar.slack.com
) - Slack: reduced memory usage of open chat logs and reduced CPU usage when re-rendering modified messages and scrolling
- Slack: tweaked width of emoji reaction buttons in chat logs
- Slack: fixed the default selected action (if any) not being shown in bot message attachment action selection list buttons
- Slack: fixed thread names in chat log for threads whose starting message is an uploaded file without any text message. The thread will now be titled with the name of the uploaded file instead of being the message ID number.
- Slack: fixed user name and timestamp text colliding when the chat log window is too narrow. The timestamp will now have a fade-out applied to it instead of overlapping with user names.
Ripcord version 0.3.4 (2018-9-24)
- Fixed QObject::startTimer warning in console during program startup
- Fixed libpng color profile warnings in console (by suppressing them)
- Discord: added support for the 'priority speaker' permission flag
- Discord: removed 'create rich message' feature
- Note: sending message embeds on Discord as regular user accounts has become discouraged, and will likely make people think you are using scripts to automate your user account.
- Discord: fixed the pinned messages view not starting scrolled to the bottom (newest messages are at bottom)
- Slack: added support for bot/app action buttons and selection lists
- Slack: added support for bot/app dialog boxes and text entry fields
- Slack: added support for slash commands
- Note: does not yet autocomplete or show a list of available commands
- Slack: added displaying more field types in message attachments
- Slack: fixed some fields in message attachments not displaying embedded user names correctly
- Slack: fixed some thread broadcast messages being only visible in the thread instead of also in the channel
- Mac: app bundle now contains correct version information
Ripcord version 0.3.3 (2018-8-29)
- Slack: added support for message attachments (inline link previews, message shares, etc.)
- Note: message attachments are still a work-in-progress. Message actions (buttons) are not yet supported.
- Slack: added support for showing messages from bots
- Note: WebHook bot messages may not appear with the correct per-message custom username
- Slack: foreground user account now appears in the account status area in Ripcord instead of 'No accounts online'
- Slack: added display of user status emoji
- Slack: added context menu for users
- Slack: added ability to start or to go direct messages with users via context menu
- Slack: added ability to 'open' or 'close' direct messages and group private chats
- Slack: added support for sharing messages via context menu
- Note: can not yet share messages across channels
- Slack: bot users are now displayed with a 'BOT' sigil next to their name
- Slack: HTTP URLs with markdown titles are now displayed with the title
- Slack: fixed Slack-mangled & character in clickable HTTP URLs in chat text messages
Ripcord version 0.3.2 (2018-8-18)
- Slack: added "All Channels" view/window
- Slack: added ability to join and leave channels from the All Channels view
- Slack: added handling of join/leave channel events and automatic updating of channels list in sidebar
- Slack: added immediate updating of custom emojis when workspace custom emojis are changed
- Slack: added toolbar button and shortcut (Ctrl+Shift+E) for opening the emoji popup picker
- Slack: added display of file titles to file upload/shares in the message log
- Slack: added ability to enable or disable broadcast thread replies when starting a thread or replying to an existing thread (toggle button in the channel toolbar)
- Slack: updated to avoid a redundant message briefly appearing in the message log when sending messages. This was introduced by a change in the Slack server behavior, but there is now code in Ripcord to handle it smoothly.
- Slack: fixed new incoming "/me" messages not appearing
- Slack: changed to not show channels which you are not a member of showing up in the "go to..." switcher (Ctrl+K)
- Slack: fixed useless link opening in browser when clicking on "post"-type shared files. The post editor view will now open correctly, instead of some raw json.
- Slack: fixed emoji reactions not resizing correctly when font size is changed in channel view
- Slack: fixed workspace custom emoji being removed not clearing the custom emoji graphic from on-screen emoji reactions which used them
- Slack: reduced disk activity when repeatedly downloading large channel lists (was noticeable around 50,000+ channels)
Ripcord version 0.3.1 (2018-8-14)
- Slack: added support for emoji reactions
- Slack: added emoji picker popup window (available in toolbar and Channel menu)
- Slack: custom emoji now update after being changed in the workspace
- Slack: fixed uploaded files not appearing in chat log if they were added after connecting
- Slack: fixed uploaded files not appearing in existing thread history
- Slack: fixed message selection rectangle being occluded by image thumbnails
- Slack: fixed some colon-wrapped emoji not appearing as graphical emoji (like :+1:)
- Slack: removed warning to not report bugs from the Slack "first use" dialog box
Ripcord version 0.3.0 (2018-8-9)
- Slack testing is now available to anyone without having to ask to join
- Graphical emoji has been updated to Unicode 11, the newest standard
- Added "Open Chat Window" action to the View menu in the Accounts window
- Added ability to define custom color themes using a JSON file. See here: https://gist.github.com/randrew/81d4fed3ef72e56bb3d24bf2a564225c
- Note: a GUI editor for color themes will be added in the future
- Reduced memory usage at startup
- Added smarter cache sizing logic, reducing memory usage in some cases
- Fixed flickering artifacts in certain cases when navigating forwards/backwards between different types of views
- Slack: added unread counters/badges for channels
- Slack: added support for sending and displaying Unicode graphical emoji
- Slack: added support for custom Slack emoji
- Slack: added support for emoji aliases
- Slack: added emoji tab completion
- Slack: added username tab completion
- Slack: added resolving of user names in chat text
- Slack: added resolving of channel names in chat text
- Slack: added All Threads view
- Slack: added support for reading threads
- Slack: added support for starting and responding to threads
- Slack: added support for adding public, private, DM, and group DM channels to Ripcord bookmark lists
- Slack: added showing user available/offline in messages, sidebar, and user name tab completion
- Slack: added ability to select messages and copy message text
- Slack: added editing messages by right-clicking
- Slack: added quick-edit of last message by pressing up arrow
- Slack: added ability to delete messages by right-clicking
- Slack: added partial support for notifications
- Slack: added syncing of read/unread markers
- Slack: group DM channels are now titled with the names of the users in the group DM
- Slack: added displaying member counts on group DM channels in sidebar
- Slack: added author message grouping to chat text layout
- Slack: avatars now automatically sized based on font size
- Slack: added timestamps to message group lines
- Slack: added clickable HTTP links in chat (right click for menu to copy link, etc.)
- Slack: added showing when users upload files
- Slack: added showing image thumbnails/previews in chat
- Slack: added ability to click on files that have been uploaded (opens a browser to get the file)
- Slack: added middle-click support for opening channels in a new tab from the sidebar
- Slack: added middle-click support for opening thread links from chat logs in a new tab
- Slack: added displaying sent messages in chat immediately after hitting send
- Slack: messages that contains only a single emoji are now displayed as a jumbo emoji
- Slack: chat text input box now automatically resizes to fit input, and can be manually resized if desired
- Slack: added Slack channels support for Ctrl+K/Ctrl+P/Cmd+K "Go to..." quick-switcher
- Slack: account email addresses can now be remembered for the next time re-authentication is required (passwords are not saved)
- Slack: fixed mouse button forward/back events not being handled in channel tabs
- Slack: fixed not handling Slack's unique usage of specific HTML-escaped entities in plaintext (less than, greather than, ampersand)
- Slack: fixed not sending read markers for own sent messages
- Discord: added logic to only allow sending emoji reactions using Unicode emoji supported by Discord (Unicode 9 and earlier)
- Discord: reduced disk write activity in some cases
- Windows: fixed slower hard drives causing Ripcord to abort with a lock timeout error when waking from sleep or changing power states in certain cases when connected to Discord
- Mac: fixed app bundle not being marked for 10.12 compatibility
- Mac: fixed some cases of app crashing on exit when hitting Cmd+Q soon after waking from sleep (a few remain)
Ripcord version 0.2.95 (2018-06-01)
- Fixed regression: garbage text in clipboard when copying a Discord message using the arrow tool
- Discord: quick edit mode no longer sends a message edit when pressing return if the text of the message is unmodified
Ripcord version 0.2.94 (2018-06-01)
- Reduced application startup time if you have no Discord accounts
- Reduced memory usage if you have no Discord accounts
- Ripcord no longer saves a Discord accounts file if you have no Discord accounts
- Ripcord no longer creates a Discord avatar or emoji cache file if you don't use Discord
- Windows: Ripcord will now rotate old event log files (.riplog) once the file grows over 4mb. (Linux and Mac use UNIX-style temp files and don't need this)
- Linux: Added application categories to the .desktop file
- Discord: fixed event log spam of unrecognized dispatch data type
- Slack: added automatic reconnection on connection loss
- Slack: added use of preferences font in chat display
- Slack: channels now automatically fetch more history as you scroll
- Slack: channels now display user mentions, channel mentions, and HTTP URLs
- Slack: added infinite scroll to channels
- Slack: added overlay in top-right corner when a channel is fetching more history
- Slack: updated handling of client protocol for data loading to newest version
- Slack: reduced loading time of channel history
Ripcord version 0.2.92 (2018-05-17)
- Merged Slack code into master branch, integrating it alongside Discord.
- Note: Join the Ripcord Discord or Slack instances (links on the main website page) and ask for instructions if you want to volunteer for early Slack compatibility testing.
- The Accounts window can now be explicitly summoned from the View menu.
- The Accounts window now has a checkbox to enable or disable auto-hiding once at least one account has been connected.
- Discord and Slack accounts can now be explicitly connected or disconnected from the Accounts window on a per-account basis.
- Note: Only one Discord account can be connected at a time. This is to avoid abuse.
- Discord: Disabled certain features on the Fortnite Discord server to avoid the possibility of placing unnecessary load on the Discord servers.
- Note: This is a temporary, conservative, and defensive measure -- it will be re-enabled once Ripcord has finished adopting some new minimal data loading features available in Discord.
- Mac: The Ripcord app bundle is now signed. No more Gatekeeper warnings.
- Linux: A PGP signature file (.asc) is now available alongside the AppImage builds. My public key is available at https://keybase.io/cancel
Ripcord version 0.2.90 (2018-04-02)
- This is a Linux-specific bugfix release to work around a bug with Arch Linux 2018-04-01
Ripcord version 0.2.89 (2018-04-01)
- added keyboard controls to the notifications view
- fixed some text alignment and margins issues in the notifications view
- fixed button sizes being too small with some fonts in the notifications view
- the Discord mentions view now opens in a tab instead of in a popup window
- fixed embed/link previews in the Discord mentions view preventing keyboard navigation
- changed bookmarks icon in the sidebar and View menu to a bookmark symbol
- improved performance of the notifications view when resizing the window with more than 10,000 notifications present (should be instant now)
Ripcord version 0.2.88 (2018-03-30)
- added option for the size of emoji in chat
- fixed regression: memory leak when closing a channel tab in certain cases
- fixed upper-case letters in the user list filter causing no results to be shown
- rearranged some panels in the preferences dialog
Ripcord version 0.2.87 (2018-03-29)
- the user list view will now use the sidebar font set in preferences
- added warning message when trying to send messages over 2000 characters (the limit) on Discord
- fixed left/right overflow scroll buttons appearing on the tab bar in the server/guild settings window on certain desktop and DPI combinations
- fixed Discord animated emoji from always being replaced with text when trying to send them in a chat message (ripcord displays animated emoji as still images)
- fixed non-Discord Nitro users being shown animated emoji in the emoji tab completion menu
- reduced hitching when changing font preferences
- tweaked size of icons in the channel/tab toolbar to adjust based on system font size
- tweaked vertical alignment of server text in the sidebar and user names in the user list
Ripcord version 0.2.86 (2018-03-28)
- added option to send your typing status
- the "send typing status" option will be set, by default, to whatever the "show other users typing" option is. feel free to change it afterwards in the preferences.
- added an invite management tab to the server/guild settings window. view and delete invite links that have been generated on your server.
Ripcord version 0.2.85 (2018-03-27)
- the friends view now opens in a tab instead of in a popup window
- added a "open friends view" button to "pending friend request" notifications
- added bindable hotkeys: toggle mic mute, set mic muted, and set mic unmuted
- added a disclaimer for Mac and Linux systems on the voice hotkeys binding page
- added more informative text at the bottom of call windows
- fixed call window latency indicators causing text to jiggle when changing rapidly
- added an option to enable showing user status indicators (the colored circles) at the top of chat messages. defaults to off.
- added link to Ripcord website in the Help menu
- added 'go' buttons to mentions popup window that jump you to the channel the message came from
- fixed regression: the Channel menu bar item could disappear when going back and then forward through the notifications view
Ripcord version 0.2.84 (2018-03-25)
- overhauled tab and navigation system. notifications view now behaves like other tabs, with forward/back buttons.
- following a notification to the channel it came from will no longer create a new tab. it will change within the current tab.
- added a tab icon for the notifications view
- added "dismiss all" toolbar button for notifications view
- changed to allow multiple notification view tabs open at once, if desired
- changed tabs to allow for very large system font sizes without clipping
- moved the forward/back menu items for tab history to the View menu
- fixed 1-pixel tall artifacts underneath main menu bar on Windows 10 high DPI
- updated save format for saved tabs. your old saved tabs will be updated automatically.
Ripcord version 0.2.83 (2018-03-21)
- added support for newer Discord encryption format for voice chat
- added workaround for Discord voice server bug that caused decryption failures and not being able to hear people
- added more feedback for voice connection state in bottom left of voice chat windows (will show if unable to find route to servers, etc.)
- overhauled DPI scaling support. fixes many widget rendering artifacts on Windows 10 at 125% scaling. fixes default font sizes being too small on Windows 10 at 150% and 175% system scaling.
- note: you may need to reset your Ripcord fonts on Windows 10 if you are on high DPI
- fixed user avatars becoming placeholder circles in DM channel tabs after a server failover/reconnect
- added more accurate display of font sizes in font prefs
- changing the sidebar font now applies immediately and no longer requires restarting or opening a new window to take effect
- fixed up spacing and layout issues with numbers in unread badges on mac, linux and high-DPI windows
Ripcord version 0.2.80 (2018-03-17)
- reduced cpu and memory usage when sidebar has a lot of stuff in it and the view is scrolled to the bottom
- added an option to adjust extra spacing between messages (defaults to 0, same as before)
Ripcord version 0.2.78 (2018-03-12)
- added auto-update checking (can disable in prefs). it doesn't auto-install, just notifies when a new version is available.
- reorganized and revamped the controls in the notifications view, and added text labels to the dismiss buttons
- lots of small internal changes to the notifications system, preparing for more control over notifications in the next version
- reduced cpu usage when receiving many @mentions (defensive measure against botspam attacks)
Ripcord version 0.2.77 (2018-03-03)
- fixed regression: unread counters on discord servers not updating when they're collapsed
Ripcord version 0.2.76 (2018-03-03)
- added option to create newline when pressing return inside of a code block
- added shortcut for opening mentions view
- added standard shortcuts for closing mentions view and pinned messages view
- reduced background cpu usage when joined to Discord instances where many users are entering/leaving voice channels (hundreds)
- reduced background cpu usage for users with large direct message channel counts (thousands)
- fixed: being able to try to pin join/leave notification messages
- fixed: sender and receiver being swapped for @mention notifications