0.1.7
Changelog
All notable changes to the Zip Viewer extension will be documented in this file.
[Unreleased]
📝 Other Changes
-
Add changelog generation and update README with new features
-
📜 docs: Generate changelog automatically using git-cliff
-
📝 docs: Update README with enhanced features and usage instructions
-
🔧 chore: Add configuration for changelog generation
[0.1.5] - 2025-12-30
📝 Other Changes
-
Update Node.js version in build workflow
-
🔧 Upgrade Node.js from 18 to 20
-
🚀 Ensures compatibility with latest features and improvements
-
Refactor image handling to use native viewer
-
🖼️ Open images with VS Code's native viewer
-
📁 Extract images to a temporary file
-
🔄 Remove webview implementation for image display
-
Add logging functionality and improve zip file handling
-
📝 Implement shared logger for better debugging
-
🔍 Enhance zip file security checks
-
📦 Update package dependencies for improved functionality
-
⚙️ Add configuration options for logging verbosity
-
Refactor build workflow for improved readability and consistency
-
✨ Clean up indentation and formatting
-
🔧 Maintain existing functionality
-
Update project configuration and workflows
-
🗂️ Add versioning configuration in version.json
-
📝 Remove changelog.md file
-
🔧 Update package.json with author, bugs, and repository info
-
🚀 Create GitHub Actions workflow for build and publish
-
🔍 Update .vscodeignore to include new files
-
Enhance Zip View extension functionality and security
-
📝 Updated README with new features and usage instructions
-
⚙️ Added configuration options for file size, compression ratio, and cache size
-
🔒 Implemented path sanitization to prevent traversal attacks
-
🚨 Added zip bomb detection based on compression ratio
-
🖼️ Improved image handling in webview with HTML escaping
-
📄 Added MIT License file
-
🖼️ Included extension icon
-
Add zip file viewer extension
-
✨ Create package.json for extension metadata
-
📂 Implement ZipContentProvider for zip file handling
-
📁 Add ZipExplorerProvider to manage zip file tree view
-
📜 Create ZipTreeItem for representing zip entries
-
🔗 Register commands for opening files and showing in workspace
-
🖼️ Add image preview functionality for binary files
-
🧪 Include basic test suite for extension
-
⚙️ Configure TypeScript with tsconfig.json
Generated by git-cliff