glance-cli 0.8.4 → 0.8.5

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/CHANGELOG.md +11 -0
  2. package/dist/cli.js +255 -255
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,17 @@ 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.5] - 2026-01-02
9
+
10
+ ### Fixed
11
+ - **Text Encoding**: Completely fixed garbled text output issues
12
+ - Added comprehensive charset detection and handling in content fetcher
13
+ - Implemented multi-layer text sanitization to eliminate binary artifacts
14
+ - Enhanced encoding artifact cleanup throughout the processing pipeline
15
+ - Added final output sanitization while preserving colors and emojis
16
+ - Fixed Windows-1252 to UTF-8 encoding corruption patterns
17
+ - Ensured production-ready text handling for all content types
18
+
8
19
  ## [0.8.3] - 2026-01-02
9
20
 
10
21
  ### Fixed