Skip to content

Releases: sparklost/endcord

1.1.7

30 Dec 21:11

Choose a tag to compare

This version features native file dialog when uploading files. It is OFF by default, and can be enabled with native_file_dialog = True in config (it requires either zenity or kdialog on linux).

New features

Add option to use system file picker for upload
Add tab key to input line
Add option to set tab spaces

Bugfixes

Fix crash when switching tab with binding
Fix crash with --token argument
Fix show_log command
Fix role colors in chat change after some time
Fix emoji issues when leaving external editor
Fix crash in experimental mode
Fix spellchecker when edit message

Changes

Don't format markdown inside URLs
Handle rich embed with media
Reduce spellchecker calls
Convert tabs from external editor to spaces
Prevent sending empty message

Full Changelog: 1.1.6...1.1.7

1.1.6

24 Dec 21:54
69634b5

Choose a tag to compare

Small hotfix update, fixing few critical bugs. And new there is white theme available!

New features

Add white theme

Bugfixes

Fix redraw edited message with emoji
Fix crash with guild notifications
Fix wrong default role color
Fix unread channel status not set in tree

Changes

Prevent duplicate game activities
Don't process guild_create event if guild is duplicate
Bump dependencies

Full Changelog: 1.1.5...1.1.6

1.1.5

20 Dec 17:22

Choose a tag to compare

Small QoL and bugfix update: messages are now sent with queue, and pending messages appear gray in the chat. This prevents input line unresponsiveness while message is sending.

New features

Add pending message in chat
Add sent messages queue
Add fine-grained notification settings
Add blacklist for game process detection
Add command to open config dir
Add default message notifications to set_notifications command
Add autocomplete to set_notifications command
Add option to disable voice calls

Bugfixes

Fix message not sent after opening command palette
Fix uploading extra line not appearing
Fix folders closing randomly
Fix bad markdown chat formatting
Fix some guilds wont open in tree
Fix set_notification command
Fix cant send messages after reconnect
Fix crash with voice calls

Changes

Handle per-guild/category/channel notification settings
Handle suppress roles and suppress everyone options
Optimize game detection on Linux by skipping bash
Make extensions loader only compare minor and major versions
Correctly calculate notification settings for channel
Don't download chat chunk if offline
Optimize gateway
Full Changelog: 1.1.4...1.1.5

1.1.4

16 Dec 00:35

Choose a tag to compare

Hotfix release fixing issue where messages wont send.

Full Changelog: 1.1.3...1.1.4

1.1.3

15 Dec 02:05

Choose a tag to compare

Patch update, fixing a bug where some users are not able to send messages.
Endcord can now also be added to .desktop launchers, and it will automatically start in terminal. Set $TERMINAL env var if you dont like fallback order, or your terminal is not in the fallback.
Also proper disconnect is implemented, so now immediately after pressing Ctrl+C or quitting with a command, user will become offline.

New features

Add launching outside terminal
Add proper disconnecting
Add option to disable x-super-properties

Bugfixes

Fix nick not being used in chat
Fix game detection crashing on macos
Fix roles not added to chat on new message
Fix crash when opening in browser but no urls
Fix crash with reply to mention
Fix messages with emoji disappear when chat resizes
Fix crash with missing global_name
Fix viewing sticker
Fix not removing notification when open channel
Fix crash with ghost ping
Fix getting notifications from muted dm
Fix unreads line apearing after removed
Fix getting notifications from muted dm

Changes

Detect youtube shorts links
Disable client build number
Optimize game detection of wine processes
Support using bot token
Bump dependencies

Full Changelog: 1.1.2...1.1.3