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

Releases: Bios-Marcel/cordless

2019-03-19

19 Mar 22:30
2019-03-19
f638239
Compare
Choose a tag to compare

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

2019-03-02

02 Mar 13:55
e490339
Compare
Choose a tag to compare

e490339 Update scoop package
4720b00 * Add support for handling bulk deletes * Fix handling of message events in the channel that isn't the current channel
35c94fa Merge pull request #61 from pkfln/feature/navigation-doc
b1043ab Added navigation documentation
dcf3868 Fixed documentation overview
dced259 Removed repository specific linking where possible
6fb522c * Refactored into a new component * There is now a scope column, since a shortcut might be used multiple times and even have the same action name * Ready to be merged into the actual code!
be4f1df Removed relatopmship constants, those are now in discordgo.
aa9da02 Add prototype for a shortcut selection UI
1e410c8 Remove useless comments [skip ci]
888cccc Add scrolling support while not focus and mouse scrolling doesn't change the selection anymore
2ccd6da Add focus switching via mouse
2c8ade0 Remove a todo that has already been done.
5801489 Fix typos [skip ci]
f2532b7 Remove treeview search logic, since it is now a part of tview
441063d Extend docs
34633af Add multiaccount feature
c793ba6 Rename mainclass to main.go
b00eeae Merge branch 'master' of github.com:Bios-Marcel/cordless
bcda671 Update scoop package to 2019-02-18
3774154 The application now loads more than jsut the first 100 guilds.
5b0061d * Edit/Delete now updates the cache and rerenders the view instead of reformatting all messages * The chatview now holds a maximum of 150 messages in order to prevent lags * The chatview now caches all rendered messages without their selection index * The selection index is now set when rerendering
63fd549 Add scoop link to readme [skip ci]
3012065 Update installation info in readme [skip ci]
e9936f2 Add windows installation instructions
5816dc2 Scoop file renamed, since it has to be called like the application
58b8d33 Add scoop file
ed7884b Fix broken link [skip ci]
4963866 Add snap installation info to readme [skip ci]

2019-02-18: * Edit/Delete now updates the cache and rerenders the view instead of…

18 Feb 20:02
Compare
Choose a tag to compare

5b0061d * Edit/Delete now updates the cache and rerenders the view instead of reformatting all messages * The chatview now holds a maximum of 150 messages in order to prevent lags * The chatview now caches all rendered messages without their selection index * The selection index is now set when rerendering
63fd549 Add scoop link to readme [skip ci]
3012065 Update installation info in readme [skip ci]
e9936f2 Add windows installation instructions
5816dc2 Scoop file renamed, since it has to be called like the application
58b8d33 Add scoop file
ed7884b Fix broken link [skip ci]
4963866 Add snap installation info to readme [skip ci]

2019-02-16

16 Feb 20:01
2019-02-16
020fd24
Compare
Choose a tag to compare

Initial release