Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

2019-10-12

Compare
Choose a tag to compare
@Bios-Marcel Bios-Marcel released this 12 Oct 09:25
· 415 commits to master since this release
2019-10-12
9750d37

9750d37 Bump cordless versionnumber to version 2019-10-12
87b7b0a Bump scoop package to version 2019-10-12
125974b Remove escape cahracter from quoted backticks
85752e7 Update tview and enable overflow indicators on all containers
f2216ea Fixes #162
97b9068 Synchronize the QueueUpdateDraw calls where locking was required. Fixes #175
c2d37d2 Fix small typo [skip ci]
b1c8fad Fix #171
b08bcf0 Preallocate array for Recipients in private channels
dbb13fa The NSFW icon of channels is now not part of the node text anymore. Therefore you can now jump to nsfw channels by typing again.
bc9aa9f Update tview
02fa70f * Update discordgo in order to be able to access Nitro-State * Nitro users can now send any custom emoji * Non-nitro users can now send all local custom emojis and all GW ones
419315b Fixed bug with MoveCursorToIndex.
6d765cb Made a work-around for selection char.
87b3f2c Fixed an edge case fuzzy matching bug.
183b5ae Fix small typo [skip ci]
30ae4cb Ensuring index of cursor is properly bounded.
8bebf29 Mention results only search from the @ symbol to the cursor.
3afd623 Fixed mention results order bug.
3d1afdf Changed mention results sorting.
01a0201 Fixed a bug with excess letters not invalidating search queries.
da4c8f2 Nicknames are converted into proper mention strings when selected.
ad067dd Searching is case-insensitive unless capital letters are used.
86abfda Alphabetic sorting now ignores cases.
d2c8529 Increased fuzzy accuracy.
5f8662a Username and nicknames are now both displayed.
f8e74cf Add docs for message.go [skip ci]
eeaa955 Fixes #166
ef30c11 Fixes pr #167
3c1df50 Fixes #130
83b8533 Fix crash when receiving a message if no guild is selected
2a0a45a gofmt -s version template [skip ci]
87f2c6c gofmt -s all code
9fb71f9 Format code and remove unreachable break statement
5895df1 Remove unnecessary rerender on relationship removes in case the relationship can't be found in the UI
13be374 Cleanup message receive code in order to make it more concise and faster
be67e5a Add dialog that notifies you if an update is available. Fixes #76
a4f91fd Update tview and tcell