Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add changelog #55

Merged
merged 2 commits into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Changelog

All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- Support for style extensions on article pages
- Support for online editing

### Changed

- Refactored both frontend and backend

### Fixed

- Fixed backend bug

## [0.2.2] - 2024-10-12

### Added

- Support for mkdocs material style admonition
- Support for `!!!` & `???`
- Switched article page rendering to client-side

### Fixed

- Fixed an admonition bug: pointer overflow issue when consecutive admonition blocks are used

## [0.2.0] - 2024-09-20

### Added

- Support for branch switching, allowing a specific branch to be specified when creating a repository, making it easier to preview the display before merging into the mainline
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

</div>

[中文版](README_zh.md)
[中文版](docs/README_zh.md)

------
<p align="center">Welcome to ZBook, a fully open-source full-stack knowledge base management software for teams.</p>
Expand Down Expand Up @@ -98,7 +98,6 @@ ZBook plans to support the following features:
- [x] MkDocs-style collapsible admonitions.
- [ ] MkDocs-style theme extensions.
- [ ] GitHub-style admonitions.
- [ ] Online Editing✍️

## Deployment

Expand Down
1 change: 0 additions & 1 deletion README_zh.md → docs/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ zbook计划支持如下功能:
- [x] mkdocs 风格的折叠式admonition
- [ ] 类似mkdocs的风格扩展
- [ ] github 风格的admonition
- [ ] 在线编辑✍️

## 部署

Expand Down
Loading