nanoshell 1.7.6 → 1.7.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 (3) hide show
  1. package/README.md +2 -2
  2. package/SKILL.md +2 -2
  3. package/package.json +1 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # NanoShell ⚡ (`nanoshell@1.7.6`)
1
+ # NanoShell ⚡ (`nanoshell@1.7.7`)
2
2
 
3
3
  > **Created & Engineered by Suman Biswas** 👑
4
4
  > *Hyper-lightweight 17MB RAM, 120 FPS Native WebKit Desktop Application Framework & Runtime Engine*
@@ -19,7 +19,7 @@
19
19
 
20
20
  ---
21
21
 
22
- ## 🆕 What's New in v1.7.6
22
+ ## 🆕 What's New in v1.7.7
23
23
 
24
24
  ### 🪟 Pure Native Win32 Windowing & Full API Control
25
25
  - **Zero Windowing Wrappers**: Fully excised AppCore window wrappers to give direct, un-sandboxed `HWND` control to native Zig code.
package/SKILL.md CHANGED
@@ -3,7 +3,7 @@ name: nanoshell-desktop-framework
3
3
  description: Build ultra-fast, 120 FPS, 17MB RAM native desktop applications using HTML, CSS, JS, and Zig with the NanoShell runtime engine (nanoshell) created by Suman Biswas. Includes Per-Monitor DPI V2 crisp scaling and Win32 direct windowing.
4
4
  ---
5
5
 
6
- # NanoShell Native Desktop Framework Skill Guide (`nanoshell@1.7.6`)
6
+ # NanoShell Native Desktop Framework Skill Guide (`nanoshell@1.7.7`)
7
7
 
8
8
  **Created & Engineered by Suman Biswas**
9
9
 
@@ -28,7 +28,7 @@ npx nanoshell package # Build binary and generate Windows Inno Setup insta
28
28
 
29
29
  ---
30
30
 
31
- ## ⚡ v1.7.6 Engine Architecture & High-DPI Rules for AI Agents
31
+ ## ⚡ v1.7.7 Engine Architecture & High-DPI Rules for AI Agents
32
32
 
33
33
  1. **Pure Win32 Subsystem**: Runs on `.Windows` subsystem with zero background CMD console windows.
34
34
  2. **Per-Monitor DPI V2 Aware**: Integrates `DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2`. Window client sizes are automatically scaled physically (`physical_size = logical_size * dpi_scale`).
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "nanoshell",
3
- "version": "1.7.6",
3
+ "version": "1.7.7",
4
4
  "description": "Hyper-lightweight native desktop application framework. 17MB RAM, 120 FPS, pure Win32 DPI-aware windowing with WebKit rendering. No Electron. Created by Suman Biswas.",
5
5
  "main": "cli/index.js",
6
6
  "bin": {
7
7
  "nanoshell": "cli/index.js",
8
8
  "create-nanoshell-app": "cli/index.js"
9
9
  },
10
- "readme": "README.md",
11
10
  "files": [
12
11
  "cli/index.js",
13
12
  "app/",