Skip to content

Tags: huangzheng2016/0E7

Tags

v1.10.0

Toggle v1.10.0's commit message
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

v1.10.0-rc2

Toggle v1.10.0-rc2's commit message
Release candidate 2

v1.10.0-rc1

Toggle v1.10.0-rc1's commit message
fix: Use Ubuntu 22.04 and libwebkit2gtk-4.0-dev for Wails Linux build

v1.9.10

Toggle v1.9.10's commit message
fix: Use Ubuntu 22.04 for Wails Linux build

- Change runs-on from ubuntu-latest to ubuntu-22.04
- Ubuntu 22.04 still has libwebkit2gtk-4.0-dev package
- Ubuntu 24.04 removed libwebkit2gtk-4.0-dev in favor of 4.1

v1.9.9

Toggle v1.9.9's commit message
fix: Add Wails Linux build dependencies to GitHub Actions

- Install libgtk-3-dev, libwebkit2gtk-4.0-dev and related packages
- Required for building Wails desktop app on Linux

v1.9.8

Toggle v1.9.8's commit message
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

v1.9.7

Toggle v1.9.7's commit message
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

v1.9.5

Toggle v1.9.5's commit message
Refactor project structure and rename Electric to Electron

v1.9.4

Toggle v1.9.4's commit message
Release v1.9.4

v1.9.3

Toggle v1.9.3's commit message
Release v1.9.3