Skip to content

Releases: jackwener/opencli

v1.2.0

22 Mar 10:50
2d1b8c1

Choose a tag to compare

Release v1.2.0

v1.1.1

21 Mar 02:50

Choose a tag to compare

What's Changed

  • chore(main): release 1.1.0 by @jackwener in #134
  • ci: migrate docs deployment to cross-repo build via opencli-website by @ByteYue in #138
  • docs: add missing adapter docs, fix sidebar 404s, add doc-check CI by @ByteYue in #140
  • feat: add Bloomberg adapter by @KasumiChen in #145
  • fix: correct xiaohongshu creator metric parsing by @ajia1206 in #146
  • feat: enhance --help with registry metadata and enrich list --json with full arg schema by @Astro-Han in #142
  • refactor: extract serialization helpers to registry.ts and stabilize arg schema by @jackwener in #148
  • fix: harden external CLI hub by @jackwener in #149
  • refactor!: standardize all CLI arg names to kebab-case by @jackwener in #150
  • refactor: split engine.ts into discovery/execution, extract Commander adapter by @jackwener in #152
  • refactor: deep CLI layer architecture improvements by @jackwener in #164
  • docs: sync documentation with PR #150 arg renames by @jackwener in #179
  • docs(chatgpt): sync read docs with AX behavior by @mark-li-llm in #180
  • feat: auto-waiting — goto() post-load settle, remove 31 hardcoded waits by @jackwener in #181
  • feat(twitter): add block, unblock, and hide-reply commands by @himself65 in #182
  • feat(steam): add top sellers command by @upupnoah in #178
  • Fix Apple Podcasts search query handling and top chart failures by @yanCode in #187
  • fix(twitter): rewrite trending from YAML to TS with DOM scraping fallback by @jackwener in #189

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

20 Mar 12:37

Choose a tag to compare

1.1.0

v1.0.6

20 Mar 08:25
4ab4f88

Choose a tag to compare

1.0.6 (2026-03-20)

Bug Fixes

  • use %20 instead of + for spaces in Bilibili WBI signed requests (#126) (4cabca1), closes #125

What's Changed

  • fix: use %20 for spaces in Bilibili WBI signed requests by @chencheng-li in #126
  • docs: add VitePress documentation site with GitHub Pages deployment by @ByteYue in #127
  • chore(main): release 1.0.6 by @jackwener in #128

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

20 Mar 07:52

Choose a tag to compare

v1.0.5

v1.0.4

20 Mar 07:40

Choose a tag to compare

What's Changed

  • feat(jike): add Jike adapter with 10 commands by @Astro-Han in #117
  • feat(boss): add resume command to view candidate profile by @huangsen365 in #119
  • feat(stackoverflow): add search, hot, unanswered, and bounties commands by @vkop007 in #116
  • fix(smzdm): navigate to search results page directly instead of deprecated ajax API by @ylongw in #113
  • docs: add VitePress documentation site by @ByteYue in #112
  • feat(hf): add top command for hf papers (daily, weekly, monthly) by @k1tyoodev in #110
  • fix: infer browser mode for public TS adapters and stabilize Chaoxing tests by @KasumiChen in #115

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

20 Mar 03:28

Choose a tag to compare

What's Changed

  • docs: correct note_id params for xiaohongshu by @gnosis23 in #108
  • fix(twitter): fix newline handling in post command via clipboard paste by @zhutiancillm in #107
  • fix(twitter): use pushState for search SPA navigation by @Astro-Han in #105
  • fix(chatgpt): read replies from AX tree instead of clipboard shortcut by @mark-li-llm in #106
  • feat(boss): add chatlist, chatmsg, and send commands by @huangsen365 in #95
  • fix: use JSON.stringify for safe JS string interpolation in evaluate() by @ByteYue in #109

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

19 Mar 16:52

Choose a tag to compare

What's Changed

  • fix: install XHR interceptor after navigation to prevent context reset by @Astro-Han in #91
  • feat: Add apple-podcasts coverage and docs by @BruceLoveDecimal in #92
  • fix: dedupe history and improve Discord channel parsing by @Pleasurecruise in #77
  • feat: add WeRead adapter with 7 commands by @Astro-Han in #89
  • fix(intercept): IIFE wrapping for installInterceptor/getInterceptedRequests by @Astro-Han in #100
  • feat: add Chaoxing (学习通) adapter — assignments & exams by @dev-Flyblue in #101

New Contributors

Full Changelog: v1.0.0...v1.0.2

v1.0.1

19 Mar 16:29

Choose a tag to compare

What's Changed

  • fix: install XHR interceptor after navigation to prevent context reset by @Astro-Han in #91
  • feat: Add apple-podcasts coverage and docs by @BruceLoveDecimal in #92
  • fix: dedupe history and improve Discord channel parsing by @Pleasurecruise in #77
  • feat: add WeRead adapter with 7 commands by @Astro-Han in #89
  • fix(intercept): IIFE wrapping for installInterceptor/getInterceptedRequests by @Astro-Han in #100

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

19 Mar 09:01

Choose a tag to compare

What's Changed

  • feat: Chrome Extension + micro-daemon for browser automation by @jackwener in #85

Full Changelog: v0.9.8...v1.0.0