1 +Ripcord 0.4.3 (2019-4-29)
2 +-------------------------
3 +
4 +This release is focused mainly on code quality improvements. There are not many
5 +new features, but lots of internal improvements.
6 +
7 +### General
8 +
9 +* Changelog notes are now divided into sections for this release (as a test.)
10 +* Slack and Discord tabs now have better menu bar handling.
11 + * Slack channel tabs will now have a "Workspace" item, and also a "Channel"
12 + item.
13 + * Discord channel tabs will now have a "Discord" item, and also a "Channel"
14 + item. The "Discord" sub-item in the "View" menu is removed.
15 +* Cleaned up and restructured some initialization routines used in the main
16 + chat windows. The time to show the first chat window and opening subsequent
17 + chat windows should be slightly shorter.
18 +* Increased the line density in Event Log windows, and improved drawing
19 + performance.
20 +
21 +### Slack
22 +
23 +* Overhauled internal system that handles parsing the contents of chat messages
24 + (links, mentions, etc.) to reduce memory fragmentation and make it easier to
25 + add features in the future. This also fixes a minor issue with re-editing
26 + messages with links with Markdown titles.
27 +* Cleaned up internal system used for dispatching events between worker threads
28 + and the GUI thread. Reduced binary bloat.
29 +* Added a "Workspace" menu, and moved the "All Channels" and "Files" menu items
30 + there.
31 +* Added "User" and "Team" menu items to the "Workspace" menu. ("Team" item
32 + doesn't yet do anything except display the team name.)
33 +* Fixed newly created DM channels not appearing correctly in the sidebar or in
34 + tabs.
35 + * This specifically affected the first time a DM channel was created with
36 + another user and not subsequent DMs with that user. It should be fixed now,
37 + and more robust against future changes to the Slack protocol.
38 +* Fixed the "Fetching..." overlay label causing open menus to close when it
39 + first appears.
40 +
41 +### Discord
42 +
43 +* Added a top-level "Discord" menu.
44 +* Moved "Friends", "Mentions", and the other entries from the old "View ->
45 + Discord" menu to the new top-level "Discord" menu.
46 +
1 47 Ripcord version 0.4.2 (2019-4-15)
2 48 ---------------------------------
3 49
4 50 * Fixed spacing of "anti-aliasing" checkbox in fonts prefs
5 51 * Fixed height of font "Reset" buttons in fonts prefs when the neighboring button has abnormal height
6 52 * Moved toolbar in the event log viewer to the standard location at the top of the window (instead of bottom)
7 53 * Slack: added "notion://" as a whitelisted URL scheme