glance-cli 0.12.0 → 0.13.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/CHANGELOG.md CHANGED
@@ -5,6 +5,50 @@ 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.13.1] - 2026-01-05
9
+
10
+ ### 📦 Optimized: Package Size (Breaking: Major Size Reduction)
11
+ - **Reduced bundle size by 98.8%**: From 10.6MB → 122KB
12
+ - **Externalized heavy dependencies**: AI libraries now loaded separately instead of bundled
13
+ - **Faster installation**: Significantly reduced download time for users
14
+ - **Same functionality**: All features work identically with much smaller footprint
15
+
16
+ ## [0.13.0] - 2026-01-05
17
+
18
+ ### 🌍 Enhanced: Multilingual Support
19
+ - **Automatic Language-Aware Voice Selection**: System now automatically selects appropriate voice based on detected or specified language
20
+ - French content → French voices (Charlotte, Antoine, etc.)
21
+ - Spanish content → Spanish voices (Isabella, Antonio, etc.)
22
+ - English content → English voices (Nova, Echo, etc.)
23
+ - **Fixed Language Translation**: The `-l` option now properly translates content to the specified language (e.g., `-l es` for Spanish, `-l fr` for French)
24
+ - **Enhanced Language Instructions**: Added explicit language requirements in AI prompts for better multilingual output
25
+
26
+ ### 📦 Updated: All Dependencies to Latest Versions
27
+ - **Migrated from deprecated packages**:
28
+ - `elevenlabs` → `@elevenlabs/elevenlabs-js` v2.29.0 (official package)
29
+ - `puppeteer` v22.6.0 → v24.34.0 (latest stable)
30
+ - **Updated all other dependencies**:
31
+ - `@google/genai` → v1.34.0
32
+ - `openai` → v6.15.0
33
+ - `chalk` → v5.6.2
34
+ - `cheerio` → v1.1.2
35
+ - `ora` → v9.0.0
36
+ - **Updated dev dependencies**:
37
+ - `@biomejs/biome` → v2.3.11
38
+ - `@types/node` → v25.0.3
39
+ - `typescript` → v5.9.3
40
+
41
+ ### 🔧 Fixed: API Compatibility
42
+ - Updated ElevenLabs API calls to use v2 format (`textToSpeech.convert()` method)
43
+ - Fixed TypeScript errors in voice synthesis module
44
+ - Removed constant condition linting error
45
+ - Fixed voice parameter handling to prevent undefined errors
46
+
47
+ ### ✨ Improved: User Experience
48
+ - No more deprecation warnings during installation
49
+ - Automatic voice matching for detected content language
50
+ - Better language output consistency across all AI models
51
+
8
52
  ## [0.10.2] - 2026-01-03
9
53
 
10
54
  ### 🗑️ Removed: Cache System (Temporary)