diff --git a/.changes/pre.json b/.changes/pre.json index 80f4b7c..5e9da69 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -2,6 +2,7 @@ "tag": "alpha", "changes": [ ".changes/add-icon.md", + ".changes/birthday.md", ".changes/breadcrumb-bg.md", ".changes/breadcrumb.md", ".changes/create-panel-bg.md", @@ -42,6 +43,7 @@ ".changes/side-panel.md", ".changes/signup-panel.md", ".changes/splash.md", + ".changes/submission.md", ".changes/update-icon.md", ".changes/update-profile.md", ".changes/use-farm.md", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 3d9f063..eaa890f 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.1.1-alpha.12] + +### New Features + +- [`00032d9`](https://github.com/swpu-acm/algohub.git/commit/00032d9588c4b33dd3299335f344ebe5274a2966) ([#87](https://github.com/swpu-acm/algohub.git/pull/87) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Support for Birthday datetime picker in the register page. +- [`abe70bd`](https://github.com/swpu-acm/algohub.git/commit/abe70bd656bbacdd9eaa222cef36f39b0a32e9e8) ([#89](https://github.com/swpu-acm/algohub.git/pull/89) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Support auto load submissions in AlgoHub. + ## \[0.1.1-alpha.11] ### Bug Fixes diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 55705d8..832b976 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-alpha.11" +version = "0.1.1-alpha.12" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"