glance-cli 0.8.1 → 0.8.2

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/CHANGELOG.md CHANGED
@@ -5,6 +5,15 @@ All notable changes to glance-cli will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.8.2] - 2026-01-02
9
+
10
+ ### Changed
11
+ - Added Bun as preferred installation method in documentation
12
+ - Updated CLI imports for better compatibility
13
+
14
+ ### Fixed
15
+ - Removed development files from distribution
16
+
8
17
  ## [0.8.1] - 2026-01-02
9
18
 
10
19
  ### Changed
package/README.md CHANGED
@@ -18,7 +18,10 @@ Turn any webpage into terminal-friendly insights — no browser needed.
18
18
  ## ⚡ Quick Start
19
19
 
20
20
  ```bash
21
- # Install
21
+ # Install with Bun (preferred - faster!)
22
+ bun install -g glance-cli
23
+
24
+ # Or with npm
22
25
  npm install -g glance-cli
23
26
 
24
27
  # Use immediately (works without setup!)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glance-cli",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "AI-powered web reader for your terminal – Fetch, extract, and summarize webpages with local or cloud AI",
5
5
  "keywords": [
6
6
  "cli",