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

Releases: gord-project/gord

2021-07-14

14 Jul 11:44
Compare
Choose a tag to compare

Changelog

53b56fd Nearly forgot the changelog!
43b4acb Bump version
5d67503 Allow controlling reply pings - Fixes #9
8f38333 Replies are now cancelled with esc
716043f Experimental fix for crash bug
3e1460e Merge pull request #31 from binex-dsk/patch-2
2409075 update portage instructions
db5a067 Merge pull request #30 from binex-dsk/patch-1
11b727e add install instructions for gentoo
ba9bd57 New instructions for package managers
a1d1db5 Change how replies are displayed - fixes #27 :)
a3efe55 Quick hacky fix for #27, but I want to keep it open until I get a proper way to display reply info elsewhere
dfce984 Too late now to update release notes but oh well.

2021-06-17

17 Jun 16:16
Compare
Choose a tag to compare

Changelog

3e69b3b Prepare for emergency update - I would rather wait longer
8ac51aa Fix possible empty message bug regression!
7c4eff6 Update to reflect e67ee86
1da39c6 Merge remote-tracking branch 'origin/master'
e67ee86 Smarter intents - only request privileged intents for bots, and if it fails, try again without them.
d9df381 Null check selectedChannel - hopefully prevent segfaults?
5e4cfa8 Update Feature_request.md
ccdc539 Update Bug_report.md

2021-06-16

16 Jun 16:07
Compare
Choose a tag to compare

Changelog

a8ef1c1 Get ready for new release 🎉
3e9eca0 Finally fixed the empty messages issue!!! Closes #17
179e6c8 Doesnt error but empty content. Progress.
4f86a8e some error handling and ignoring
73c4f56 turns out that 9f6558b does not work due to the way goroutines work and I cant figure it out
9f6558b [UNTESTED AS AT SCHOOL RN] - make slowmode count down on message send
a90267a Change updater endpoint (technically is fine but this is better)

2021-05-06

06 May 18:38
Compare
Choose a tag to compare

Changelog

3836108 Hacky fix for message receives
5db229e Merge pull request #14 from coolymike/master
fe2977b Add Otto/Underscore to the imports
3b70b27 Bump version number
c9633db Change update msg to say Gord not Cordless

2021-04-19

19 Apr 06:33
Compare
Choose a tag to compare

Changelog

ac3b841 Merge remote-tracking branch 'origin/master'
a6f8f1b Slowmode on chatbox.
36e133f Merge pull request #13 from kreat0/master
8cbc1e5 Update issue templates
0f558c1 Remove CircleCI
74c6acf Delete Dockerfile
786bd14 Delete .travis.yml
84fd5e5 Update README.md
8765761 Create go.yml
87caf5c Update README.md
95e9daa Create go.yml
540a042 Merge pull request #12 from kreat0/master
302b34c Update README.md
5d8b915 Update README.md
2e313b2 Update README.md
14928c2 Create release_build.yml
cae0700 Merge pull request #10 from mugman174/patch-1
dd36f94 Spelling and Grammar fixes
ecf98db point users towards official client
adb6763 disable dm creation
c4d6c4a Merge branch 'master' of https://github.com/cainy-a/gord
05d73cf cancel replies with Ctrl-R
f219a50 fix url
665f9e8 Merge pull request #6 from kreat0/master
91624ef one character grammar fix
58492bd Merge pull request #1 from kreat0/patch-1
f0e8812 Update README.md
0b6f16c Update README.md
faf3b59 Merge pull request #5 from DanKGooGLy/patch-1
0b0d4e3 Slight revamp, had OCD
0b6e5f0 Update README.md
3c79907 Partially improve #2, but only for bots
0ca74d6 Gord name change
1317711 Merge remote-tracking branch 'origin/master'
2a2e045 Fix #3
6b84699 Top tips to not be banned
5ca10c4 Quick fix
f292dad Show replying on bottom bar
526c0e7 Don't reply to the same message forever, focus chatbox on reply
f5d6276 Send replies
86bc479 view replied msgs
8efc388 Reorder some stuff
d4c91ab GoLand run config
5a73af3 Fix a unit test
7a8f6f3 Alts
e9b8ada Ignore executables
70b4254 fix deps & some discordgo errors
1a97b4e gord
ede7961 README changes
8d4bd39 Merge pull request #1 from cainy-a/imgbot
97e885f [ImgBot] Optimize images
54865be Improve readme
a4129c8 fix a typo in readme
499d5a2 Add notice about closing the project
42a4104 Reaction rendering
041a842 If a user leaves a group, it won't display the it as someone else being removed anymore
66883c6 The 'logged in as' bottom bar entry now indicates whether current account is a bot account
feca3d8 Fix layout demo
61d36ae move autocomplete into separate file and improve event forwarding
4c83b14 Add missing docs for Get/SetParent
e886913 Editor now supports bracketed paste
f6eca3f tview package now supports bracketed paste.
cf17e67 Rune input of editor now ignores all control characters except for \t and \n
d45ceb3 Alt+Backspace and Ctrl+Backspace shouldn't insert characters anymore when they aren't assigned as shortcuts
e839f4b Make sure app veyor builds use go modules
5fe1add Order of delete shortcuts in shortcut dialog was messed up.
02eafc8 Adresses Bios-Marcel#367
2dd57fb Messags are now prepared before checking for file:// prefixes in order to allow scripts to expand things into local filepaths
0c823dc Roles with default colors don't have a pair of square brackets in front of them anymore
a46f58d Quoting now escapes @here and @everyone to avoid pissing everyone off
bac9822 private chats were incorrectly underlined sometimes
4147f60 Fix Bios-Marcel#361
59627d9 Edited message now also resolve emojis and such
8cb0f71 Downgrade chroma, due to test failure with v8+
9e0e2be Update dependencies
405a030 Shortcuts dialog now reacts to ExitApplicationShortcut
7ed2c8e Improve application startup and restart. Fixes Bios-Marcel#268
57c05c5 Add some debugging util
c2de287 Refactor version checking slightly
84e549d Prepare changelog for next version
ecdbc5b Add doc to version number
e6a4741 Release reminder now says that snap isn't supported anymore
5b7cd99 Improve docs of release scripts
a69272e Next time, the release script will push both the tags and the commits