2019-07-17
39f8aa1 Bump scoop package to version 2019-07-17
195c5e1 Snapcraft clean syntax has changed
b113844 Snap now uses go 1.12
f5f37d5 Notifications now show an error if they cant be shown
c71fe44 Guild updates will cause to refresh the name in the GUI now.
965fb9f Guild Creates/removes will now trigger updates in the UI.
080173e Add ability to leave servers
c80fd9c New server
command that allows joining a server
0a625ea Move variable delcaration, error checking ode and update code of the sta<tus command into the correct place
0008341 Muted channels won't get live-unread markers anymore
2847114 Fix dumb typo in readme [skip ci]
b9e06eb Own message aren't shown as unread anymore after switching the guilds
b873622 Add discord server widget and remove text instead. [skip ci]
578f063 Fix crashes when not supplying the correct amount of parameters for some friends subcommands. Fixes #89
2831583 Add link to discord server to readme [skip ci]
f038066 Guilds and channels readstate now checks the muted state first. Notifications and the readstate in private channels are still shown.
88e875d Fix bug where the mention text was still on a read channel
9b23cbb Rewrite some parts of the readme and add token retrieval section to the wiki instead.[skip ci]
75988cd Fix kofi link [skip ci]
9bb541e Readstate now properly synced between devices
4019ee5 Set command componnt as log output
95706d1 Add more tests for commandparser
7dc064e Fix typo in comment [skip ci]
3e82234 Prevent unnecessary recomputations of highlights when the selection hasn't actually changed
d67deb3 Mouse support is now optional but activated by default. Solves #87
442d5d1 Update to latest tview
9ff986b Second level channels and categories are now properly filtered.
64b15f7 Now checking if the user has permissions to read channel messages.
b8e42a8 add tools for creating shortcuts
e2d5768 Delete shortcuts demo
0c4f024 Resolve #80
91a7c89 Add little tool to print keyevents for creating new shortcuts
c11c8b8 Run go mod tidy
7a2f0f7 Fix test for sorting guilds
4603f65 deleting a channel now clears the readstate
c0b47f9 * The ready event is now passed to the ui.NewWindow call * Guilds aren't manually requested anymore * Startup time improved * Message acknowledgements are now not local anymore * Message acknowledgement now using a buffered queue for the current channel
4e8125a Fix bug that caused a crash when loading a server channel
7c39c5e Merge pull request #83 from Bios-Marcel/readmarkers
bc41f0e Unread markers now also work for servers
21c85c9 Private chats and guild channels are now being marked as unread if there are unread messages. This feature doesn't work for edited messages nor is it 100% bulletproof as only the message IDs are compared with each other due to API limitations. Servers won't be marked as red yet.
9bde724 * LastMessageID of guild channels is now also updated
5982f9a hiding the user tree won't steal focus of other components anymore
b11b63a Add command that allows sending of files to the current channel
2ac951c Update to discordgo latest commit
e0c701c Update go image to 1.12
89cd62b Apparently I have been mistyping whether as wether all the time
1d86c25 Add commandwindow to focus cycle
3ea64dc Fix two mistakes in the README (those had already been fixed, but I accidently dropped the commits) [skip ci]
a3a1774 Make go1.12 the minimal go version in order to avoid unecpected behaviour
f6625d9 Update dependencies
8b63f31 Add dependency information to readme [skip ci]
be2b9f3 Update buildinstructions [skip ci]
1c352ad * Fix mention rendering for edited messages * Fix that mentions weren't parsed correctly if the window.selectedGuild was nil
4093eb8 Update readme regarding scoop installation