Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Release v0.2.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubik65536 committed Aug 7, 2022
1 parent 4480498 commit 590aa40
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
30 changes: 20 additions & 10 deletions RELEASE_NOTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,26 @@ Template for changes, <mandatory> [optional]

------

# User Friendly Version
# Universal Chat and Broadcast API

:bangbang: This version **MIGHT NOT** represent all the features in the final production/official version! :bangbang:

## :warning: BREAKING CHANGES :warning:

- The name of the built jar file no longer contains the revision number and the `-all` suffix.
- 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 by `sendMessage`

## New features

- The version numbers in the software are shown in a more user-friendly way.
- 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

`There is nothing to display yet.`
- LOGs outputting to `STDOUT` will shown in a simplified format
- Functions for sending messages to QQ Groups were moved from `QQBotEntity` to `QQGroupEntity`

## Bug fixes

Expand All @@ -34,21 +39,26 @@ Template for changes, <mandatory> [optional]

------

# 用户友好的版本号展示
# 通用聊天和广播 API

:bangbang: 该版本 **可能不会** 代表在生产/正式版本中的所有功能! :bangbang:

## :warning: 破坏性变更 :warning:

- 编译完成的 jar 文件的名称不再包含修订号和 `-all` 后缀。
- QQ 机器人专有的消息发送 API 已被移除
- Minecraft 服务器专有的消息/广播发送 API 已被移除
- Minecraft 服务器的 `say` 函数已被替换为 `sendMessage`

## 新增功能

- 版本号在软件内的显示方案更加用户友好。
- 日志将会被写入文件 `RemoteMC-Core.log`
- 每日日志将会被存档为文件 `RemoteMC-Core.YYYY-MM-DD.log.gz`。超过 30 天或 3GB 的存档将会被删除
- 向 QQ 群聊发送广播的函数已被添加

## 优化与改进

`暂时没有可以显示的内容`
- 输出到 `STDOUT` 的日志内容将会以简化格式显示
- 将向 QQ 群聊发送消息的函数从 `QQBotEntity` 移动到 `QQGroupEntity`

## 错误修复

Expand All @@ -60,5 +70,5 @@ Template for changes, <mandatory> [optional]

------

**Full Changelog**: https://github.com/iXORTech/RemoteMC-Core/compare/v0.1.0-beta.1...v0.1.1-beta
**完整的更新日志**: https://github.com/iXORTech/RemoteMC-Core/compare/v0.1.0-beta.1...v0.1.1-beta
**Full Changelog**: https://github.com/iXORTech/RemoteMC-Core/compare/v0.1.1-beta...v0.2.0-beta
**完整的更新日志**: https://github.com/iXORTech/RemoteMC-Core/compare/v0.1.1-beta...v0.2.0-beta
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.2.0
stage=dev
stage=beta

0 comments on commit 590aa40

Please sign in to comment.