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

2020-10-24

Compare
Choose a tag to compare
@Bios-Marcel Bios-Marcel released this 24 Oct 17:22
· 37 commits to master since this release
2020-10-24
c8868f0

c8868f0 Bump cordless versionnumber to version 2020-10-24
f721c4a Release script doesn't attempt pushing scoop package file anymore
7a0b89a Add scoop json to git ignore
acb148b remove scoop json from repository
a4c7af0 Selected node in treeview now preserves color on Non-Vtxxx terminals
e05ac94 Add missing test util method to bottombar
8e361fd Remove potentially unnecessary QueueUpdateDraw
a512146 Selection in treeviews was displayed incorrectly. It now uses Reverse only
dbe352c Userlist wasn't focusable in DMs
7502b76 Remove useless Window#ForceRedraw calls
52ee681 Update to tcell v2.0.0 (#358)
62946ab Attempt 2 at enabling UTF8 by default on new WT
f05eccf UTF8 should now be enabled by default in the new windows terminal
743b358 Channels weren't correctly marked as read when other clients read a message and cordless crashed when no channel was selected
0ff0f3e Fixes #246
315eda9 Improve user tree usage
78e4d6c Remove unnecessary forcedraw from RefreshLayout
7c46594 Fix bug, where announcement channels wouldn't have a chatheader
601c232 Update changelog
835aaa6 Move code used for sending a file from a file URI into discordutil
49ef544 Add tab/backtab to dialogs shown by window.go
5a22b33 Improve docs in discordutil.GetPrivateChannelName and split method into tview specific and unspecific one
d9d8cff Remove debug code to show a dialog from master
113fb9e command output in baremode doesn't have left and right borders anymore
767d19a Readstate now treats temporarily muted correctly
83c0ee7 Buttons now return event nil when the default events are handled
6bef24a Update gitignore
562a7ae Improve editor event handling
88629aa Mention indicator now properly removed on guilds
7be90c4 Fixes several focus issues
1485a88 Focus and key handling changed
1bd0717 Chatview is now a bit more generous with memory to avoid multiple allocations
852b98c Update changelog
1ac2aef IsCursorInsideBlock is now a bit less wasteful
2a3d783 Guild leaving / deleting didn't clean up properly
6eab4ff Improve some inline-docs and replace some loops with tviewutil.GetNodeByReference
4310b8e Make ChannelTree methods only available for ChannelTree struct
f1d56c0 Channel names weren't escaped
8cfac95 Mention indicator wasn't removed when loading other channel
a4980f0 Fixed inability to jump to mentioned channel by name
265c001 VTxxx check not part of utils and Prefixes for TreeNodes improved
e1276b0 Fixed potential deadlock during channel loading
dcab2d1 Add new method for opening direct message
7e60fe6 Refactor channel loading
34783d3 Introduce workaround for panic caused by the commit that removed node references from the window struct
0f4e1b1 Simplify and comment message.go#LoadMessages
2bfe344 Improve docs on message loader and supplier
159d9d1 Improve docs for JS engine slightly
75a9dea Remove tview.TreeNode references from ui/window.go
9bffea0 Focus refactor (#354)
7b8bd77 Add snap deprecation to bug issue template
fa7f634 Duplicated download function has been moved to local variable
5247123 Add mark as read for categories
6c4ee30 Last commit broke file downloading completly.
d8830f9 Delete logger output that slipped into commit
47f3bf8 Fixes #352
0e0052f Refactor some code and update changelog
6927e36 Allow creating DMs
939d35f Fixes #347
538a786 Add another safeguard to avoid unnecessarily sending read states to discord when hitting ctrl+r
8e750b6 Filepaths in a message are now resolved and sent as a file
e750fc5 Update changelog
b1d1f4d Add Ctrl+R to mark channels or guilds as unread
a299c1e Login screen now uses the exit application shortcut instead of CtrlC
07249c0 Log parameter can now be left empty
ea5a2ce Add --log option to add a logfile
b5c8f4a Add nullcheck to session after login attempt
9cf2252 Mentions are now displayed in the guildlist
fe49d6c Fixed bug that didn't allow to do @everyone
542973e Config loading error was checked too late
1f58c5f Fixes 240
6b07206 Fixes #260
dc6f73f Add top padding to shortcut description in shortcuts dialog
59842d1 Rid everything of snap
ea2a040 Improve docs and coverage of GenerateQuote
1770f61 Cancelling with folders involved, but withour -r flag didn't work
21a93cb Improve bugreport template.
77c29d2 Remove already completed TODO
c66351b Updated / Added some comments
c84561e Add simple test for bottombar
1a80834 Bottombar now more abstract and thread-safe
b704c91 Fix #335
710475b focus shifting shortcuts are now configurable
2871c80 Add new aliases for file-send
b2fb05d Change build instructions to a more manual but less errorprone approach. Fixes #333
b527ab8 Remove unused fields and functions
e0a10a6 Update changelog
7a55188 Fix #332
ecd18e3 Split handleNotifications into isElligible and handle
5c3523a Notifications for blocked users don't show anymore. Fixes #331
2143a56 Prevent unnecessary spawning of go-routines on message create and delete events too.
6d20e69 Fix potentially incorrect chat view locking on message edit events and prevent unnecessary spawning of go-routines.
52c2bee Already rendered messages that contain a link will not disappear anymore.
8210a69 Added chat seperator between Message Author and Message Body (#330)
b44cb95 Improve build-instructions; Adresses #326
e483d9e Remove unnecessarily drawn space between items in bottombar
485759f Correct snap config home for cordless