MiniGUI 5.0.3 发布!
MiniGUI 开发团队宣布 MiniGUI 5.0.3 的可用性。
5.0.3 的新特性
在这个版本中,我们修复了一些 bug,并对 MiniGUI 做了一些小的改进:
- 修复:
- 即使获得
EINTR
,也要检查过期计时器。 - 为回退排序器的
refresh_dirty_region
方法添加静态修饰符。 - 修复
RegisterListenFD
中的一个错误。 - 修复
allocate_more_fd_slots
中的一个错误。
- 即使获得
- 调整:
- 在选择一个新的合成器后,为所有可见的 z 节点重新构建私有数据。
- 增强:
- 新的配置选项:
--enable-mgslicefallback
构建 mgslice 的回退实现。 - 新 API:
ServerGetTopmostZNodeOfType
. - 通过 @ehello (https://github.com/ehello) 为 FreeRTOS 合并一些代码。
- 新的配置选项:
并更新以下组件:
- mg-tests: Merge
comm-engines-freertos
from @ehello for FreeRTOS. - mg-demos: Merge
softkbd2
from @Iorest to use RIME input engine.
相关链接
- 源代码包:/download/
- 构建脚本:
- 文档:
- 公共存储库:
- GitHub: https://github.com/VincentWei/
- GitLab: https://gitlab.fmsoft.cn/VincentWei/
Loading Conversation