Skip to content

Commit

Permalink
docs: ✏️ 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZingerLittleBee committed Oct 21, 2023
1 parent d36b672 commit 683808f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## `2.2.0` (2023-10-21)
### Features
- Add Windows terminal support

### Refactor
- Refactor the pty implement

### Bug Fixes
- Fix the font family not work of the terminal page

## `2.1.2` (2023-10-10)
### Features
- Add data dir option
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deploy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serverbee-deploy"
version = "2.1.2"
version = "2.2.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serverbee-web"
version = "2.1.2"
version = "2.2.0"
edition = "2021"
categories = ["web-programming::http-server", "visualization", "monitor", "terminal"]
keywords = ["serverbee", "web-server", "visualization", "monitor"]
Expand Down

0 comments on commit 683808f

Please sign in to comment.