Skip to content

Releases: project-vrcat/vrchat-osc-manager

v0.1.1

16 Jun 09:19
Compare
Choose a tag to compare

Changelog

  • 051fb5e BREAKING CHANGE: 移除GUI
  • 2da69d1 chore: 不隐藏ConsoleWindow
  • e72813b chore: 更换toml
  • 9882644 chore: 清理未使用的代码
  • 5b4dd9e feat(gui): 添加Runtime检测
  • a3290a5 feat: GUI
  • 03d0df5 feat: Logger
  • baa9761 feat: LoggerError样式更新
  • f001909 feat: add example-plugin
  • 7aa32b6 feat: 优先使用runtime目录下的可执行文件
  • a42c6b6 feat: 允许指定runtimeplugins目录
  • 93cc654 feat: 添加 listen_parameters
  • 251862f feat: 添加 nogui 启动参数
  • 299d631 feat: 添加 debug flag
  • 0432493 feat: 添加AvatarChange事件
  • bfb98a1 fix: Plugin的Dir不参与编码
  • c009dfa fix: Windows API
  • 0ac5ba2 fix: manifest文件名错误
  • dd612de fix: drunkenly code
  • faa74f1 fix: get_options 不再返回 avatar_bind
  • 5833409 fix: typos
  • d1aed07 fix: typos
  • fe59c29 fix: update tests
  • 3b9fdc7 fix: 非绑定Avatar不再发送 parameters
  • 585c906 refactor: Config重构

v0.1.0

13 Apr 23:09
Compare
Choose a tag to compare

Changelog

  • 833999e Update .gitignore
  • b11d07d chore: Introduce end-of-line normalization
  • 3623ba9 chore: Update .gitignore
  • 90f55c7 chore: go版本更新为使用1.18
  • 0cd707f chore: 移除多余的module
  • ff78435 chore: 补全archives缺少的文件
  • 4a943c3 ci: Add release.yml
  • 2e5b0f7 config: 添加osc相关配置
  • ca6cafe feat: Avatar bind close #1
  • bf56489 feat: Config选项
  • f3423dd feat: Plugin添加author字段, Config添加Plugin相关配置
  • 75e6da8 feat: 为plugin添加单独的log处理
  • 4815e23 feat: 禁止未注册的插件发送消息
  • 5c66673 first commit 🎉
  • 50efaaa fix: EOF错误
  • ca877da fix: cmd下颜色显示错误
  • a4c7fa8 fix: plugin启动阻塞修复
  • 64e99cc fix: 使用WriteServerText发送消息
  • 30ac9b9 fix: 去除多余的格式化
  • fc0e285 fix: 重复调用cmd.Wait引起的Panic close #2
  • 45e92e1 fix: 非Avatar相关的消息不再检测Avatar绑定
  • 353e1f8 refactor: 重构
  • 29e863e style: import排序