From c418016cd6cc547f1388767d4a2180b9631b8c27 Mon Sep 17 00:00:00 2001 From: fu050409 <46275354+fu050409@users.noreply.github.com> Date: Sat, 30 Nov 2024 00:55:53 +0000 Subject: [PATCH] chore: publish new versions --- .changes/pre.json | 1 + src-tauri/CHANGELOG.md | 14 ++++++++++++++ src-tauri/Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.changes/pre.json b/.changes/pre.json index 0f021fe..291a0c3 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -22,6 +22,7 @@ ".changes/login.md", ".changes/optimize-dark.md", ".changes/optimize-monaco.md", + ".changes/optimize-ui.md", ".changes/problem-page.md", ".changes/refactor-login.md", ".changes/release-nightly.md", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 80c3db0..4f55f19 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## \[0.1.1-alpha.0] + +### Performance Improvements + +- [`c59cd4d`](https://github.com/swpu-acm/algohub.git/commit/c59cd4d2cafc5c89a3e7c97037560e41cb799e4a) ([#61](https://github.com/swpu-acm/algohub.git/pull/61) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Optimize UI for better performance + + - Use `postcss` instead of use `tailwindcss` directly. + - Optimize color design in light mode. + - Add `loading` state for pages. + - Wrap problems list with PrimeVue `Panel` component. + - Fix bread crumps padding if no links. + - Remove `mode` and add `owner` when creating a problem. + - Prepare for `alpha` release. + ## \[0.1.1-nightly.17] ### New Features diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 39e3e55..fd81d4e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-nightly.17" +version = "0.1.1-alpha.0" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"