Tags: huangzheng2016/0E7
Tags
feat: Add deb and dmg packaging support for Wails - Add automatic deb packaging for Linux using nfpm - Add automatic dmg packaging for macOS using create-dmg - Add automatic zip packaging for Windows - Remove original files after successful packaging - Install packaging tools in GitHub Actions (nfpm, create-dmg) - Update release workflow to include deb and dmg files
fix: Fix TypeScript type errors in LogViewer and TabManager - Fix NodeJS.Timeout type by using ReturnType<typeof setTimeout> - Fix xterm theme selection property with type assertion - Fix potential undefined array access in TabManager - Add node types to tsconfig.app.json for type-check
feat: Improve Wails backend integration and WebSocket handling - Add backend redirection with HTML redirect page - Improve WebSocket handling with direct TCP proxying - Optimize Wails build process and configuration - Update dependencies and build configuration
PreviousNext