Skip to content

Commit aec1b8e

Browse files
fu050409github-actions[bot]luo0602141017K0nnyaku
authored
release: beta release (#71)
* release: alpha (#61) * release: bump version (#63) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * fix(lint): fix code spell check * ci(release): remove `tailwindcss` building * fix(profile): fix profile problem panel (#65) * chore: fix aur release * release: bump version (#66) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * chore: fix code spell check * feat: add `NProgress` bar (#67) * feat: add n progress bar * chore: bump version * release: bump version (#68) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * chore: fix aur ssh known hosts * chore: fix version check * release: alpha releases (#62) * refactor(submit): enable code submission (#69) * release: bump version (#70) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * chore: try split aur release * chore: fix aur action * ci: add string in aur release * ci(release): retry to aur release * ci(release): fix covector ci * release: bump version (#72) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * revert(ci): revert aur release * refactor(asset): full rewrite asset logic (#73) * refactor(asset): full rewrite asset logic * release: bump version (#74) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * chore: fix aur release * release: bump version (#75) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * feat: optimize monaco editor error notification (#76) * release: bump version (#77) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * refactor(problem): sync changes with backend (#78) * release: bump version (#79) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * feat: optimize the code and add splash screen (#80) * release: bump version (#81) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * refactor: create problem page (#82) * refactor: create problem page * chore: fix code spell check * feat: optimize problem page (#84) * release: bump version (#83) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * fix(problem): fix markdown preview (#85) * release: bump version (#86) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * feat(register): support for birthday (#87) * feat(problem): support auto load submissions (#89) * feat(problem): support auto load submissions * chore: bump version * release: bump version (#88) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * feat(contest): support create contest (#90) * release: bump version (#91) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * fix: upload size limit (#92) * fix(signup): fix optional fields (#93) * release: bump version (#94) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * feat(contest): support for contest page (#95) * chore: prepare for beta release --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore: fix ci branches * release: bump version (#96) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * feat(contest): support acc (#97) * feat(contest): support acc * chore: bump version * release: bump version (#98) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * fix: text size (#104) * fix(fix profile problems) * Create fix-text-size.md --------- Co-authored-by: 苏向夜 <[email protected]> * release: bump version (#105) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * chore: deps (#101) chore: update * chore: prepare for release on main branch * release: bump version (#108) chore: publish new versions Co-authored-by: K0nnyaku <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: 落 <[email protected]> Co-authored-by: K0nnyaku <[email protected]> Co-authored-by: K0nnyaku <[email protected]>
1 parent f022399 commit aec1b8e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+3071
-1623
lines changed

.changes/birthday.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"algohub": patch:feat
3+
---
4+
5+
Support for Birthday datetime picker in the register page.

.changes/chores.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"algohub": patch:chore
3+
---
4+
5+
Update tauri and pnpm

.changes/contest.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"algohub": patch:feat
3+
---
4+
5+
Support create new contest.

.changes/fix-acc.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"algohub": patch:fix
3+
---
4+
5+
Fixed accuracy calculation in the contest.

.changes/fix-md-preview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"algohub": patch:fix
3+
---
4+
5+
Fix scroll height of rendered markdown in preview mode.

.changes/fix-signup-birthday.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"algohub": patch:feat
3+
---
4+
5+
Fixed the issue of not being able to sign up without a birthday.
6+
7+
> All fields are now not required.

.changes/fix-text-size.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"algohub": patch
3+
---
4+
5+
Fix text size on small screen at `views/account/[id].vue`.

.changes/main-contest.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"algohub": patch:feat
3+
---
4+
5+
Support for contest page.

.changes/n-progress.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"algohub": patch:feat
3+
---
4+
5+
Add `NProgress` loading bar to the whole frontend.

.changes/optimize-editor.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"algohub": patch:feat
3+
---
4+
5+
Optimize monaco editor error notification.

0 commit comments

Comments
 (0)