|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [1.5.7](https://github.com/jackwener/opencli/compare/v1.5.6...v1.5.7) (2026-04-01) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* **daemon:** replace 5min idle timeout with long-lived daemon model (4h default, dual-condition exit) ([#641](https://github.com/jackwener/opencli/issues/641)) |
| 9 | +* **daemon:** add `opencli daemon status/stop/restart` CLI commands ([#641](https://github.com/jackwener/opencli/issues/641)) |
| 10 | +* **youtube:** add search filters — `--type` shorts/video/channel, `--upload`, `--sort` ([#616](https://github.com/jackwener/opencli/issues/616)) |
| 11 | +* **notebooklm:** add read commands and compatibility layer ([#622](https://github.com/jackwener/opencli/issues/622)) |
| 12 | +* **instagram:** add media download command ([#623](https://github.com/jackwener/opencli/issues/623)) |
| 13 | +* **stealth:** harden CDP debugger detection countermeasures ([#644](https://github.com/jackwener/opencli/issues/644)) |
| 14 | +* **v2ex:** add id, node, url, content, member fields to topic output ([#646](https://github.com/jackwener/opencli/issues/646), [#648](https://github.com/jackwener/opencli/issues/648)) |
| 15 | +* **electron:** auto-launcher — zero-config CDP connection ([#653](https://github.com/jackwener/opencli/issues/653)) |
| 16 | + |
| 17 | + |
| 18 | +### Bug Fixes |
| 19 | + |
| 20 | +* **douyin:** repair creator draft flow — switch from broken API pipeline to UI-driven approach ([#640](https://github.com/jackwener/opencli/issues/640)) |
| 21 | +* **douyin:** support current creator API response shapes for activities, profile, collections, hashtag, videos ([#618](https://github.com/jackwener/opencli/issues/618)) |
| 22 | +* **bilibili:** distinguish login-gated subtitles from empty results ([#645](https://github.com/jackwener/opencli/issues/645)) |
| 23 | +* **facebook:** avoid in-page redirect in search — use navigate step instead of window.location.href ([#642](https://github.com/jackwener/opencli/issues/642)) |
| 24 | +* **substack:** update selectors for DOM redesign ([#624](https://github.com/jackwener/opencli/issues/624)) |
| 25 | +* **weread:** recover book details from cached shelf fallback ([#628](https://github.com/jackwener/opencli/issues/628)) |
| 26 | +* **docs:** use relative links in adapter index ([#629](https://github.com/jackwener/opencli/issues/629)) |
| 27 | + |
| 28 | + |
3 | 29 | ## [1.4.1](https://github.com/jackwener/opencli/compare/v1.4.0...v1.4.1) (2026-03-25) |
4 | 30 |
|
5 | 31 |
|
|
0 commit comments