From 2e13083e6baf70b99b1910859e491e48c07bd6d3 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 3 Feb 2024 15:25:27 +0800 Subject: [PATCH] 0.6.5-rc.1 --- CHANGELOG.md | 16 +++++++++++++++- Cargo.lock | 32 ++++++++++++++++---------------- Cargo.toml | 2 +- README.md | 7 ++++++- 4 files changed, 38 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd38f21..83be40f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.5-rc.1] - 2024-02-02 + +### Fixed + +- post content @ bug fixed + +### Added + +- /admin/gallery +- site admin could view all solos +- site admin could delete solo +- add notifications for post lock/hide/ comment hide... + ## [0.6.4] - 2024-01-13 ### Added @@ -296,7 +309,8 @@ Happy new year! 🎉🎉🎉 ## [0.2.4] - 2022-12-01 -[unreleased]: https://github.com/freedit-org/freedit/compare/v0.6.4...HEAD +[unreleased]: https://github.com/freedit-org/freedit/compare/v0.6.5-rc.1...HEAD +[0.6.5-rc.1]: https://github.com/freedit-org/freedit/compare/v0.6.4...v0.6.5-rc.1 [0.6.4]: https://github.com/freedit-org/freedit/compare/v0.6.3...v0.6.4 [0.6.3]: https://github.com/freedit-org/freedit/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/freedit-org/freedit/compare/v0.6.1...v0.6.2 diff --git a/Cargo.lock b/Cargo.lock index 1b156c05..181a252e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -821,7 +821,7 @@ dependencies = [ [[package]] name = "freedit" -version = "0.6.4" +version = "0.6.5-rc.1" dependencies = [ "ammonia", "askama", @@ -872,7 +872,7 @@ dependencies = [ "tracing-subscriber", "unicode-segmentation", "validator", - "webpki-roots 0.26.0", + "webpki-roots 0.26.1", "whichlang", ] @@ -2237,7 +2237,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots 0.25.3", + "webpki-roots 0.25.4", "winreg", ] @@ -2329,7 +2329,7 @@ dependencies = [ "log", "ring", "rustls-pki-types", - "rustls-webpki 0.102.1", + "rustls-webpki 0.102.2", "subtle", "zeroize", ] @@ -2355,9 +2355,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e9d979b3ce68192e42760c7810125eb6cf2ea10efae545a156063e61f314e2a" +checksum = "0a716eb65e3158e90e17cd93d855216e27bde02745ab842f2cab4a39dba1bacf" [[package]] name = "rustls-webpki" @@ -2371,9 +2371,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.102.1" +version = "0.102.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef4ca26037c909dedb327b48c3327d0ba91d3dd3c4e05dad328f210ffb68e95b" +checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610" dependencies = [ "ring", "rustls-pki-types", @@ -2901,9 +2901,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.32" +version = "0.3.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe80ced77cbfb4cb91a94bf72b378b4b6791a0d9b7f09d0be747d1bdff4e68bd" +checksum = "00b24b79b7a07f10209f19e683ca1e289d80b1e76ffa8c2b779718566a083679" dependencies = [ "deranged", "itoa", @@ -2947,9 +2947,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.35.1" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" +checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" dependencies = [ "backtrace", "bytes", @@ -3393,15 +3393,15 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.25.3" +version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" +checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" -version = "0.26.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de2cfda980f21be5a7ed2eadb3e6fe074d56022bea2cdeb1a62eb220fc04188" +checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index 8e975e4f..35ec04a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "freedit" -version = "0.6.4" +version = "0.6.5-rc.1" edition = "2021" license = "MIT License" diff --git a/README.md b/README.md index 984398a0..f260a3ea 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,9 @@ COOKIE= cargo run --example mock * icon: * CSS framework: -* Rust crates: [Cargo.toml](https://github.com/freedit-org/freedit/blob/main/Cargo.toml) \ No newline at end of file +* Rust crates: [Cargo.toml](https://github.com/freedit-org/freedit/blob/main/Cargo.toml) + +## TODO + +- [ ] Add icon for private inn +- [ ] Change inn_type to enum(breaking change) \ No newline at end of file