@reels/tui 1.2.7 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -16,8 +16,8 @@ You need a terminal that supports the **Kitty graphics protocol**:
16
16
  - [WezTerm](https://wezfurlong.org/wezterm/)
17
17
  - [Konsole](https://konsole.kde.org/)
18
18
 
19
- ### Browser
20
- Chrome, Chromium, or Brave must be installed. The app uses headless browser automation to interact with Instagram.
19
+ ### Chrome (LINUX ARM64 ONLY)
20
+ Chrome is automatically downloaded on first run if no system Chrome/Chromium is found; No action is needed for most platforms. The exception is Linux ARM64, where Chrome For Testing isn't available yet ([coming Q2 2026!](https://blog.chromium.org/2026/03/bringing-chrome-to-arm64-linux-devices.html)). If you are on Linux ARM64, you'll need to install Chromium manually before running Reels.
21
21
 
22
22
 
23
23
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reels/tui",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "Instagram reels in the terminal",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -21,8 +21,8 @@
21
21
  "reels": "bin/reels"
22
22
  },
23
23
  "optionalDependencies": {
24
- "@reels/linux-x64": "1.2.7",
25
- "@reels/linux-arm64": "1.2.7",
26
- "@reels/darwin-arm64": "1.2.7"
24
+ "@reels/linux-x64": "1.2.8",
25
+ "@reels/linux-arm64": "1.2.8",
26
+ "@reels/darwin-arm64": "1.2.8"
27
27
  }
28
28
  }