Skip to content

Commit

Permalink
Merge branch 'main' into 3.x/1.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayray75 committed Jul 19, 2023
2 parents 40af4e2 + af79098 commit 7a6fb4e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog


## v3.1.0

* Added Chinese Traditional translation ([#13](https://github.com/Grayray75/FPS-Display/pull/13)).
* Backport v3 to older Minecraft versions.

## v3.0.1

* Fix fallback option screen messages.
* Fixed fallback option screen messages.
* Use slider for text alpha option.

## v3.0.0
Expand All @@ -17,12 +23,12 @@ Cloth Config is still required in order to change the mod settings ingame.

## v1.5.0

* Added es_es translation. ([#10](https://github.com/Grayray75/FPS-Display/pull/10))
* Added Spanish translation. ([#10](https://github.com/Grayray75/FPS-Display/pull/10))
* Added an option to change the text size. ([#7](https://github.com/Grayray75/FPS-Display/issues/7))

## v1.4.2

* Added pt_br translation. ([#6](https://github.com/Grayray75/FPS-Display/pull/6))
* Added Brazilian Portuguese translation. ([#6](https://github.com/Grayray75/FPS-Display/pull/6))

## v1.4.1

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ modrinth {

projectId = "DIlqwRFH"
versionNumber = "${project.mod_version}"
versionName = "[${project.minecraft_version_supported}] FPS-Display v${project.mod_version}"
versionName = "v${project.mod_version} (${project.minecraft_version_supported})"
versionType = "release"
changelog = "A changelog can be found at https://github.com/Grayray75/FPS-Display/blob/v3/CHANGELOG.md"
changelog = "A changelog can be found at https://github.com/Grayray75/FPS-Display/blob/main/CHANGELOG.md"

uploadFile = remapJar
gameVersions = ["1.8.9"]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx2G
loader_version=0.14.21

# Mod Properties
mod_version=3.0.1
mod_version=3.1.0
maven_group=io.grayray75.mods
archives_base_name=fpsdisplay
minecraft_version_supported=1.8.9
Expand Down
16 changes: 16 additions & 0 deletions src/main/resources/assets/fpsdisplay/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"text.fpsdisplay.options.fallback_title": "FPS-Display 設定通知",
"text.fpsdisplay.options.fallback_message": "請安裝 'Cloth Config API' 才能存取設定選單",
"text.fpsdisplay.options.title": "FPS-Display 設定",
"text.fpsdisplay.options.enabled": "已啟用",
"text.fpsdisplay.options.advancedStats": "顯示最小、平均和最高 FPS",
"text.fpsdisplay.options.textSize": "文字大小",
"text.fpsdisplay.options.textColor": "文字顏色",
"text.fpsdisplay.options.textAlpha": "文字透明度",
"text.fpsdisplay.options.textShadows": "文字陰影",
"text.fpsdisplay.options.offsetTop": "上邊距",
"text.fpsdisplay.options.offsetLeft": "左邊距",
"text.fpsdisplay.options.keybindMode": "左邊距",
"key.fpsdisplay.category": "FPS-Display",
"key.fpsdisplay.toggleOverlay": "開關 FPS 顯示"
}

0 comments on commit 7a6fb4e

Please sign in to comment.