Serendipity
Serendipity pushed to main at Serendipity/QRGen 2026-06-27 14:57:07 +08:00
7c248d8ff9 fix: ASCII渲染静区bug — saturating_sub导致左/上边距读取模块边界而非空白
Serendipity pushed to main at Serendipity/QRGen 2026-06-27 14:54:08 +08:00
ce9c8b1b6e fix: 解码器3个bug修复 — 编码→解码往返恢复 + 新增往返测试
309c9429ea refactor: ZXing对齐 — 容差50pct + 几何验证 + end-based中心 + 废弃代码清理
a03ab95ce5 fix: 解码器核心bug修复 — 容差计算+积分图像+Sauvola下溢
Compare 3 commits »
Serendipity synced and deleted reference refs/heads/dependabot/npm_and_yarn/tauri-621eb82875 at Serendipity/PathEditor from mirror 2026-06-22 13:17:25 +08:00
Serendipity synced new reference refs/heads/dependabot/npm_and_yarn/tauri-ccc0f537fb to Serendipity/PathEditor from mirror 2026-06-22 13:17:25 +08:00
Serendipity synced commits to refs/heads/dependabot/npm_and_yarn/tauri-ccc0f537fb at Serendipity/PathEditor from mirror 2026-06-22 13:17:25 +08:00
Serendipity pushed to main at Serendipity/QRGen 2026-06-21 16:24:08 +08:00
5651dbf732 fix: release 编译修复 — FromStr类型 + env borrow + tower limit feature
Serendipity pushed to main at Serendipity/QRGen 2026-06-21 16:09:59 +08:00
b053272825 fix: 安全漏洞修复 — CLI密码泄露 + margin上限 + 路径检查 + CSP/限速
Serendipity pushed to main at Serendipity/QRGen 2026-06-21 16:04:23 +08:00
bd4ca718ac feat: 解码器全面增强 — 多遍二值化 + 4点透视 + ECI/FNC1
Serendipity pushed to main at Serendipity/QRGen 2026-06-21 15:35:26 +08:00
cd75141037 refactor: P0-P5 全面架构重构
Serendipity pushed to v2.0 at Serendipity/QRGen 2026-06-21 14:20:46 +08:00
Serendipity created branch v2.0 in Serendipity/QRGen 2026-06-21 14:20:46 +08:00
Serendipity pushed to main at Serendipity/QRGen 2026-06-20 17:53:31 +08:00
8298cd4c9c docs: 更新全部 markdown — CLI 子命令语法 + 新功能
e6a7efc760 refactor: CLI P0-P2 全面改进
5fb967a353 fix: CLI --mode text 报错'未知模式' — 补充 text 匹配分支
9a204d0312 docs: 新增 CLI 使用手册 docs/CLI_USAGE.md
Compare 4 commits »
Serendipity synced new reference refs/heads/dependabot/npm_and_yarn/eslint-01a4504b88 to Serendipity/PathEditor from mirror 2026-06-20 03:37:22 +08:00
Serendipity synced commits to refs/heads/dependabot/npm_and_yarn/eslint-01a4504b88 at Serendipity/PathEditor from mirror 2026-06-20 03:37:22 +08:00
Serendipity synced new reference refs/heads/dependabot/npm_and_yarn/tldts-7.4.3 to Serendipity/PathEditor from mirror 2026-06-20 03:37:22 +08:00
Serendipity synced commits to refs/heads/dependabot/npm_and_yarn/tldts-7.4.3 at Serendipity/PathEditor from mirror 2026-06-20 03:37:22 +08:00
Serendipity pushed to main at Serendipity/QRGen 2026-06-19 21:43:48 +08:00
171afab9bb docs: 修复 ROADMAP 版本号 — v0.3.0→已交付, v0.4.0/v1.0.0 去重
7f3b8b4cc7 docs: 更新全部 markdown 文档 — v0.3.0
86d788e57c feat: vCard 扩展 + 格式扩展 + 解码透视矫正 — v0.3.0
b41f6ee7df feat: 格式扩展 — 支持 BMP/JPEG/WebP 输出
Compare 4 commits »
Serendipity pushed to main at Serendipity/QRGen 2026-06-19 21:28:47 +08:00
ef6b092eda feat: 前端测试 + 覆盖率 — 19 tests, vitest + @vitest/coverage-v8
77fac0e28f feat: i18n 中英双语界面 — i18next + react-i18next
8e9e7e1b4c fix: clippy 自动修复冗余闭包
b5bc944d71 fix: clippy manual_div_ceil → .div_ceil()
c7d5252651 feat: CLI 编码模式 + 批量生成 + text_builder
Compare 7 commits »
Serendipity pushed to main at Serendipity/QRGen 2026-06-19 20:47:59 +08:00
3d11ba2446 docs: README 修复数字 + mermaid 图完整 + 解码示例
797a41ea50 docs: 更新全部 markdown 文档 — 加入解码器内容
11fbe20102 feat: GUI 端新增解码功能 — 选择图片解码 QR 码
effc88c6d7 feat: QR 码解码器 — 从零手写的完整解码流水线
Compare 4 commits »
Serendipity pushed to main at Serendipity/QRGen 2026-06-19 19:51:52 +08:00
87aa3f4574 fix: 修复 README 项目结构树状图缩进