Releases: iXORTech/RemoteMC-Core
Version 0.3.0 Beta (908F084)
On/Offline notification & Logging Improvements
⚠️ BREAKING CHANGES ⚠️
There is nothing to display yet.
New features
- Broadcast to all servers when a sever becomes online/offline
- Allow to ignore some servers when messaging/broadcasting to all servers
- Improve the amount of information in the LOGs
Improvements
There is nothing to display yet.
Bug fixes
There is nothing to display yet.
Known Bugs
There is nothing to display yet.
上下线通知 & 日志改进
⚠️ 破坏性变更 ⚠️
暂时没有可以显示的内容
新增功能
- 当服务器上线/下线时,向所有服务器广播
- 允许在向所有服务器发送消息/广播时忽略某些服务器
- 增加 LOG 中的信息量
优化与改进
暂时没有可以显示的内容
错误修复
暂时没有可以显示的内容
已知错误
暂时没有可以显示的内容
Full Changelog: v0.2.1-beta...v0.3.0-beta
完整的更新日志: v0.2.1-beta...v0.3.0-beta
Version 0.2.1 Beta (BD259A6)
Universal Chat and Broadcast API - Response Improvements
⚠️ BREAKING CHANGES ⚠️
- Response handler for Universal Chat and Broadcast APIs need to be refactored. See the first element in the
Improvements
section.
New features
There is nothing to display yet.
Improvements
- The response of the Universal Chat and Broadcast APIs now contains response from EVERY client that RemoteMC-Core is requesting instead of just the first one.
Bug fixes
There is nothing to display yet.
Known Bugs
There is nothing to display yet.
通用聊天和广播 API - 响应改进
⚠️ 破坏性变更 ⚠️
- 通用聊天和广播 API 的响应处理器需要进行重构。请参考
优化与改进
部分的第一项内容。
新增功能
暂时没有可以显示的内容
优化与改进
- 通用聊天和广播 API 的响应现在包含了每个 RemoteMC-Core 请求的客户端的响应而不是仅第一个。
错误修复
暂时没有可以显示的内容
已知错误
暂时没有可以显示的内容
Full Changelog: v0.2.0-beta...v0.2.1-beta
完整的更新日志: v0.2.0-beta...v0.2.1-beta
Version 0.2.0 Beta (590AA40)
Universal Chat and Broadcast API
⚠️ BREAKING CHANGES ⚠️
- The dedicated messaging APIs for QQ Bots were removed
- The dedicated messaging/broadcasting APIs for Minecraft Servers were removed
- The
say
function of Minecraft Servers was replaced bysendMessage
New features
- LOGs will be written to a file named
RemoteMC-Core.log
- LOGs of every day will be archived in a file named
RemoteMC-Core.YYYY-MM-DD.log.gz
. An archive of more than 30 days or 3GB will be deleted - Function for sending broadcast to QQ Groups was added
Improvements
- LOGs outputting to
STDOUT
will shown in a simplified format - Functions for sending messages to QQ Groups were moved from
QQBotEntity
toQQGroupEntity
Bug fixes
There is nothing to display yet.
Known Bugs
There is nothing to display yet.
通用聊天和广播 API
⚠️ 破坏性变更 ⚠️
- QQ 机器人专有的消息发送 API 已被移除
- Minecraft 服务器专有的消息/广播发送 API 已被移除
- Minecraft 服务器的
say
函数已被替换为sendMessage
新增功能
- 日志将会被写入文件
RemoteMC-Core.log
- 每日日志将会被存档为文件
RemoteMC-Core.YYYY-MM-DD.log.gz
。超过 30 天或 3GB 的存档将会被删除 - 向 QQ 群聊发送广播的函数已被添加
优化与改进
- 输出到
STDOUT
的日志内容将会以简化格式显示 - 将向 QQ 群聊发送消息的函数从
QQBotEntity
移动到QQGroupEntity
中
错误修复
暂时没有可以显示的内容
已知错误
暂时没有可以显示的内容
Full Changelog: v0.1.1-beta...v0.2.0-beta
完整的更新日志: v0.1.1-beta...v0.2.0-beta
Version 0.1.1 Beta (3CB9B5C)
User Friendly Version
⚠️ BREAKING CHANGES ⚠️
- The name of the built jar file no longer contains the revision number and the
-all
suffix.
New features
- The version numbers in the software are shown in a more user-friendly way.
Improvements
There is nothing to display yet.
Bug fixes
There is nothing to display yet.
Known Bugs
There is nothing to display yet.
用户友好的版本号展示
⚠️ 破坏性变更 ⚠️
- 编译完成的 jar 文件的名称不再包含修订号和
-all
后缀。
新增功能
- 版本号在软件内的显示方案更加用户友好。
优化与改进
暂时没有可以显示的内容
错误修复
暂时没有可以显示的内容
已知错误
暂时没有可以显示的内容
Full Changelog: v0.1.0-beta.1...v0.1.1-beta
完整的更新日志: v0.1.0-beta.1...v0.1.1-beta
Version 0.1.0-beta.1 (87B27CE)
Full Changelog: v0.1.0-beta...v0.1.0-beta.1
完整的更新日志: v0.1.0-beta...v0.1.0-beta.1
Version 0.1.0-beta (4052EB2)
Minecraft Server
below represents the MCDR component of RemoteMC
Minecraft 服务器
代表 RemoteMC 的 MCDR 组件
The first beta version
⚠️ BREAKING CHANGES ⚠️
There is nothing to display yet.
New features
- Configuration via a file
- I18N (Internationalization), currently supporting
en
(English) andzh_CN
(Chinese Simplified) - Welcome page
- Status page
- Connection functionalities for Minecraft Servers (tested with basic functionalities)
- APIs for operating Minecraft Server (tested with basic functionalities)
- Connection functionalities for QQ Bots (untested)
- APIs for operating QQ Bots (untested)
Improvements
There is nothing to display yet.
Bug fixes
There is nothing to display yet.
Known Bugs
There is nothing to display yet.
首个 Beta 版本
⚠️ 破坏性变更 ⚠️
暂时没有可以显示的内容
新增功能
- 通过文件进行配置
- I18N(本地化),目前支持
en
(英语)以及zh_CN
(简体中文) - 欢迎页面
- 状态页面
- Minecraft 服务器的连接功能(已通过一些基础功能测试)
- Minecraft 服务器的控制 API(已通过一些基础功能测试)
- QQ 机器人的连接功能(未经测试)
- QQ 机器人的控制 API(未经测试)
优化与改进
暂时没有可以显示的内容
错误修复
暂时没有可以显示的内容
已知错误
暂时没有可以显示的内容
Full Changelog: https://github.com/iXORTech/RemoteMC-Core/commits/v0.1.0-beta
完整的更新日志: https://github.com/iXORTech/RemoteMC-Core/commits/v0.1.0-beta