Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
1.0.7 stable release
Browse files Browse the repository at this point in the history
1.0.7 穩定版發布
## 新功能
- 自動在背景更新微軟帳號憑證
- 能在 macOS 上正常啟動 Minecraft 客戶端與伺服器 (部份功能尚未支援)
- 程式本身正式支援 Apple M1 晶片,會在未來更新陸續支援 M1 的其他功能 (例如 Java)
- 使用全新的 Material 3 Design 界面 (Android 12 在用的)
- 搜尋模組時候,可以直接按下 Enter 鍵不用再手動按下搜尋按鈕
- 支援啟動 1.19 的快照版與預發行版

## 改善
- 新的模組資料快取機制,讓讀取速度更快,也避免出現資料損毀或遺失的問題
- 更新底層框架 Flutter 到 3.0 ,加快了渲染速度也修復了一些相容性問題
- 改善多視窗背後邏輯,使其更穩定
- 使用新的檔案選擇函式庫,讓選擇檔案更加順暢
- 從 CurseForge 下載模組時的前置模組不會再下載錯平台了
- 改善多執行緒效能
- 修復了數不清的 bug

## 修復
- 無法下載來自 CurseForge 的模組或模組包
- 無法在 Windows 7 上開啟 RPMLauncher
- macOS 上的記憶體顯示錯誤
  • Loading branch information
SiongSng authored May 28, 2022
2 parents 6728305 + 38c9d3c commit 0382087
Show file tree
Hide file tree
Showing 237 changed files with 7,423 additions and 6,046 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report-english-.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report (English)
description: Submit RPMLauncher bug report
title: "[Bug]: "
title: "[Bug] "
labels: ["Bug", "In triage"]
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report-traditional-chinese.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 錯誤報告 (繁體中文版)
description: 提交 RPMLauncher 錯誤報告
title: "[Bug]: "
title: "[Bug] "
labels: ["Bug", "In triage"]
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blank_issues_enabled: false
blank_issues_enabled: true
contact_links:
- name: RPMLauncher Discord Community
url: https://discord.gg/5xApZtgV2u
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request-english.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature Request (English)
description: Please request a new feature
title: "[Feature Request]: "
title: "[Feature Request] "
labels: ["Enhancement", "In triage"]
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request-traditional.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: 功能請求 (繁體中文版)
description: 請求新功能
title: "[Feature Request]: "
title: "[Feature Request] "
labels: ["Enhancement", "In triage"]
body:
- type: markdown
Expand Down
Loading

0 comments on commit 0382087

Please sign in to comment.