diff --git a/.changes/pre.json b/.changes/pre.json index 1f761a1..daa4c4a 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -4,10 +4,13 @@ ".changes/add-icon.md", ".changes/fix-dark-mode.md", ".changes/fix-windows-ci.md", + ".changes/index-page.md", + ".changes/optimize-dark.md", ".changes/refactor-login.md", ".changes/release-nightly.md", ".changes/rust-nightly.md", ".changes/rust-stable.md", - ".changes/signup-panel.md" + ".changes/signup-panel.md", + ".changes/update-profile.md" ] } diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index d87e45c..1184a3e 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[0.1.1-nightly.7] + +### New Features + +- [`21e266d`](https://github.com/swpu-acm/algohub.git/commit/21e266da2898a71f2b2137719042edc53852a736) ([#26](https://github.com/swpu-acm/algohub.git/pull/26) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Add index page for AlgoHub. +- [`09e481f`](https://github.com/swpu-acm/algohub.git/commit/09e481f3ab147434ba823f597877ead61f167460) ([#25](https://github.com/swpu-acm/algohub.git/pull/25) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Optimize dark mode selector for tailwindcss. +- [`7266ef9`](https://github.com/swpu-acm/algohub.git/commit/7266ef9f0ae2eaa87e6ca947dd7021d231caa3e6) ([#22](https://github.com/swpu-acm/algohub.git/pull/22) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Support for updating profile information and account activation. + ## \[0.1.1-nightly.6] ### New Features diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index fb765a6..0c6ad5d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-nightly.6" +version = "0.1.1-nightly.7" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"