Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
canewsin committed Jan 22, 2024
1 parent 0b647b8 commit 82f3423
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog

## [0.1.3] - Unreleased
## [0.2.0] - 2024-01-23
- impl handle_site_bad_files
- impl handle_cert_(set/list)
- handle /Websocket route with serve_websocket
- handle_file_(get\need) improvements
- improve serve_websocket security
- impl handle_cert_select fn
- DBQueryRequest & SitesController::db_query > change method/struct sig to accept params
- SitesController::parse_query and tests
- Add a info log when UiServer starts
- UserSiteData handler
- Fix Sites sub dir serving
- 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.

## [0.1.2] - 2022-08-26

Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["canewsin <[email protected]>"]
edition = "2021"
name = "zeronet"
version = "0.1.4-beta"
version = "0.2.0"

[dependencies]
async-recursion = "1.0.0"
Expand Down

0 comments on commit 82f3423

Please sign in to comment.