Release v1.3.23
·
0 commits
to 5d4d39edf92fb7eb6b802a61eb658c62b88c4d75
since this release
🚀 v1.3.23
fix: ensure line numbers are always shown in CodeBlock component
- Updated the MarkdownRenderer to set showLineNumbers to true, ensuring line numbers are consistently displayed for code blocks.
🐳 Docker Image
docker pull ictrun/kuno:v1.3.23🔗 Quick Deploy
# One-click deployment
curl -sSL https://raw.githubusercontent.com/xuemian168/kuno/main/deploy-from-hub.sh | bash
# Or with specific version
docker run -d \
--name kuno \
-p 80:80 \
-v blog-data:/app/data \
-e NEXT_PUBLIC_API_URL=https://your-domain.com/api \
ictrun/kuno:v1.3.23📋 Build Information
- Version: 1.3.23
- Build Date:
- Git Commit:
- Workflow Run: 86