v1.4.5: General Mouse Support
You thought that using CLI / TUI apps means you're locked to your keyboard? No longer the case! 馃コ We're rolling out general mouse support on most terminal emulators, which allows you to interact with Instagram CLI by clicking, scrolling, and more actions to be added! More details in #279. This release only adds mouse capability to our chat UI, but also provides a robust framework for community to contribute their own unique integration between mouse <-> TUI apps to Instagram CLI!
Alongside mouse support, this release includes various enhancements to the chat UI and a lot more tests to ensure the quality of Instagram CLI going forward 馃槃
We would like to acknowledge the amazing work done by the teams behind Gemini CLI and OpenTUI, from which our mouse event implementation took great inspiration from.
What's Changed
- release: ts-v1.4.4 by @supreme-gg-gg in #266
- Update Instagram API version and codes in patch to 382206157 by @pankace in #267
- chore(deps): bump the dependencies group across 1 directory with 3 updates by @dependabot[bot] in #272
- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in #276
- Improve two-factor authentication message in login component by @alexechoi in #277
- chore(deps-dev): bump lint-staged from 16.3.0 to 16.3.2 in the dependencies group by @dependabot[bot] in #278
- Fix Ctrl+C to clear input box instead of exiting by @Copilot in #281
- feat: general mouse support by @supreme-gg-gg and @endernoke in #279
- chore: minor fixes and adding tests by @supreme-gg-gg and @endernoke in #282
New Contributors
- @alexechoi made their first contribution in #277
Full Changelog: ts-v1.4.3...ts-v1.4.5