Commit Graph

  • 15118e8aa2 chore(deps): 升级 ORPC、React 与 Vite 相关依赖 imbytecat 2026-04-10 10:34:31 +08:00
  • 1af5d4e3c0 fix: 修复编译二进制 Ctrl+C 无法退出的问题 imbytecat 2026-04-02 07:48:25 +08:00
  • 6795730485 refactor(db): 暴露 closeDB() 函数以支持连接池清理 imbytecat 2026-04-02 07:48:16 +08:00
  • c20cf02d9f chore: update Docker Compose configuration imbytecat 2026-04-02 03:49:38 +08:00
  • 341315a01b chore: upgrade PostgreSQL to v18 and restructure compose.yaml imbytecat 2026-04-02 03:43:37 +08:00
  • 77b3484415 refactor: 改用 Nitro 插件实现启动时数据库迁移 imbytecat 2026-04-02 03:42:45 +08:00
  • 5de4d5f940 chore: upgrade PostgreSQL to v18 and restructure compose.yaml imbytecat 2026-04-02 02:45:00 +08:00
  • ed770909ef chore: 添加 Docker 打包和 Compose 编排支持 imbytecat 2026-04-02 02:43:21 +08:00
  • 9175909033 chore: 更新依赖 imbytecat 2026-04-02 00:57:49 +08:00
  • 5f5f6c469a chore: remove unused shadcn MCP imbytecat 2026-04-02 00:53:30 +08:00
  • 087796038e chore(routes): 重新生成路由树以反映健康检查端点删除 imbytecat 2026-04-02 00:49:33 +08:00
  • ca4e25827f chore(api): 删除未使用的健康检查端点 imbytecat 2026-04-02 00:48:41 +08:00
  • 7700ba4520 docs: 修正 AGENTS.md 与代码库的 12 处不一致 imbytecat 2026-04-02 00:37:44 +08:00
  • c67e773086 refactor: 抽取 UI 组件、改进错误页面、统一导入路径并简化数据库接口 imbytecat 2026-04-02 00:13:43 +08:00
  • 4ec4576fc5 chore: remove Node.js from mise.toml (pure Bun project) imbytecat 2026-04-01 23:28:35 +08:00
  • 22363279c8 docs: 精简 AGENTS.md 文档结构并优化内容呈现 imbytecat 2026-04-01 23:24:23 +08:00
  • b38d475b6f chore(deps): 升级 @orpc/* 至 1.13.13, @tanstack/react-query 至 5.96.1, @biomejs/biome 至 2.4.10 imbytecat 2026-04-01 23:18:42 +08:00
  • 486cb7b129 chore(vscode): add promptToUseWorkspaceVersion for TypeScript SDK imbytecat 2026-04-01 20:56:10 +08:00
  • c894631c64 chore(db): 提交初始数据库迁移文件 imbytecat 2026-04-01 19:54:49 +08:00
  • ce3684fdc0 fix: use relative import in drizzle.config.ts for path alias compatibility imbytecat 2026-04-01 19:48:43 +08:00
  • cd7b65fda4 refactor: flatten monorepo into standalone project imbytecat 2026-04-01 19:43:21 +08:00
  • 036afb8d20 chore: remove React Compiler and @rolldown/plugin-babel monorepo imbytecat 2026-04-01 18:26:09 +08:00
  • 688252fd49 chore(deps): bump @biomejs/biome to 2.4.9 and @orpc/* to 1.13.11 imbytecat 2026-03-26 01:14:09 +08:00
  • 42c2fff7cd chore: update VS Code TypeScript SDK path imbytecat 2026-03-25 09:58:50 +08:00
  • 034f570794 chore(deps): update TanStack devtools packages imbytecat 2026-03-25 09:51:21 +08:00
  • ea5935e29b chore(deps): remove babel-plugin-react-compiler imbytecat 2026-03-25 09:45:37 +08:00
  • 3663f3d010 chore(deps): add @rolldown/plugin-babel and update dependencies imbytecat 2026-03-25 09:44:13 +08:00
  • 9d1beab2e1 chore: migrate to TypeScript 6.0.2 imbytecat 2026-03-25 09:18:13 +08:00
  • 88326c4992 refactor(server): 改用 Vite 原生 tsconfig 路径解析 imbytecat 2026-03-22 01:05:16 +08:00
  • 4e2bc5b8dc chore(deps): 更新 bun lock imbytecat 2026-03-22 00:39:25 +08:00
  • 9da3df6ad7 chore: 升级 monorepo 依赖版本 imbytecat 2026-03-22 00:02:55 +08:00
  • 9d8a38a4c4 fix: 修正 ORPC handler 语义、加固 Electron 安全、优化构建与运行时配置 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