Skip to content

Commit 4885cbf

Browse files
committed
chore(main): release 2.0.0
1 parent d1ade61 commit 4885cbf

3 files changed

Lines changed: 31 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/jackwener/opencli/compare/v1.1.0...v2.0.0) (2026-03-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* All CLI argument names have been renamed for consistency.
9+
10+
### Features
11+
12+
* add Bloomberg adapter ([#145](https://github.com/jackwener/opencli/issues/145)) ([7700704](https://github.com/jackwener/opencli/commit/7700704923f7887fcf0d0210b902a961aa3fd932))
13+
* auto-discover and dynamically register any local CLI on the fly ([4d3b972](https://github.com/jackwener/opencli/commit/4d3b972d676916b5c30aec8c4829307a0eda3aad))
14+
* enhance --help with registry metadata and enrich list --json with full arg schema ([#142](https://github.com/jackwener/opencli/issues/142)) ([cd0c6f8](https://github.com/jackwener/opencli/commit/cd0c6f874eed99c829a8809c8c9369d1107d73a7))
15+
* register gws CLI + use Commander passThroughOptions for external CLI passthrough (closes [#147](https://github.com/jackwener/opencli/issues/147)) ([36cf306](https://github.com/jackwener/opencli/commit/36cf3067f7300ff2822ea3534823bb0cb239ea3c))
16+
* **steam:** add top sellers command ([#178](https://github.com/jackwener/opencli/issues/178)) ([cbd50cc](https://github.com/jackwener/opencli/commit/cbd50ccb91f0ab668ad22b39e15bbfdb8297eb8a))
17+
* **twitter:** add block, unblock, and hide-reply commands ([#182](https://github.com/jackwener/opencli/issues/182)) ([3f16d42](https://github.com/jackwener/opencli/commit/3f16d42e27d052dc8a44f013426ce378c2c8c401))
18+
19+
20+
### Bug Fixes
21+
22+
* correct xiaohongshu creator metric parsing ([#146](https://github.com/jackwener/opencli/issues/146)) ([0b71c6c](https://github.com/jackwener/opencli/commit/0b71c6c4da491e01ec5a7f0c63d0e5fc60c78772))
23+
* harden external CLI hub — command injection, denylist, sync API, build-copy ([#149](https://github.com/jackwener/opencli/issues/149)) ([eeace11](https://github.com/jackwener/opencli/commit/eeace115cb071e51125b2e1880bde278e9193775))
24+
* **twitter:** rewrite trending from YAML to TS with DOM scraping fallback ([#189](https://github.com/jackwener/opencli/issues/189)) ([d1ade61](https://github.com/jackwener/opencli/commit/d1ade61e8c744aa253804c925b4a1cf8d2c71a73))
25+
26+
27+
### Code Refactoring
28+
29+
* standardize all CLI arg names to kebab-case ([#150](https://github.com/jackwener/opencli/issues/150)) ([d7c8955](https://github.com/jackwener/opencli/commit/d7c895592f9ebae4bb247e28f759113d2c05a532))
30+
331
## [1.1.0](https://github.com/jackwener/opencli/compare/v1.0.6...v1.1.0) (2026-03-20)
432

533

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jackwener/opencli",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)