Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jyhsu2000 committed Feb 23, 2024
1 parent 41746e3 commit 2ebd091
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## Unreleased Version

- None

## v2.4.0 (for v1.20.x)

- Add permission node for bypassing 6-patterns limit when getting banners (Enabled in config)
- Update Spigot API to 1.20.1
- Update Java compile target version to 17
Expand All @@ -11,6 +15,8 @@
- [Experimental] Add `/bm view` command for banner sharing (via text, in social media other than Minecraft)
- Example: `/bm view rO0ABXQADjE0O2NyOjE7Y3JlOjEx`

*Note: Some messages of **Experimental features** cannot be translated yet.*

## v2.3.2 (for 1.17.x)

- Update to 1.17.1
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.zh-tw.md
Expand Up @@ -2,6 +2,10 @@

## 未釋出版本

- 暫無

## v2.4.0 (for v1.20.x)

- 新增權限節點,使取得旗幟時,能夠忽略 6 種樣式的限制(於設定檔中啟用)
- 更新 Spigot API 至 1.20.1
- 更新 Java 編譯目標版本至 17
Expand All @@ -11,6 +15,7 @@
- 【實驗性功能】新增 `/bm view` 指令,用於分享旗幟(透過文字,在 Minecraft 以外的社交平台)
- 範例: `/bm view rO0ABXQADjE0O2NyOjE7Y3JlOjEx`

*請留意:**實驗性功能** 中有一些訊息尚無法翻譯。*

## v2.3.2 (for 1.17.x)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<!-- The Basics -->
<groupId>club.kid7</groupId>
<artifactId>BannerMaker</artifactId>
<version>2.3.2</version>
<version>2.4.0</version>
<dependencies>
<!-- Bukkit API -->
<dependency>
Expand Down

0 comments on commit 2ebd091

Please sign in to comment.