v0.4.1
Changes:
-
Report error when desktop notifier is not supported (#155)
-
Fix rendering messages (#146)
-
Add optional date/time formatting (#84)
-
Add optional emoji support (#76)
-
Add individual name coloring (#79)
-
Fix character width calculation in chat pane (#159)
-
Use conversations API (#150)
-
Fix hide mpim (#122)
Breaking changes:
-
Fix theme color in view (#161)
If you added a custom theme for the view, then please update the
.slack-term
fileview
section to resemble the following structure:
{
"view": {
"fg": "white",
"bg": "default",
"border_fg": "yellow",
"border_bg": "blue",
"label_fg": "yellow",
"label_bg": "blue"
}
}