Commit Graph

  • 9d8a38a4c4 fix: 修正 ORPC handler 语义、加固 Electron 安全、优化构建与运行时配置 main imbytecat 2026-03-05 14:06:43 +08:00
  • cd7448c3b3 docs: 统一使用 bun run <script> 避免与 Bun 内置子命令冲突 imbytecat 2026-03-05 12:57:26 +08:00
  • 58d7a453b6 style: 将 biome lineWidth 从默认 80 调整为 120 imbytecat 2026-03-05 12:28:18 +08:00
  • afc3b66efa refactor: 移除根 package.json 中冗余的 --filter 参数 imbytecat 2026-03-05 12:08:48 +08:00
  • 3c97e9c3eb refactor: 移除根 turbo.json 中冗余的 compile/dist 任务定义 imbytecat 2026-03-05 12:06:11 +08:00
  • 58620b4d4b feat: 补充 root compile/dist 脚本,通过 Turbo filter 委托到对应 app imbytecat 2026-03-05 11:56:49 +08:00
  • 04b8dedb3e fix: 修正 middleware 导入路径、清理 catalog 冗余项、同步文档 imbytecat 2026-03-05 11:22:49 +08:00
  • 02bdfffe79 refactor(client): 合并 orpc.ts 和 query-client.ts 为单文件,遵循 ORPC 官方模式 imbytecat 2026-03-05 11:05:53 +08:00
  • 0cd8b57d24 refactor: 优化项目结构 — 修复拼写、提取共享 interceptor、扁平化 db 目录、清理空包 imbytecat 2026-03-05 10:58:55 +08:00
  • 0438b52c93 refactor(db): 移除 drizzle() 多余的 schema 参数,RQBv2 只需 relations imbytecat 2026-03-05 10:37:47 +08:00
  • fd9478d64e docs: 同步 AGENTS.md 至 Drizzle v1 beta 并添加开发原则 imbytecat 2026-03-05 10:21:31 +08:00
  • 73614204f7 chore(deps): 升级 Drizzle ORM 到 1.0 beta 并迁移至 RQBv2 imbytecat 2026-03-05 10:17:10 +08:00
  • 61e7a1b621 chore(deps): 升级依赖并同步 VSCode 配置 imbytecat 2026-03-05 10:00:13 +08:00
  • 5ccde0a121 fix(server): 避免 SSR 导入 *.client 模块导致构建失败 imbytecat 2026-02-26 12:09:45 +08:00
  • 0553347bfe chore(deps): 升级 TanStack Start 与构建相关依赖 imbytecat 2026-02-26 12:09:37 +08:00
  • 52af81b079 ci(gitea): 移除 Gitea Actions 工作流 imbytecat 2026-02-17 18:30:38 +08:00
  • 527c1d1020 ci(gitea): 将 dist 工作流重命名为 release 并上传 AppImage 产物 imbytecat 2026-02-17 18:21:54 +08:00
  • 4ed961760a ci(gitea): 升级 mise action 并补充版本输出 imbytecat 2026-02-17 18:00:32 +08:00
  • c54b7d27a6 ci(gitea): 新增 mise + turbo dist 构建工作流 imbytecat 2026-02-17 17:52:28 +08:00
  • d478b94c13 chore(server): 切换 Bun 运行链路并同步升级核心依赖 imbytecat 2026-02-17 17:43:07 +08:00
  • 908b369732 fix(server): 使用 SubmitEventHandler 消除 React 19 弃用告警 imbytecat 2026-02-16 05:30:44 +08:00
  • 51724a7936 feat(desktop): 调整启动页 logo 与加载动画视觉 imbytecat 2026-02-16 05:18:27 +08:00
  • 93a2519012 feat(desktop): 迁移启动页到 React 并接入 Motion 动画 imbytecat 2026-02-16 05:10:15 +08:00
  • 5edab0ba1d feat(desktop): 恢复启动加载页并在服务就绪后切换 imbytecat 2026-02-16 04:28:37 +08:00
  • a451e08209 fix(server): 移除重复的 NODE_ENV 环境变量声明 imbytecat 2026-02-16 04:09:14 +08:00
  • e76a03d0f4 feat(desktop): 拆分 sidecar 管理并接入健康检查路由 imbytecat 2026-02-16 04:06:41 +08:00
  • aa1e2c81c6 chore: remove unused fingerprint utility and stale deps imbytecat 2026-02-16 03:03:33 +08:00
  • 7e2621ae37 chore(build): 调整脚本顺序并移除多余空行 imbytecat 2026-02-16 00:05:22 +08:00
  • 94a9122f34 feat(build): 统一编译命令并默认启用双架构 imbytecat 2026-02-15 23:48:37 +08:00
  • 275c8e4795 docs(agents): 同步多架构构建与打包命令说明 imbytecat 2026-02-15 23:32:32 +08:00
  • 8245abe217 feat(build): 支持桌面端多架构打包矩阵 imbytecat 2026-02-15 23:26:00 +08:00
  • 627e6f9dd3 chore: bump dependency catalog and lockfile versions imbytecat 2026-02-15 22:01:03 +08:00
  • e59e085217 chore(vscode): remove unused extension recommendations imbytecat 2026-02-15 21:51:36 +08:00
  • cd9826ded3 chore(desktop): tweak electron-vite dev watch and remove redundant --config flags imbytecat 2026-02-09 04:19:53 +08:00
  • 2efc57d9ee feat(desktop): show native error dialogs on startup failures imbytecat 2026-02-09 03:35:24 +08:00
  • 1f5940438a fix(desktop): use array format for win target in electron-builder config imbytecat 2026-02-09 03:16:48 +08:00
  • 0bab6372ac chore(desktop): reorganize electron-builder config and refine packaging targets imbytecat 2026-02-09 03:15:01 +08:00
  • 5f0c9d33cb chore imbytecat 2026-02-09 02:58:43 +08:00
  • 73982939a8 chore(desktop): add app icon and track resources directory imbytecat 2026-02-09 02:51:56 +08:00
  • 10c2d61523 fix(desktop): use CJS for preload script to fix sandbox loading error imbytecat 2026-02-09 02:17:57 +08:00
  • 18ce05854a feat(server): add NODE_ENV to shared env schema imbytecat 2026-02-09 01:59:45 +08:00
  • 7eccef5d8f chore(desktop): remove redundant config fields for KISS imbytecat 2026-02-09 01:41:34 +08:00
  • 41667cb33b refactor(desktop): simplify main process logic and improve naming imbytecat 2026-02-09 01:27:29 +08:00
  • 00c944e1b5 refactor(desktop): 精简主进程启动与退出逻辑并减少打包态日志噪音 imbytecat 2026-02-09 01:13:08 +08:00
  • f9edfd0058 fix(desktop): guard shutdown race and kill sidecar process tree imbytecat 2026-02-09 00:57:30 +08:00
  • 9aea89e16d fix(desktop): force app exit on windows window close imbytecat 2026-02-09 00:40:01 +08:00
  • 26b74b25f2 fix(desktop): use stdio ignore for sidecar to prevent process hang on quit imbytecat 2026-02-09 00:18:49 +08:00
  • ccf220fc29 fix(desktop): ensure sidecar process stops on app shutdown imbytecat 2026-02-08 23:59:54 +08:00
  • a585069cdc refactor: rename compile:mac/win to compile:darwin/windows to match Bun target names imbytecat 2026-02-08 23:39:30 +08:00
  • b149cc5dc0 refactor: decentralize turbo task config — move compile/dist to workspace turbo.json imbytecat 2026-02-08 23:26:24 +08:00
  • 9f38636d76 refactor(server): use Bun.Build.CompileTarget and derive host target instead of manual map imbytecat 2026-02-08 22:47:39 +08:00
  • 63906ec09b refactor(server): use util.parseArgs for declarative CLI arg parsing in compile.ts imbytecat 2026-02-08 22:38:49 +08:00
  • 8c4e4ad150 refactor(server): use type guard to eliminate as Target casts in compile.ts imbytecat 2026-02-08 22:33:02 +08:00
  • e171db8196 refactor: simplify compile.ts to single-target and add per-platform compile scripts imbytecat 2026-02-08 22:25:30 +08:00
  • dac6bb1643 refactor: 统一打包命令为 dist 体系,build 仅编译不打包 imbytecat 2026-02-08 20:48:58 +08:00
  • 8c0ea632d7 style(desktop): 规范 package.json 字段排序 imbytecat 2026-02-08 20:31:17 +08:00
  • db23ee42fc chore: 更新 lockfile 依赖版本 imbytecat 2026-02-08 20:26:16 +08:00
  • 0784546e50 fix(desktop): 修复 artifactName 路径错误并移除 deb 构建目标 imbytecat 2026-02-08 20:03:47 +08:00
  • 2fe3e15659 refactor: 重命名 build.ts → compile.ts,统一脚本与文件命名 imbytecat 2026-02-08 19:46:04 +08:00
  • ed02993350 style(desktop): loading 页面改为白色轻盈主题 imbytecat 2026-02-08 19:40:20 +08:00
  • e4e5ff2211 chore: 移除 useSortedClasses 规则,等待 nursery 毕业后再启用 imbytecat 2026-02-08 19:19:18 +08:00
  • d69a573a33 feat: 为 desktop/server 添加 Tailwind CSS 支持和 Biome 集成 imbytecat 2026-02-08 19:17:53 +08:00
  • 6cc1bc6834 refactor(desktop): 用类型收窄替代 as AddressInfo 断言 imbytecat 2026-02-08 19:03:13 +08:00
  • 894fd17d1a fix(desktop): 动态分配 sidecar 端口替代硬编码,避免端口冲突 imbytecat 2026-02-08 18:38:45 +08:00
  • 888f20fdab fix(desktop): 加载 loading 页面作为启动屏,配置平台级 extraResources 对接交叉编译 imbytecat 2026-02-08 18:21:40 +08:00
  • 7318600e20 refactor(desktop): 替换 WebUI 为 Electron + electron-vite 桌面壳方案 imbytecat 2026-02-08 18:16:13 +08:00
  • e8e473b357 refactor(desktop): 替换 Electrobun 为 WebUI 作为桌面窗口方案 imbytecat 2026-02-08 04:15:34 +08:00
  • 41d97ca312 refactor(deps): 将 @hydraulic/conveyor 从 bun 依赖迁移到 mise 全局工具 imbytecat 2026-02-08 03:21:38 +08:00
  • cfe7de2a70 chore(deps): 添加 @hydraulic/conveyor 依赖到 desktop 应用 imbytecat 2026-02-08 03:11:43 +08:00
  • b87de26e17 chore(deps): 升级 TanStack devtools 和 vite-tsconfig-paths 依赖版本 imbytecat 2026-02-08 02:41:22 +08:00
  • b8d38872ad refactor(desktop): 优化 Electrobun 构建配置 imbytecat 2026-02-08 02:38:37 +08:00
  • 7450c685d3 chore: 移除已完成的 electrobun 生产模式计划文档 imbytecat 2026-02-08 00:40:43 +08:00
  • 2048f73155 refactor(server): 按照官方推荐顺序重排 Vite 插件并清理冗余配置 imbytecat 2026-02-07 22:13:16 +08:00
  • 70b5d27493 chore(desktop): 添加 win-x64 构建目标 imbytecat 2026-02-07 21:04:39 +08:00
  • 5d5d3a51f6 chore(desktop): 禁用 mac 和 win 平台的 CEF 捆绑 imbytecat 2026-02-07 20:57:58 +08:00
  • 3306e18395 refactor(desktop): 使用预分配端口替代 stdout 解析获取服务器端口 imbytecat 2026-02-07 19:32:56 +08:00
  • 14bcdb33af chore(deps): 升级 TanStack 路由和 Start 依赖版本 imbytecat 2026-02-07 19:11:28 +08:00
  • cc81d95178 chore(desktop): 升级 electrobun 至 1.12.0-beta.1 imbytecat 2026-02-07 19:10:33 +08:00
  • 55d45e6a49 docs(desktop): 更新 AGENTS.md 文档与开发计划以反映最新实现 imbytecat 2026-02-07 18:49:50 +08:00
  • b7a6a793a3 feat(desktop): 实现生产模式下的内嵌服务器子进程支持 imbytecat 2026-02-07 18:49:41 +08:00
  • 6b12745e50 chore(desktop): 更新应用名称、标识符和版本号 imbytecat 2026-02-07 17:46:00 +08:00
  • 989d8973f5 chore(desktop): 简化构建和开发脚本 imbytecat 2026-02-07 17:16:32 +08:00
  • 41e79449ce docs: 更新 AGENTS.md 适配 Electrobun 替代 Tauri imbytecat 2026-02-07 17:00:52 +08:00
  • 4bbb0c4a16 refactor(server): simplify build script, remove Effect dependency imbytecat 2026-02-07 16:44:56 +08:00
  • 2b3026cf69 chore(turbo): simplify and optimize monorepo configuration imbytecat 2026-02-07 16:35:30 +08:00
  • adb14cff77 chore: 重构 Turbo 构建配置并强化 Bun 专用说明 imbytecat 2026-02-07 16:14:55 +08:00
  • 44ca7a0f5e chore: 扩展 Turbo build 任务的输出目录配置 imbytecat 2026-02-07 07:06:55 +08:00
  • 59b4edc2d2 chore(desktop): 降级 electrobun 至 0.8.0 稳定版 imbytecat 2026-02-07 06:59:19 +08:00
  • 9d0e9a6aac chore(desktop): 添加 .gitignore 和多平台构建脚本 imbytecat 2026-02-07 06:29:08 +08:00
  • f758fd5947 chore: 更新 bun.lock 锁文件 imbytecat 2026-02-07 06:15:52 +08:00
  • 26f9421130 chore: 统一 Node/TypeScript 配置并修复桌面端类型环境 imbytecat 2026-02-07 05:53:38 +08:00
  • 29969550ed refactor(desktop): 从 Tauri 迁移到 Electrobun imbytecat 2026-02-07 05:04:53 +08:00
  • 9aa3b46ee5 chore(desktop): 更新 Cargo 依赖 imbytecat 2026-02-07 03:45:08 +08:00
  • f3ea0f0789 chore: 更新依赖版本 imbytecat 2026-02-07 03:32:42 +08:00
  • bde325d9ae chore: 更新 biome 和 turbo 依赖版本 imbytecat 2026-02-07 03:31:01 +08:00
  • e41c4e4515 docs: 更新 AGENTS.md 文档结构和内容 imbytecat 2026-02-07 03:29:51 +08:00
  • 49d1f706e7 feat: 添加本地工具包依赖支持项目功能 imbytecat 2026-01-23 16:18:20 +08:00
  • d13c3602c9 feat: 添加按路径导入支持及指纹工具导出 imbytecat 2026-01-23 16:17:08 +08:00
  • 3755b0f873 feat: 添加硬件指纹生成功能 imbytecat 2026-01-23 16:14:58 +08:00
  • be4e8212ec feat: 添加 ohash 和 systeminformation 依赖支持指纹与系统信息 imbytecat 2026-01-23 15:59:07 +08:00