@chojs23/concord 2.5.9 → 2.5.11
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 +51 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,57 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [2.5.11] - 2026-08-17
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- _(linux)_ Restore portable DMA-BUF ioctl handling by @chojs23
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
- X11 broadcasting (#324) by @chojs23
|
|
14
|
+
|
|
15
|
+
### Miscellaneous Tasks
|
|
16
|
+
|
|
17
|
+
- Add an all-features musl compile check by @chojs23
|
|
18
|
+
- Fix the musl CI target volume mount by @chojs23
|
|
19
|
+
|
|
20
|
+
### Performance
|
|
21
|
+
|
|
22
|
+
- _(capture)_ Import linear DMA-BUF through EGL instead of reading it on the CPU (#317) in [#317](https://github.com/chojs23/concord/pull/317) by @4EEZE
|
|
23
|
+
|
|
24
|
+
### New Contributors
|
|
25
|
+
|
|
26
|
+
- @4EEZE made their first contribution in [#317](https://github.com/chojs23/concord/pull/317)
|
|
27
|
+
|
|
28
|
+
## [2.5.10] - 2026-08-15
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
- Fix DMA-BUF ioctl compilation on musl Linux (#313) in [#313](https://github.com/chojs23/concord/pull/313) by @chojs23
|
|
33
|
+
- Fix joined thread member and inactivity by @chojs23
|
|
34
|
+
- Match embedded thread cards to post UI by @chojs23
|
|
35
|
+
- Align read-state and presence activity handling by @chojs23
|
|
36
|
+
- Fix Voice, Gateway, RPC, presence, and message pin protocol handling by @chojs23
|
|
37
|
+
- Improve thread card layout by @chojs23
|
|
38
|
+
- Preserve mute duration metadata by @chojs23
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
- Improve forum post cards with spacing, image thumbnails by @chojs23
|
|
43
|
+
|
|
44
|
+
### Performance
|
|
45
|
+
|
|
46
|
+
- Load forum previews by viewport by @chojs23
|
|
47
|
+
|
|
48
|
+
### Refactor
|
|
49
|
+
|
|
50
|
+
- Unify forum and thread card UI by @chojs23
|
|
51
|
+
|
|
52
|
+
### Tests
|
|
53
|
+
|
|
54
|
+
- Remove negative behavior coverage by @chojs23
|
|
55
|
+
|
|
5
56
|
## [2.5.9] - 2026-08-13
|
|
6
57
|
|
|
7
58
|
### Bug Fixes
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"license": "GPL-3.0-only",
|
|
25
25
|
"name": "@chojs23/concord",
|
|
26
|
-
"version": "2.5.
|
|
26
|
+
"version": "2.5.11"
|
|
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.5.
|
|
545
|
+
"version": "2.5.11"
|
|
546
546
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"artifactDownloadUrls": [
|
|
3
|
-
"https://github.com/chojs23/concord/releases/download/v2.5.
|
|
3
|
+
"https://github.com/chojs23/concord/releases/download/v2.5.11"
|
|
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.5.
|
|
96
|
+
"version": "2.5.11",
|
|
97
97
|
"volta": {
|
|
98
98
|
"node": "18.14.1",
|
|
99
99
|
"npm": "9.5.0"
|