Releases: wavetermdev/waveterm
Releases · wavetermdev/waveterm
Wave Terminal v0.8.5 Release
What's Changed
Full Changelog: v0.8.4...v0.8.5
Wave Terminal v0.8.4 Release
What's Changed
- Add setting to disable Chromium hardware acceleration by @esimkowitz in #847
- legacy message for v7 upgrades by @sawka in #858
- if WAVETERM_HOME is set, use that in emain by @sawka in #859
Full Changelog: v0.8.3...v0.8.4
Wave Terminal v0.8.4-beta.6 Release
What's Changed
- Fail silently if launch settings don't exist by @esimkowitz in #857
- legacy message for v7 upgrades by @sawka in #858
- if WAVETERM_HOME is set, use that in emain by @sawka in #859
Full Changelog: v0.8.4-beta.4...v0.8.4-beta.6
Wave Terminal v0.8.4-beta.4 Release
What's Changed
- Rename fileName to path to try and appease CodeQL by @esimkowitz in #852
- Move settings check after wavesrv startup by @esimkowitz in #854
- Fetch settings directly from filesystem on launch by @esimkowitz in #855
Full Changelog: v0.8.4-beta.2...v0.8.4-beta.4
Wave Terminal v0.8.4-beta.2 Release
What's Changed
- Switch to macos-latest runner now that it is ARM by @esimkowitz in #851
Full Changelog: v0.8.4-beta.1...v0.8.4-beta.2
Wave Terminal v0.8.4-beta.1 Release
What's Changed
- Add setting to disable Chromium hardware acceleration by @esimkowitz in #847
- Add Legacy docs link, update primary docs link by @esimkowitz in #848
- update wave screenshot by @sawka in #850
Full Changelog: v0.8.3...v0.8.4-beta.1
Wave Terminal v0.8.3 Release
What's Changed
- Fixes a Glibc compatibility issue with older versions of Linux that would cause crashes
- Fixes a permissions issue when installing via .DEB
- Adds a user setting for using the native title bar on Windows and Linux, rather than the Window Controls Overlay
Full Changelog: v0.8.2...v0.8.3
Wave Terminal v0.8.3-beta.9 Release
What's Changed
- Update build instructions to reflect Zig dependency by @esimkowitz in #832
- Add link to Zig site to build instructions by @esimkowitz in #833
- Fix two lingering The Next Wave references by @esimkowitz in #834
- Fix chrome sandbox issue on Ubuntu by @esimkowitz in #835
- Use older glibc target by @esimkowitz in #836
- Add native titlebar setting by @esimkowitz in #837
- only specify older toolchain if not arm by @esimkowitz in #838
- fix taskfile syntax by @esimkowitz in #839
- don't use zig for arm by @esimkowitz in #840
- fix quotes by @esimkowitz in #841
Full Changelog: v0.8.3-beta.3...v0.8.3-beta.9
Wave Terminal v0.8.3-beta.10 Release
What's Changed
- Update README.md by @esimkowitz in #842
- Remove static linking now that we target lower glibc version by @esimkowitz in #843
Full Changelog: v0.8.3-beta.9...v0.8.3-beta.10
Wave Terminal v0.8.2 Release
Fixes a nasty crash on startup for Linux users.
We use the netcgo DNS resolver, but built a static binary. That causes a crash since the netcgo library requires dynamic linking against glibc. No code changes in this quick patch, just updated build flags which fix the crash.