@reels/tui 1.3.0 → 1.3.1
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.
- package/README.md +3 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -84,6 +84,9 @@ All keybinds are configurable in `reels.conf`. Each action supports multiple bin
|
|
|
84
84
|
- Settings: `~/.config/reels/reels.conf`
|
|
85
85
|
- Cache: `~/.cache/reels/`
|
|
86
86
|
- Chrome Data: `~/.local/shared/reels/`
|
|
87
|
+
- Logs: `~/.local/state/reels/reels.log`
|
|
88
|
+
|
|
89
|
+
`Debugging tip: If Reels TUI persistently fails with an error, try rm -rf ~/.local/shared/reels/`
|
|
87
90
|
|
|
88
91
|
## Links
|
|
89
92
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reels/tui",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
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.3.
|
|
25
|
-
"@reels/linux-arm64": "1.3.
|
|
26
|
-
"@reels/darwin-arm64": "1.3.
|
|
24
|
+
"@reels/linux-x64": "1.3.1",
|
|
25
|
+
"@reels/linux-arm64": "1.3.1",
|
|
26
|
+
"@reels/darwin-arm64": "1.3.1"
|
|
27
27
|
}
|
|
28
28
|
}
|