@chojs23/concord 2.2.0 → 2.2.1

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,9 +2,23 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## [2.2.0] - 2026-06-07
5
+ ## [2.2.1] - 2026-06-13
6
6
 
7
- Concord save token in system keychain and use it for authentication, so you may need to re-login after this update.
7
+ ### Bug Fixes
8
+
9
+ - Picker scroll by @chojs23
10
+
11
+ ### Documentation
12
+
13
+ - Update readme by @chojs23
14
+
15
+ ### Features
16
+
17
+ - Notify for active-channel messages while the terminal is unfocused (#177) in [#177](https://github.com/chojs23/concord/pull/177) by @cultlead3r
18
+ - Add built-in discord commands (#179) in [#179](https://github.com/chojs23/concord/pull/179) by @chojs23
19
+ - Persist TUI side pane visibility (#180) in [#180](https://github.com/chojs23/concord/pull/180) by @chojs23
20
+
21
+ ## [2.2.0] - 2026-06-10
8
22
 
9
23
  ### Documentation
10
24
 
@@ -721,17 +735,8 @@ Concord save token in system keychain and use it for authentication, so you may
721
735
 
722
736
  ### Bug Fixes
723
737
 
724
- - Keep original image width:height ratio (#6) in [#6](https://github.com/chojs23/concord/pull/6) by @chojs23
725
-
726
- ### Cd
727
-
728
- - Chain crates publish after release by @chojs23
729
-
730
- ## [1.1.0] - 2026-05-09
731
-
732
- ### Bug Fixes
733
-
734
738
  - _(flake)_ Use crane (#4) in [#4](https://github.com/chojs23/concord/pull/4) by @M4jor-Tom
739
+ - Keep original image width:height ratio (#6) in [#6](https://github.com/chojs23/concord/pull/6) by @chojs23
735
740
 
736
741
  ### Documentation
737
742
 
@@ -747,6 +752,10 @@ Concord save token in system keychain and use it for authentication, so you may
747
752
 
748
753
  - Enable generated github release notes by @chojs23
749
754
 
755
+ ### Cd
756
+
757
+ - Chain crates publish after release by @chojs23
758
+
750
759
  ### New Contributors
751
760
 
752
761
  - @M4jor-Tom made their first contribution in [#4](https://github.com/chojs23/concord/pull/4)
package/README.md CHANGED
@@ -404,12 +404,8 @@ When the composer input starts with a slash `/`, the command suggestion popup
404
404
  ## Configuration
405
405
 
406
406
  Concord options are stored under Concord's config directory. If
407
- `XDG_CONFIG_HOME` is set, Concord uses `$XDG_CONFIG_HOME/concord/config.toml`
408
- for app options and `$XDG_CONFIG_HOME/concord/keymap.toml` for key settings.
409
- Otherwise it uses the platform config directory. The usual fallback is
410
- `~/.config/concord/config.toml` and `~/.config/concord/keymap.toml` on Linux,
411
- matching files under `~/Library/Application Support/concord/` on macOS, and the
412
- roaming AppData config directory on Windows.
407
+ `XDG_CONFIG_HOME` is set, Concord uses `config.toml` for app options and `keymap.toml` for key settings.
408
+ Otherwise it uses the platform config directory.
413
409
 
414
410
  Local UI state and plaintext fallback credentials are stored under Concord's
415
411
  state directory instead. If `XDG_STATE_HOME` is set, Concord uses
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "GPL-3.0-only",
25
25
  "name": "@chojs23/concord",
26
- "version": "2.2.0"
26
+ "version": "2.2.1"
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.2.0"
545
+ "version": "2.2.1"
546
546
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifactDownloadUrls": [
3
- "https://github.com/chojs23/concord/releases/download/v2.2.0"
3
+ "https://github.com/chojs23/concord/releases/download/v2.2.1"
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.2.0",
96
+ "version": "2.2.1",
97
97
  "volta": {
98
98
  "node": "18.14.1",
99
99
  "npm": "9.5.0"