Skip to content

Releases: leonardssh/vscord

v4.3.0

04 Jan 11:56
Compare
Choose a tag to compare

v4.2.2

03 Jan 16:24
Compare
Choose a tag to compare

By @leonardssh

v4.2.1

31 Dec 09:42
Compare
Choose a tag to compare

v4.2.0

30 Dec 22:03
Compare
Choose a tag to compare

Ignore workspaces with custom text:

{
  "rpc.ignoreWorkspaces": ["my_workspace", ...],
  "rpc.ignoreWorkspacesText": {
    // key must be match the item in ignoreWorkspaces
    "my_workspace": "my_workspace_text",
    ...
  },

  // global text
  "rpc.ignoreWorkspacesText": "my_global_workspace_text"
}

Ignore Repositories

{
    "rpc.ignoreRepositories": ["my_repository"],
}

Ignore Organizations

{
  // also works for owner
  "rpc.ignoreOrganizations": ["my_organizations", "LeonardSSH"],
}

v4.1.6

31 Aug 18:53
Compare
Choose a tag to compare

v4.1.5

21 Aug 21:43
Compare
Choose a tag to compare

v4.1.4

21 Aug 20:41
Compare
Choose a tag to compare

v4.1.3

21 Aug 16:10
Compare
Choose a tag to compare

v4.1.2

21 Aug 13:07
Compare
Choose a tag to compare

v4.1.1

18 Aug 15:55
Compare
Choose a tag to compare

display the icons above the languages - 77ba4c2 by @leonardssh
add shellscript to KNOWN_LANGUAGES - 02f68f0 by @satoqz