release v1.3.8

This commit is contained in:
Bohdan Triapitsyn
2025-12-30 00:04:48 +02:00
parent 0f9c50cd58
commit 1492a2e512
9 changed files with 13 additions and 9 deletions
+3
View File
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.3.8] - 2025-12-29
- Added Intel Mac (x86_64) support for the desktop application (thanks to @rothnic).
- Build workflow now generates separate builds for Apple Silicon (arm64) and Intel (x86_64) Macs (thanks to @rothnic).
- Improved dev server HMR by reusing a healthy OpenCode process to avoid zombie instances.