We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2d9cd commit b4447e1Copy full SHA for b4447e1
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# xcstrings-cli
2
3
+## 2.6.0
4
+
5
+### Minor Changes
6
7
+- Interactive mode and YAML config support
8
+ - Added an interactive mode to the `xcs add` command using the `-i` or `--interactive` option.
9
+ - Changed the default config file format from JSON5 to YAML.
10
11
## 2.5.1
12
13
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "xcstrings-cli",
- "version": "2.5.1",
+ "version": "2.6.0",
"description": "A command line tool for handling xcstrings files.",
"type": "module",
"bin": {
0 commit comments