Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jul 12, 2024
1 parent 6b067bb commit 16ff37f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: package/ModManager-${{ env.VERSION }}-${{ matrix.qt_ver }}-Installer.exe
file: ModManager-${{ env.VERSION }}-${{ matrix.qt_ver }}-x64-Installer.exe
asset_name: ModManager-${{ env.VERSION }}-${{ matrix.qt_ver }}-x64-Installer.exe
tag: ${{ github.ref }}
overwrite: true
Expand Down
34 changes: 34 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

## 正式发布 Release

### v1.1.1

*2024.07.12*

Update to the lateset API(Curseforge/Modrinth). Thanks to @Forgot-Dream .
更新了最新的网站API(Curseforge/Modrinth),感谢:@Forgot-Dream

Added speed chart display for downloader.
添加了下载器的速度图表绘制。

Web Images in mod descriptions can be displayed now.
mod描述中在线图片也能显示了。

Added more frameless windows.
添加了更多窗口的无边框显示。

Tweaked windows title bar.
调整了标题栏样式。

Tweaked QSS Stylesheet.
调整了QSS样式表。

Changed default download path for self-update.
更改了Mod管理器自我更新的下载位置。

Improved performance for list widget.
优化了列表窗体的性能。

Fixed display issues when open a subwindow under frameless mode.
修复了无边框窗口模式下打开子窗口时出现的问题。

Fixed menubar under native window.
修复了原生窗口下的菜单栏问题。

### v1.1.0

*2022.03.02*
Expand Down

0 comments on commit 16ff37f

Please sign in to comment.