t8y2
d347c77c3d
feat(duckdb): move support to standalone driver
2026-07-30 00:50:39 +08:00
二丫讲梵
f9c2fb27d3
feat(nacos): add Nacos dashboard metrics
2026-07-27 12:16:39 +08:00
t8y2
ca11b166f8
fix(docs): remove public GitHub API dependencies
2026-07-26 14:26:42 +08:00
t8y2
7ee335e38a
feat(uxdb): add UXDB database support
2026-07-24 21:15:06 +08:00
t8y2
562edef4dc
fix(changelog): filter non-app releases
2026-07-24 09:55:48 +08:00
t8y2
1870be4a81
fix(ci): avoid duplicate agent latest assets
2026-07-24 09:37:44 +08:00
t8y2
05206bd975
docs: update database support count to 70+
2026-07-22 13:52:47 +08:00
t8y2
79cd12d13a
feat(agents): add versioned offline driver packages
2026-07-21 13:42:39 +08:00
t8y2
35c33a4085
feat(kingbase): add native Go agent
2026-07-20 18:43:23 +08:00
t8y2
6b975cf797
feat(docs): add contributor certificates
2026-07-19 14:02:21 +08:00
二丫讲梵
dda65c0ef0
feat(database-lab): add local database test environments
2026-07-18 22:11:35 +08:00
t8y2
fdb24620ef
fix(website): deduplicate contributor avatars
2026-07-18 12:35:05 +08:00
t8y2
4cc14f5f72
feat(updater): remove AtomGit download source
2026-07-18 12:23:16 +08:00
二丫讲梵
df1d31e74f
feat(agentRegistry): support agent download directory with multi-source
...
* ✨ feat(docs): 更新数据库支持文档,增加新数据库和下载链接说明
- 在数据库支持列表中添加 ChromaDB、Cloudflare D1、Apache Spark、Dremio 和 OSCAR
- 更新文档中关于下载来源的描述,增加对新数据库的支持说明
- 增加下载链接功能,支持 GitHub、CNB 和 AtomGit 下载
* ✨ feat(agentRegistry): 增加代理下载目录功能,支持从多个源获取下载资产
- 添加新的接口和类型以支持代理下载
- 实现从 GitHub、CNB 和 AtomGit 获取下载资产的功能
- 更新下载链接格式化逻辑
2026-07-16 16:48:10 +08:00
t8y2
83f7604a11
feat(docs): add 1Panel sidebar icon
2026-07-15 18:12:39 +08:00
t8y2
daf541d6d2
fix(docs): add missing sidebar icons
2026-07-14 11:39:21 +08:00
t8y2
75fcd253cb
fix(docs): browser changelog respects lang instead of falling back to GitHub
2026-07-06 22:59:50 +08:00
t8y2
c819885d2e
feat(docs): add JDBC plugin offline download
2026-07-06 14:34:58 +08:00
t8y2
cf573eb5ff
docs: bump installer size 15MB->20MB and databases 50+->60+
2026-07-06 03:18:09 +08:00
t8y2
96f265507d
fix(docs): update offline driver downloads
2026-06-30 01:22:36 +08:00
t8y2
5f227bb89b
fix(docs): filter out agents releases from changelog
...
- Filter agents-* releases in sync-changelog.mjs (source)
- Filter agents-* releases in changelog.ts (fallback)
- Prevents internal agent releases from appearing in user-facing changelog
2026-06-24 00:32:07 +08:00
t8y2
3a25487dea
feat(agents): move agents into dbx repo
2026-06-23 11:38:16 +08:00
t8y2
aff9ca49c1
fix(release): purge Cloudflare cache after publish
2026-06-16 13:16:20 +08:00
t8y2
65f6e866b1
feat(docs): expand database support page to 50+ engines
2026-06-11 13:49:43 +08:00
t8y2
6f253abe55
fix: paginate contributor wall and add static fallback
2026-06-11 12:45:42 +08:00
t8y2
27aef6059d
feat(docs): add contributors wall to landing page
2026-06-10 19:03:04 +08:00
t8y2
5778f73fac
feat(docs): add SoftwareApplication schema, llms.txt, and AI crawler rules
2026-06-10 12:50:43 +08:00
t8y2
edba8214b5
feat: show username/password fields for Access database connections
2026-06-10 08:37:18 +08:00
t8y2
19139a9b34
feat(docs): add offline driver downloads
2026-06-08 21:50:00 +08:00
t8y2
fabf2172e4
chore: migrate test runner from node:test/tsx to vitest
...
155 files, 1091 tests, 4.3s (2x faster than previous 9.1s).
2026-06-08 01:17:27 +08:00
t8y2
218b1d79a1
docs(site): update theme and search
2026-06-01 13:29:36 +08:00
t8y2
4b9f770534
feat(docs): add comprehensive SEO optimization for static docs site
...
Add per-page metadata, Open Graph / Twitter tags, canonical URLs,
hreflang, sitemap generation, robots.txt, and JSON-LD structured data
for the bilingual (en/cn) documentation site.
2026-05-28 00:31:34 +08:00
t8y2
e9fd89ad16
fix(docs): deploy pages to cloudflare
2026-05-18 19:22:35 +08:00
t8y2
19f7cbd2ba
fix(docs): refresh release data from R2
2026-05-17 23:26:28 +08:00
t8y2
181ce5e860
feat(docs): add changelog system, install tabs, and sync workflow
...
- Add ChangelogList component and changelog data fetcher
- Add platform icons for install tabs
- Add sync-changelog workflow (triggers on release publish)
- Add changelog sync script and releases-cn.json data
- Update InstallTabs and docs meta
2026-05-16 18:41:12 +08:00
t8y2
6a5a380fdd
docs: migrate from VitePress to Fumadocs (Next.js)
...
- Replace VitePress with Fumadocs + Next.js for documentation site
- Configure i18n (English + 简体中文) with language switcher
- Migrate all 17 guide documents to MDX format with updated content
- Add ocean theme, GitHub/Discord/QQ social links
- Update GitHub Actions workflow for Next.js static export
- Update .gitignore for .next, out, .source directories
2026-05-06 10:17:17 +08:00