2019-03-19
f638239 (tag: 2019-03-19) Add grade and spacing
47a16c1 Due to faulty eventing one keystroke could trigger multiple actions
f9e6fcc Disable custom tview theme for windows
21fc0c5 Define new colors for mentions and bots
f190be7 Selection colors now use the contrast background color
b980cc5 Add tests markdown bold and underline parsing that take current state into consideration
ad8283c Define new color set for users
798c801 Add custom theme
cc96cb7 Sometimes the shortcuts table hda no focus
5633bb8 Codeblocks will now have a straight vertical line to their left. This won't work when the code linebreaks
5102987 * Markdown for code blocks is now cut off * Code blocks are now surrounded with extra new lines, for readability * The code for codeBlocks has been slightly simplified
5b12878 * Delete feature list, I don't want to maintain it. * Rewrite some text that didn't sound good * Add info about shortcut view
617c6fc * Clean up! * Account now prints an error if switching fails.
1372366 Update freebsd build file
698e918 First working version of the shortcuts table. Fixes #58
686b6b1 Cange file permissions to read and write only
669aefd Mentions for roles, @everyone and @here now hae a special rendering. Fixes #67
dbd9cf4 Make colored names optional and disabled by default
dd32f9f Fixes #57
eb7e61a Fixes #66
2bb1c74 * Add example scopes and shortcuts * Add custom json marshall and unmarshall functions
5a2f07f Bug in getRandomColorString fixed
c3cc82d * Users now get random name colors. * The channel header is now part of the chatview
f57e7ba Applied workaround suggested in: rivo/tview#242
c0f1cbd Contextsensitive actions on first item didn't work
43931e0 Rename time.go to packages name
f544e1f Add a missing comment for LoadGuilds
81d9c2e Add tests for math package
2cca99e Fix broken image links. Resolves #63. [skip ci]
c0f7091 Improve command parser: * Can now accept character sequences that contain spaces: command "Sequence with spaces"
* Can now accept escaped quotes: command "Sequence with spaces and a \""
3035497 Update readme; Add a demo video [skip ci]
78a93b7 Spoilered message were broken due to the rerender refactoring