Skip to content

v0.4.0

Choose a tag to compare

@pardnchiu pardnchiu released this 05 Jul 13:42
1bee51b

v0.3.1 -> v0.4.0

Summary

Adds a daemon mode with background forking and a stop subcommand, and consolidates keyword and semantic search into a single API handler. The worker landing site is rebuilt with internationalization after a brief removal, alongside a new bilingual documentation set.

翻譯

新增背景常駐模式與 stop 子指令,並將關鍵字與語意搜尋整合進單一 API handler。官網於短暫下架後以多語系重新上線,同時新增雙語文件。

Changes

FEAT

翻譯
  • 伺服器新增背景常駐模式與 stop 子指令
  • 新增支援多語系的 KuraDB 官網靜態站
  • 新增 KuraDB 官網作為 Cloudflare Worker 並附安裝腳本

REFACTOR

  • Consolidate keyword and semantic search into unified /api/search handler (@pardnchiu) [9f79291]
翻譯
  • 將關鍵字與語意搜尋整合為統一的 /api/search handler

CHORE

翻譯
  • 升級 go-pkg 相依套件

DOC

  • Add bilingual README, architecture, and technical documentation (@pardnchiu) [995d620]
翻譯
  • 新增雙語 README、架構與技術文件

Scope

  • cmd/app/, internal/runtime/, Makefile — FEAT
  • internal/api/handler/, internal/api/router.go — REFACTOR
  • worker/ — FEAT, REMOVE
  • doc/, README.md — DOC
  • go.mod, go.sum — CHORE

Generated by SKILL