Skip to content

v5.4.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 14:33
· 27 commits to master since this release

Major Changes

  • Remove log file fallback for non-TTY output. Systemd now handles all log persistence via journald, avoiding duplication and conflicts with standard logging practices. View logs with journalctl -u rttys.
  • Update Go module name to github.com/zhaojh329/rttys/v5 for compliance with Go module specifications.

New Features

  • Add support for changing terminal font size via shortcut key.
  • Add support for find/search in terminal.

UI Improvements

  • Optimize context menu display effect.
  • Optimize terminal display effect.

Full Changelog: v5.3.0...v5.4.1


主要变更

  • 移除非TTY输出时的日志文件写入,日志持久化统一交由 systemd 的 journald 管理,避免重复和冲突。可用 journalctl -u rttys 查看日志。
  • Go module 名称更新为 github.com/zhaojh329/rttys/v5,符合 Go 语言模块规范。

新特性

  • 支持通过快捷键调整终端字体大小。
  • 支持终端查找/搜索功能。

UI 优化

  • 优化右键菜单显示效果。
  • 优化终端显示效果。

完整变更记录: v5.3.0...v5.4.1