update at 2025-11-04 20:25:12

This commit is contained in:
douboer
2025-11-04 20:25:12 +08:00
parent 931c99a4d8
commit aa18b18853
7 changed files with 50 additions and 11 deletions

View File

@@ -55,6 +55,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---
## [2.0.2] - 2025-11-04
### Fixed
- Terminal compatibility: Fixed brief terminal/tab title flash when invoking `fcitx-remote` from terminal Vim by launching commands fully detached (nohup/background) and redirecting output
- Compatibility: Removed unsupported `job_start(..., {'detach': v:true})` usage to work with more Vim builds
### Documentation
- Minor docs update: note terminal behavior fix in README and RELEASE
---
## [1.0.8] - 2025-01-04
This is a major update that introduces input method state memory and fixes several critical issues.