Skip to content

v1.7.0

Compare
Choose a tag to compare
@xfgryujk xfgryujk released this 31 Aug 12:12
· 135 commits to master since this release
  • 支持官方的嵌入弹幕消息中的表情
  • 当启用通过服务器转发消息时,可以从弹幕消息获取头像,而不需要额外请求获取头像
  • 通过多个接口获取头像,防止单个接口失效
  • 翻译区分优先级,SC消息优先翻译,并且失败时会自动重试
  • 优化了头像和翻译的缓存算法
  • 优化了消息平滑算法
  • 添加了启动时打开浏览器的配置
  • 移除了每个翻译器的队列长度配置,添加了全局的翻译队列长度配置
  • 添加了服务器监听的地址配置

  • Added support for the official text emotes
  • When messages are relayed by the server, avatars are got from danmaku messages instead of requiring an additional request to get the avatar
  • Get the avatar through multiple API to prevent the single API from failing
  • Translation has priority now. Superchats will be translated first, and will be automatically retried if failed
  • Optimized the caching algorithm for avatars and translations
  • Optimized the message smoothing algorithm
  • Added the configuration of whether to open browser at startup
  • Removed the configuration of the queue length of each translator, and added a global translation queue length configuration
  • Added the configuration of the address which the server listens on