This commit is contained in:
AmintaCCCP
2025-09-23 15:51:15 +08:00
parent b2c49460ab
commit 69f4a0788c
3 changed files with 12 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "github-stars-manager",
"private": true,
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -17,7 +17,7 @@ export class UpdateService {
private static getCurrentVersion(): string {
// 在实际应用中,这个版本号应该在构建时注入
// 这里暂时硬编码,你可以通过构建脚本或环境变量来动态设置
return '0.1.4';
return '0.1.5';
}
static async checkForUpdates(): Promise<UpdateCheckResult> {

View File

@@ -29,4 +29,14 @@
</changelog>
<downloadUrl>https://github.com/AmintaCCCP/GithubStarsManager/releases/tag/v0.1.4</downloadUrl>
</version>
<version>
<number>0.1.5</number>
<releaseDate>2025-09-23</releaseDate>
<changelog>
<item>fix: Fixed the issue where the analysis progress becomes 0 due to switching headers during AI analysis</item>
<item>Add drag and no-drag regions for desktop app</item>
<item>switch to infinite scroll with consistent card widths</item>
</changelog>
<downloadUrl>https://github.com/AmintaCCCP/GithubStarsManager/releases/download/v0.1.5/github-stars-manager-0.1.5.dmg</downloadUrl>
</version>
</versions>