Skip to content

Commit 82f3423

Browse files
committed
v0.2.0
1 parent 0b647b8 commit 82f3423

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

3-
## [0.1.3] - Unreleased
3+
## [0.2.0] - 2024-01-23
4+
- impl handle_site_bad_files
5+
- impl handle_cert_(set/list)
6+
- handle /Websocket route with serve_websocket
7+
- handle_file_(get\need) improvements
8+
- improve serve_websocket security
9+
- impl handle_cert_select fn
10+
- DBQueryRequest & SitesController::db_query > change method/struct sig to accept params
11+
- SitesController::parse_query and tests
12+
- Add a info log when UiServer starts
13+
- UserSiteData handler
14+
- Fix Sites sub dir serving
15+
- Several Internal changes and bug fixes, See [diff](https://github.com/ZeroNetX/zeronet-rs/compare/v0.1.3...v0.2.0) for full commit changes.
416

517
## [0.1.2] - 2022-08-26
618

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["canewsin <canews.in@gmail.com>"]
33
edition = "2021"
44
name = "zeronet"
5-
version = "0.1.4-beta"
5+
version = "0.2.0"
66

77
[dependencies]
88
async-recursion = "1.0.0"

0 commit comments

Comments
 (0)