📝 Other Changes / 其他变更
- Optimize velopack artifacts (57d94ac)
- Ci (27e2050)
- Change os for osx-x64 build (cef9c06)
- Change os for osx-x64 build (949ca73)
🚨 Upgrade Notice: Velopack Migration / 升级提醒:Velopack 迁移
This notice applies to users upgrading from a pre-Velopack version. New users can ignore this.
此提醒适用于从旧版本(非 Velopack 安装版)升级的用户,新用户可忽略。
Starting from this version, Bakabase uses Velopack for installation and auto-updates. If you are upgrading from an older version, you must reinstall Bakabase using the new installer. Your existing data (database, configurations, etc.) remains in the old installation directory and needs to be manually migrated.
从本版本开始,Bakabase 使用 Velopack 进行安装和自动更新。如果你是从旧版本升级,需要使用新安装包重新安装 Bakabase。你的现有数据(数据库、配置等)仍保留在旧安装目录中,需要手动迁移。
Migration Steps / 迁移步骤
- Close Bakabase / 关闭 Bakabase 应用。
- Locate your old data / 找到旧数据:Navigate to your old installation directory and find the
AppDatafolder. / 进入旧安装目录,找到AppData文件夹。 - Copy to new location / 复制到新位置:Copy the contents of the old
AppDatafolder into the new installation'sAppDatadirectory. You can find the newAppDatapath in Settings > System > App Data Path. / 将旧AppData文件夹中的所有内容复制到新安装目录的AppData目录中。新的AppData路径可在【系统】-【配置】-【应用数据路径】中找到。 - Overwrite if prompted / 如有冲突选择覆盖。
- Restart Bakabase / 重新启动 Bakabase。
Verify Correct Structure / 验证目录结构
After copying, your AppData directory should look like this / 复制完成后,你的 AppData 目录应如下所示:
AppData/
├── bakabase_insideworld.db ← Main database / 主数据库 (required / 必须存在)
├── bootstrap_log.db ← Log database / 日志数据库
├── configs/ ← Configuration files / 配置文件 (required / 必须存在)
│ ├── updater.json
│ └── ...
├── data/ ← User data / 用户数据
├── backups/ ← Version backups / 版本备份
├── temp/ ← Temporary files / 临时文件
└── components/ ← External components / 外部组件
⚠️ Common mistake / 常见错误: Do not copy the
AppDatafolder itself, only its contents. Otherwise you'll end up withAppData/AppData/...which won't work. / 不要复制AppData文件夹本身,只复制其中的内容。否则会导致AppData/AppData/...的嵌套结构。
You can also find a migration guide in the app at Settings > System > App Data Path > Legacy Data Migration. / 你也可以在应用内【系统】-【配置】-【应用数据路径】-【旧版数据迁移】找到迁移指南。
Downloads / 下载地址
Auto-update is available via Settings > System (installer version required).
可通过程序内【系统】-【配置】界面一键更新(需使用安装版)。
Windows
| Installer / 安装版 (Recommended / 推荐) | Portable / 免安装版 | |
|---|---|---|
| Aliyun CDN / 阿里云CDN | Aliyun CDN / 阿里云CDN | Download / 下载 |
| GitHub | Bakabase-Setup-win-x64.exe
| bakabase-2.3.0-beta.67-win-x64.zip
|
macOS
| Apple Silicon (arm64) | Intel (x64) | |
|---|---|---|
| Installer / 安装版 (Aliyun CDN) | Download / 下载 | Download / 下载 |
| Installer / 安装版 (GitHub) | Bakabase-Setup-osx-arm64.pkg
| Bakabase-Setup-osx-x64.pkg
|
| Portable / 免安装版 (Aliyun CDN) | Download / 下载 | Download / 下载 |
| Portable / 免安装版 (GitHub) | bakabase-2.3.0-beta.67-osx-arm64.zip
| bakabase-2.3.0-beta.67-osx-x64.zip
|