Releases: btnguyen2k/docms
Releases · btnguyen2k/docms
Release v0.4.0
Runtime v0.4.0
:
- New backend API to return feeds.
- Extend media MINE types to support attached audios, videos, documents, and more.
- Bug fixes & enhancements.
- Support videos:
- With tag
```video
- Videos from Youtube
- With tag
Release v0.3.1
Runtime v0.3.1
:
- Add Google Analytics support.
- Add site mode
blog
. - New FE template
Blogy
. - Add diagram support using mermaid.
- Bug fixes & enhancements.
CLI v0.3.1.3
:
- Bug fixes & enhancements.
Release v0.3.0
Runtime v0.3.0
:
- Support tags at site metadata level
- Support tags at document metadata level
- Render site's tags with syntax
[[do-tag
- Support Bootstrap components:
Cards
with syntax```bs-cards
, support lightbox.
CLI v0.3.0.1
:
- Pre-process tags, to be in-sync with the runtime.
Release v0.2.0
Runtime v0.2.0
:
- Support KaTeX block with syntax
```katex_
- Links to external websites will open new windows/tabs.
- Embed GitHub Gist with syntax
```gh-gist
- Support Bootstrap components:
Alerts
with syntax```bs-alert
Tabs
with syntax```bs-tabs
Release v0.1.1
CLI v0.1.1
:
- Command
new
- helper to create assets with default metadata.new site
: Create new site content metadatanew topic
: Create new topic metadatanew document
: Create new document metadata
Runtime v0.1.1
:
- Bug fixes.
Release v0.1.0
CLI:
- Pre-process website content with command
docli build
. - Build fulltext index while pre-processing website content.
Runtime:
- Render website content, supporting 3 themes:
bootstrap
(default),coderdocs
andprettydocs
. - Fulltext search.
- Multi-languages support.