@chojs23/concord 2.3.2 → 2.3.3
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 +21 -5
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [2.3.3] - 2026-07-08
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Upgrade CPAL to 0.18.1 for audio stream recovery (#249) in [#249](https://github.com/chojs23/concord/pull/249) by @chojs23
|
|
10
|
+
- Add a 60ms prebuffer and fixed 2400-frame PulseAudio output buffer by @chojs23
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- Support mouse row clicks and scroll in action menus by @chojs23
|
|
15
|
+
|
|
5
16
|
## [2.3.2] - 2026-07-08
|
|
6
17
|
|
|
7
18
|
### Bug Fixes
|
|
@@ -994,9 +1005,18 @@ All notable changes to this project will be documented in this file.
|
|
|
994
1005
|
|
|
995
1006
|
### Bug Fixes
|
|
996
1007
|
|
|
997
|
-
- _(flake)_ Use crane (#4) in [#4](https://github.com/chojs23/concord/pull/4) by @M4jor-Tom
|
|
998
1008
|
- Keep original image width:height ratio (#6) in [#6](https://github.com/chojs23/concord/pull/6) by @chojs23
|
|
999
1009
|
|
|
1010
|
+
### Cd
|
|
1011
|
+
|
|
1012
|
+
- Chain crates publish after release by @chojs23
|
|
1013
|
+
|
|
1014
|
+
## [1.1.0] - 2026-05-09
|
|
1015
|
+
|
|
1016
|
+
### Bug Fixes
|
|
1017
|
+
|
|
1018
|
+
- _(flake)_ Use crane (#4) in [#4](https://github.com/chojs23/concord/pull/4) by @M4jor-Tom
|
|
1019
|
+
|
|
1000
1020
|
### Documentation
|
|
1001
1021
|
|
|
1002
1022
|
- Add CONTRIBUTING.md by @chojs23
|
|
@@ -1011,10 +1031,6 @@ All notable changes to this project will be documented in this file.
|
|
|
1011
1031
|
|
|
1012
1032
|
- Enable generated github release notes by @chojs23
|
|
1013
1033
|
|
|
1014
|
-
### Cd
|
|
1015
|
-
|
|
1016
|
-
- Chain crates publish after release by @chojs23
|
|
1017
|
-
|
|
1018
1034
|
### New Contributors
|
|
1019
1035
|
|
|
1020
1036
|
- @M4jor-Tom made their first contribution in [#4](https://github.com/chojs23/concord/pull/4)
|
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.3.
|
|
26
|
+
"version": "2.3.3"
|
|
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.
|
|
545
|
+
"version": "2.3.3"
|
|
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.
|
|
3
|
+
"https://github.com/chojs23/concord/releases/download/v2.3.3"
|
|
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.
|
|
96
|
+
"version": "2.3.3",
|
|
97
97
|
"volta": {
|
|
98
98
|
"node": "18.14.1",
|
|
99
99
|
"npm": "9.5.0"
|