Releases: AndyZhengyan/obsidian-dedao-brain-sync
Releases · AndyZhengyan/obsidian-dedao-brain-sync
Release list
1.4.2
What's Changed
- refactor(ui): share picker relative time formatting by @AndyZhengyan in #195
- chore(deps): bump preact from 10.29.2 to 10.29.7 in the runtime group across 1 directory by @dependabot[bot] in #177
- [codex] test: remove unused test lint debt by @AndyZhengyan in #197
- [codex] test: type settings folder fixtures by @AndyZhengyan in #198
- [codex] test: type local file fixtures by @AndyZhengyan in #199
- test: type fixture fetch installer by @AndyZhengyan in #200
- test: validate private helper suppressions by @AndyZhengyan in #201
- chore(deps-dev): update compatible build tooling by @AndyZhengyan in #205
- test: type reverse sync fixtures by @AndyZhengyan in #207
- test: type SyncEngine fixture by @AndyZhengyan in #208
- test: extend SyncEngine fixture typing by @AndyZhengyan in #209
- chore(deps): bump actions/setup-node from 6 to 7 by @dependabot[bot] in #211
- chore(deps): bump actions/setup-go from 6 to 7 by @dependabot[bot] in #212
- refactor: consolidate local date input formatting by @AndyZhengyan in #214
- test: type sync boundary fixtures by @AndyZhengyan in #215
- fix: address Community Dashboard static/lint/style warnings (#204 items 3-7) by @AndyZhengyan in #216
- test: type build UID index fixtures by @AndyZhengyan in #217
- test: type write note index fixtures by @AndyZhengyan in #219
- test: type append note fixtures by @AndyZhengyan in #221
- test: type media sync fixtures by @AndyZhengyan in #227
- chore(release): 1.4.2 by @AndyZhengyan in #228
Full Changelog: 1.4.1...1.4.2
1.4.1
What's Changed
- test(reverse-sync): preserve frontmatter IDs in mock by @AndyZhengyan in #185
- [codex] docs(readme): add project background link by @AndyZhengyan in #174
- refactor(settings): reuse external browser helper by @AndyZhengyan in #180
- refactor(settings): share input suggest helper by @AndyZhengyan in #181
- [codex] fix tag whitelist normalization by @AndyZhengyan in #179
- fix(settings): clear pending feedback timers by @AndyZhengyan in #187
- fix: refresh knowledge-base selector with latest auth mode by @AndyZhengyan in #183
- chore(deps-dev): bump the test-and-build-tools group with 3 updates by @dependabot[bot] in #176
- test: cover notice helpers directly by @AndyZhengyan in #188
- fix: clean markdown from note card previews by @AndyZhengyan in #189
- chore(release): 1.4.1 by @AndyZhengyan in #193
- fix: stabilize ribbon action toggles by @AndyZhengyan in #191
- [codex] refactor clarified issue helpers by @AndyZhengyan in #190
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- [codex] Clarify conservative download sync policy by @AndyZhengyan in #167
- [codex] Fix clarified picker modal UI issues by @AndyZhengyan in #168
- [codex] Recreate locally missing synced notes by @AndyZhengyan in #169
- feat(sync): save link original content by @AndyZhengyan in #162
- feat(sync): support template file for new notes by @AndyZhengyan in #161
- feat(search): add OpenAPI recall sidebar by @AndyZhengyan in #163
- chore(deps-dev): bump obsidian from 1.13.0 to 1.13.1 by @dependabot[bot] in #152
- chore(deps): bump actions/checkout from 5 to 7 by @dependabot[bot] in #157
- chore(deps-dev): bump the test-and-build-tools group with 4 updates by @dependabot[bot] in #156
- [codex] Align scheduled sync toggle label by @AndyZhengyan in #172
- fix(search): isolate per-item syncing state in search sidebar by @AndyZhengyan in #171
Full Changelog: 1.3.1...1.4.0
1.3.1
What's new in 1.3.1
- 🗂️ 定时同步配置聚合:同步范围、笔记类型、标签过滤、目标知识库统一收拢到「启用定时同步」面板。
- 🛠️ 设置页折叠更紧凑:主开关后内联「更多 / 收起」超链接。
- 🏷️ 标签管理增强:首次打开设置页自动种草首屏标签;过滤弹窗标签下拉只读,仅自动同步允许新增。
- 📜 标签下拉去重对齐:去除嵌套滚动条,checkbox 固定尺寸,菜单内容不加粗。
- 🖱️ 附件主开关修复:声明式 Toggle,单次生效;关闭时子项同步禁用。
- 🎛️ 知识库同步弹窗重构:标题改为「选择要同步的知识库」,工具栏整合到一行。
What's Changed
- docs: refresh README release highlights and enforce release policy by @AndyZhengyan in #153
- Fix scheduled sync toggle click target by @AndyZhengyan in #154
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- fix(sync): harden generic attachment downloads by @AndyZhengyan in #130
- chore(deps-dev): bump esbuild from 0.28.0 to 0.28.1 by @dependabot[bot] in #129
- chore(deps-dev): refresh test and build tools by @AndyZhengyan in #132
- chore(deps-dev): bump the test-and-build-tools group across 1 directory with 2 updates by @dependabot[bot] in #133
- test(api): add spec for fetchSubscribedKnowledgeNotes topicIds filter by @AndyZhengyan in #134
- fix(render): 拆分 audio attachment 与 transcript 判断,让无转写音频也能渲染录音链接 (#127) by @AndyZhengyan in #142
- refactor(settings): 单个 on/off 开关统一改用 Obsidian Toggle(去掉 checkbox)(#136) by @AndyZhengyan in #146
- refactor(settings): 附件下载配置改用独立栏目(总开关 + 4 子开关,中间位置)(#135) by @AndyZhengyan in #145
- feat(sync): 同步断点重置(重设起始时间 + 清除 checkpoint,恢复误删笔记)(#139) by @AndyZhengyan in #147
- feat(ui): 两个同步 modal 笔记列表改为瀑布流卡片样式(按笔记 + 按知识库详情)(#138) by @AndyZhengyan in #143
- fix(ui): address card preview review findings by @AndyZhengyan in #150
- refactor(ui): 笔记类型选项统一为 5 个 group,隐藏内部 audio 9 种 + 订阅博主 (#141) by @AndyZhengyan in #144
- feat(scheduled): 定时自动同步区加'知识库'多选下拉(跨库同步 + 增量跳过)(#140) by @AndyZhengyan in #148
- feat(sync): tag 白名单过滤(多选下拉 + 模糊搜索,覆盖 4 个同步入口)(#137) by @AndyZhengyan in #149
- chore: release 1.3.0 by @AndyZhengyan in #151
Full Changelog: 1.2.4...1.3.0
1.2.4
What's Changed
- feat(sync): sync all contents in one knowledge base (#124) by @AndyZhengyan in #126
- fix(reverse-sync): tolerate malformed frontmatter lines (#118) by @AndyZhengyan in #125
- feat(settings): 附件分类导入开关(image/audio/video/document)(#115) by @AndyZhengyan in #120
- chore: release 1.2.4 by @AndyZhengyan in #128
Full Changelog: 1.2.3...1.2.4
1.2.3
What's Changed
- feat(sync): 附件下载走本地 vault 零拷贝快路径 (#114) by @AndyZhengyan in #119
- feat(sync): OpenAPI 配额可视化 — 状态跟踪 + settings 错误提示 (#116) by @AndyZhengyan in #121
- chore: release 1.2.3 by @AndyZhengyan in #122
Full Changelog: 1.2.2...1.2.3
1.2.2
1.2.1
1.2.0
What's Changed
- Complete manual knowledge-base sync by @AndyZhengyan in #109
- fix: complete OpenAPI knowledge-base sync by @AndyZhengyan in #110
- fix: normalize invalid Obsidian tags by @AndyZhengyan in #112
- [codex] Add tag-aware manual sync filtering by @AndyZhengyan in #106
- chore: bump version to 1.1.3 by @AndyZhengyan in #113
Full Changelog: 1.1.2...1.2.0