@chojs23/concord 2.3.2 → 2.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,30 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.3.4] - 2026-07-12
6
+
7
+ ### Bug Fixes
8
+
9
+ - Add voice UDP keepalive for listen-only sessions by @chojs23
10
+ - Share fingerprint across REST, and Gateway (#252) in [#252](https://github.com/chojs23/concord/pull/252) by @chojs23
11
+ - Unify member selection markers and update the group DM icon by @chojs23
12
+ - Use the default output device format on every OS by @chojs23
13
+
14
+ ### Documentation
15
+
16
+ - Update README by @chojs23
17
+
18
+ ## [2.3.3] - 2026-07-11
19
+
20
+ ### Bug Fixes
21
+
22
+ - Upgrade CPAL to 0.18.1 for audio stream recovery (#249) in [#249](https://github.com/chojs23/concord/pull/249) by @chojs23
23
+ - Add a 60ms prebuffer and fixed 2400-frame PulseAudio output buffer by @chojs23
24
+
25
+ ### Features
26
+
27
+ - Support mouse row clicks and scroll in action menus by @chojs23
28
+
5
29
  ## [2.3.2] - 2026-07-08
6
30
 
7
31
  ### Bug Fixes
@@ -994,9 +1018,18 @@ All notable changes to this project will be documented in this file.
994
1018
 
995
1019
  ### Bug Fixes
996
1020
 
997
- - _(flake)_ Use crane (#4) in [#4](https://github.com/chojs23/concord/pull/4) by @M4jor-Tom
998
1021
  - Keep original image width:height ratio (#6) in [#6](https://github.com/chojs23/concord/pull/6) by @chojs23
999
1022
 
1023
+ ### Cd
1024
+
1025
+ - Chain crates publish after release by @chojs23
1026
+
1027
+ ## [1.1.0] - 2026-05-09
1028
+
1029
+ ### Bug Fixes
1030
+
1031
+ - _(flake)_ Use crane (#4) in [#4](https://github.com/chojs23/concord/pull/4) by @M4jor-Tom
1032
+
1000
1033
  ### Documentation
1001
1034
 
1002
1035
  - Add CONTRIBUTING.md by @chojs23
@@ -1011,10 +1044,6 @@ All notable changes to this project will be documented in this file.
1011
1044
 
1012
1045
  - Enable generated github release notes by @chojs23
1013
1046
 
1014
- ### Cd
1015
-
1016
- - Chain crates publish after release by @chojs23
1017
-
1018
1047
  ### New Contributors
1019
1048
 
1020
1049
  - @M4jor-Tom made their first contribution in [#4](https://github.com/chojs23/concord/pull/4)
package/README.md CHANGED
@@ -740,6 +740,7 @@ Honestly, no.
740
740
  There are some path that did trigger a account block:
741
741
 
742
742
  - Trying to **create a new DM channel and send a message to an unknown user**(meaning there was no pre-existing DM created through the Discord client) can immediately block your account temporarily.
743
+ - Sending a message in an existing one-to-one DM may also trigger a temporary account block if you only recently started messaging that person or have little conversation history with them.
743
744
  - Some features that requires a hCapcha challenge on Discord's side.
744
745
 
745
746
  Other features have not caused blocks in my testing.
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "GPL-3.0-only",
25
25
  "name": "@chojs23/concord",
26
- "version": "2.3.2"
26
+ "version": "2.3.4"
27
27
  },
28
28
  "node_modules/@isaacs/cliui": {
29
29
  "engines": {
@@ -542,5 +542,5 @@
542
542
  }
543
543
  },
544
544
  "requires": true,
545
- "version": "2.3.2"
545
+ "version": "2.3.4"
546
546
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifactDownloadUrls": [
3
- "https://github.com/chojs23/concord/releases/download/v2.3.2"
3
+ "https://github.com/chojs23/concord/releases/download/v2.3.4"
4
4
  ],
5
5
  "bin": {
6
6
  "concord": "run-concord.js"
@@ -93,7 +93,7 @@
93
93
  "zipExt": ".tar.xz"
94
94
  }
95
95
  },
96
- "version": "2.3.2",
96
+ "version": "2.3.4",
97
97
  "volta": {
98
98
  "node": "18.14.1",
99
99
  "npm": "9.5.0"