Skip to content

Releases: vyfor/cord.nvim

v2.0.0-beta.7

09 Jan 08:34
Compare
Choose a tag to compare

2.0.0-beta.7 (2025-01-09)

Bug Fixes

  • manager: fixed incorrect handling of timestamps (a67d435)

v2.0.0-beta.10

09 Jan 12:42
Compare
Choose a tag to compare

2.0.0-beta.10 (2025-01-09)

Features

  • mappings: add icon for log files (2421524)

v2.0.0-beta.6

07 Jan 12:22
Compare
Choose a tag to compare

2.0.0-beta.6 (2025-01-07)

Features

  • usercmds: add :Cord shutdown (607c3bb)

v2.0.0-beta.5

03 Jan 20:44
Compare
Choose a tag to compare

2.0.0-beta.5 (2025-01-03)

Bug Fixes

  • config: ensure idle icon is set when validating the config (d5c4231)

v2.0.0-beta.4

03 Jan 18:34
Compare
Choose a tag to compare

2.0.0-beta.4 (2025-01-03)

Bug Fixes

  • fetching local version should not produce errors (71ed71b)
  • server: fetch and store the server version from the local text file (5cead48)

Features

  • mappings: add Snacks Dashboard (e905ae3)
  • usercmds: add :Cord version & :Cord check_version (dd209d5)

v2.0.0-beta.3

03 Jan 12:04
Compare
Choose a tag to compare

2.0.0-beta.3 (2025-01-03)

Features

  • notify user about ongoing reconnection if any (edd237a)

v2.0.0-beta.2

03 Jan 10:08
Compare
Choose a tag to compare

2.0.0-beta.2 (2025-01-03)

Bug Fixes

  • adjust server fetching logic (c6ff458)

Features

  • automatically download the server executable if it is not present (355d63a)

v2.0.0-beta.1

02 Jan 19:47
Compare
Choose a tag to compare

2.0.0-beta.1 (2025-01-02)

  • fix!: bugfixes related to opts handling, workspace detection callback, button validation as well as slight changes in configuration (#277b5b0)
  • refactor!: rename git_url -> repo_url (#5d8faf2)

Build

Chore

Continuous Integration

Documentation

Read more

v1.0.0

02 Jan 15:28
Compare
Choose a tag to compare

1.0.0 (2025-01-02)

Bug Fixes

  • Cord.override should be of lowest priority (a12c353)
  • ABI compatibility issues on Apple Silicon due to long argument lists in functions (db805fa)
  • c & csharp displaying incorrectly (b300334)
  • change backgrounds of the file icons to a solid color to avoid inconsistencies (3ce1569)
  • check for license file's file extension (b1da43c)
  • connection issues (a0729c1)
  • correct param typedef in update presence function (991f9f5)
  • correct param typedef in update presence function (299cd3e)
  • correct the order of arguments (fc05cb3)
  • correct the toggleterm lua pattern (6e1e62a)
  • correctly parse git repository's url (7d422eb)
  • correctly parse git ssh urls (7925b31)
  • Correctly parse Git SSH urls (#53) (c366ac0)
  • correctly parse toggleterm executable names (518e9b8)
  • disabling show_repository also hides the other buttons (edcea53)
  • displaying incorrect column number (41c5089)
  • enforce that last_presence.idle is true when idling (d99adc6)
  • fallback to default icons if no client id was provided (d0cb15a)
  • Fallback to default icons if no client ID was provided (7cea2c3)
  • fallback to file extensions on unknown filetypes (c0d1dd1)
  • fallback to the default image, in case one was not provided along with the client id (46435f1)
  • focus event resetting the idle status variable (356b0b0)
  • forgot to rename the files (50d602d)
  • handle workspace blacklists in rust (34bc8db)
  • icons: append ?v=2 to the asset URLs to prompt Discord to refresh its file cache (aaa0482)
  • icons: append ?v=3 to the asset URLs to prompt Discord to refresh its file cache (5d5e75a)
  • icons: append ?v=4 to the asset URLs to prompt Discord to refresh its file cache (fb4bcc4)
  • icons: append ?v=5 to the asset URLs to prompt Discord to refresh its file cache (ffdc72c)
  • implement status codes for better error handling (4bb5786)
  • initial presence update is delayed by timer interval (3f03ba4)
  • invalid data size (4b3bcb1)
  • issues with displaying the idle status (0edce6f)
  • issues with refactoring (efd0f50)
  • language specific files not being recognized (495b303)
  • log_level failing when set to nil (5a8c5dd)
  • logging (cb0bc73)
  • make config.timer.reset_on_idle reset idle status on both entry and exit (5df8ca2)
  • make the Config struct public (8c6f789)
  • pad the tooltip with spaces in case it's too short (2ca8849)
  • prevent sending identical activity updates (62ffb46)
  • replace os.clock() with vim.loop.hrtime() due to inconsistent behaviour between different platforms (061b166)
  • repository button being displayed regardless of the configuration (700e59e)
  • send valid payload to clear presence (5b49d82)
  • sending identical updates (76699c5)
  • serialization: escape special characters in the json (c693475)
  • small image not being overridden by the config (b9b4f13)
  • swap the image tooltips, if swap_icons is set to true (b4a1099)
  • take the asset type into account when no matches are found (4bbfb5c)
  • unix build (3458ca1)
  • update Git repository on DirChanged event (b05bb4e)
  • update workspace when revisiting a previously opened buffer (cf8cf2b)
  • use structs for functions with long arguments list due to ABI incompatibility issues on Apple Silicon (d8e2387)
  • user commands (0e5ca46)
  • workspace_blacklist (c94361f)
  • workspace_blacklist misbehaving (note: config.timer.enable is no longer a valid option) (f2c9d99)

Features

  • add .direnv directory to gitignore (0c5cc06)
  • add astronvim editor client (963cdb6)
  • add astronvim editor client (2269dfc)
  • add config.log_level (191e613)
  • add a configuration option to replace the default idle icon (3ebf630)
  • Add a user command for changing the workspace name (fa1a47b)
  • add a user command for changing workspace (f8c289c)
  • add an option to configure the logging level (273d454)
  • add custom buttons (9f00000)
  • add fern as file browser (3ac290c)
  • add file icon for ahk (4246e0f)
  • add file icon for clojure (bd6c32b)
  • add file icon for crystal (7eb6a73)
  • add file icon for d lang ([d2a66d4](d2a66d43...
Read more