@vincentzyuapps/winload 0.1.9-beta.1 โ†’ 0.1.9-beta.7

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/package.json +7 -7
  2. package/readme.md +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincentzyuapps/winload",
3
- "version": "0.1.9-beta.1",
3
+ "version": "0.1.9-beta.7",
4
4
  "description": "Network Load Monitor โ€” nload-like TUI tool for Windows/Linux/macOS (prebuilt Rust binary)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -33,11 +33,11 @@
33
33
  "access": "public"
34
34
  },
35
35
  "optionalDependencies": {
36
- "@vincentzyuapps/winload-win32-x64": "0.1.9-beta.1",
37
- "@vincentzyuapps/winload-win32-arm64": "0.1.9-beta.1",
38
- "@vincentzyuapps/winload-linux-x64": "0.1.9-beta.1",
39
- "@vincentzyuapps/winload-linux-arm64": "0.1.9-beta.1",
40
- "@vincentzyuapps/winload-darwin-x64": "0.1.9-beta.1",
41
- "@vincentzyuapps/winload-darwin-arm64": "0.1.9-beta.1"
36
+ "@vincentzyuapps/winload-win32-x64": "0.1.9-beta.7",
37
+ "@vincentzyuapps/winload-win32-arm64": "0.1.9-beta.7",
38
+ "@vincentzyuapps/winload-linux-x64": "0.1.9-beta.7",
39
+ "@vincentzyuapps/winload-linux-arm64": "0.1.9-beta.7",
40
+ "@vincentzyuapps/winload-darwin-x64": "0.1.9-beta.7",
41
+ "@vincentzyuapps/winload-darwin-arm64": "0.1.9-beta.7"
42
42
  }
43
43
  }
package/readme.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ![winload](https://socialify.git.ci/VincentZyu233/winload/image?custom_language=Rust&description=1&forks=1&issues=1&language=1&logo=https%3A%2F%2Favatars.githubusercontent.com%2Fu%2F250448479%3Fs%3D200%26v%3D4&name=1&owner=1&pulls=1&stargazers=1&theme=Auto)
2
2
  ![onefetch](docs/images/onefetch.png)
3
3
 
4
- # Winload <img src="https://github.com/user-attachments/assets/62fec846-0442-47f6-bbba-78acdc8803ef" height="32px">
4
+ # Winload <img src="docs/images/miku.png" height="32px">
5
5
 
6
6
  > A lightweight, real-time CLI tool for monitoring network bandwidth and traffic, inspired by Linux's nload.
7
7
 
@@ -127,7 +127,7 @@ where win-nload # CMD
127
127
  > scoop install windows-terminal-preview
128
128
  > wtp
129
129
  > ```
130
- > ๐Ÿ’ก **All builds require Windows 10+** (Rust 1.77+ dropped Windows 7/8 support). Scoop provides only **MSVC + Npcap** for **x86_64** and **ARM64**. For other variants (MinGW, non-Npcap, i686) or older Windows, download from [GitHub Releases](https://github.com/VincentZyuApps/winload/releases).
130
+ > ๐Ÿ’ก **All builds require Windows 10+** (Rust 1.77+ dropped Windows 7/8 support). Scoop and npm provide **MSVC + Npcap** for **x86_64** and **ARM64** by default. These builds now delay-load `wpcap.dll`, reducing startup failures before `--npcap` is used, but loopback capture still requires Npcap installed on the system. For other variants (MinGW, non-Npcap, i686), download from [GitHub Releases](https://github.com/VincentZyuApps/winload/releases).
131
131
 
132
132
  ### Arch Linux (AUR):
133
133
  ```bash
@@ -208,7 +208,7 @@ winload --npcap # Capture 127.0.0.1 loopback traffic (Windows, requires Npc
208
208
  | `-t`, `--interval <MS>` | Refresh interval in milliseconds | `500` |
209
209
  | `-a`, `--average <SEC>` | Average calculation window in seconds | `300` |
210
210
  | `-d`, `--device <NAME>` | Default device name (partial match) | โ€” |
211
- | `--title [TITLE]` | Override header title: no value shows `winload <version>`; empty string keeps the default device header | โ€” |
211
+ | `--title [TITLE]` | Add a title line above device header: no value shows `winload <version>`; empty string (or omitted) shows only the default device header | โ€” |
212
212
  | `-e`, `--emoji` | Enable emoji decorations in TUI ๐ŸŽ‰ | off |
213
213
  | `-U`, `--unicode` | Use Unicode block characters for graph (โ–ˆโ–“โ–‘ยท) | off |
214
214
  | `-u`, `--unit <UNIT>` | Display unit: `bit` or `byte` | `bit` |