Skip to content

v1.9.05

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 02:48
· 11 commits to main since this release

v1.9.05

  1. Refactor: Using match-case to refactor language mapping and menu selection logic, making the code clearer and more maintainable. | 使用 match-case 重构语言映射和菜单选择逻辑,使代码更清晰、可维护性更高。
  2. Ci: Update the Python version in the ARM64 Docker build container to 3.10, making it more compatible and easier to migrate in the future. | 更新 ARM64 Docker 构建容器中的 Python 版本至 3.10,兼容性更强,方便未来迁移。
  3. Fix: f-string backslash expression errors in multiple files | 修復多個文件中的 f-string 反斜杠表達式錯誤
  4. Sync AUR new version 1.9.04 | 同步 AUR 新版本 1.9.04
  5. Fix: missing license install on pkgbuild @michaeldavis246611119 mention here | 修復 pkgbuild 中缺少授權安裝 @michaeldavis246611119 提到這裡
  6. Fix: readme table | 修復 readme 表格
  7. Fix: google-chrome package name problem, add "google-chrome-stable" [Bug]: Chrome error | Arch | gnome | AUR chrome #242 [Discussion]: how to use the new feature, Register with Google Account #249 [Discussion]: Having issues using the script in Ubuntu #487 [Bug]: Can open chromium bin in linux #616 | 修復 google-chrome 包名稱問題,添加 "google-chrome-stable" [Bug]: Chrome error | Arch | gnome | AUR chrome #242 [Discussion]: how to use the new feature, Register with Google Account #249 [Discussion]: Having issues using the script in Ubuntu #487 [Bug]: Can open chromium bin in linux #616
  8. Fix: exception error log | 修復異常錯誤日誌
  9. Fix: github oauth error [Bug]: #564 | 修復 github oauth 錯誤 [Bug]: #564
  10. Fix: ChromiumOptions.arguments type error: list object has no attribute 'get' | 修復 ChromiumOptions.arguments 類型錯誤:list 對象沒有屬性 'get'
  11. Fix: Some Issues | 修復一些問題

SHA256 Checksums

CursorFreeVIP_1.9.05_windows.exe: ff157c1c33a96a8992a3e684b30b5371429693350ea25cd46ccfed900e15d0f7
CursorFreeVIP_1.9.05_mac_arm64: ab0b83d912df8700e181545ef018784aad9871b3b773580151d4b34f54af09bd
CursorFreeVIP_1.9.05_linux_x64: 919c03bb4cd635ace81ae785bd942db9e8c399a931f92b58a21a22472a59aeeb
CursorFreeVIP_1.9.05_linux_arm64: 35e5549acf45240353291263604231faaefd36cb4b76d69c91eaba41753977f4
CursorFreeVIP_1.9.05_mac_intel: 959716005a5ea159c74b7aab9483cb1bbda3e4e4b2085f663d905d056fe9a51d

What's Changed

  • refactor: 优化语言逻辑 + 升级 Linux arm64 Docker Python 版本至 3.10 by @wang93wei in #614
  • fix: ❌ An error occurred: f-string expression part cannot include a b… by @haroondilshad in #613
  • update: aur release 1.9.04 & fix(linux): pkg name & fix(chrome): oauth error by @canmi21 in #630
  • Fix ChromiumOptions.arguments type error: list object has no attribute 'get' by @xbhel in #631

New Contributors

Full Changelog: v1.9.04...v1.9.05