New Features and Improvements
Mirror Feature Enhancement
After the mirror operation is completed, update the default branch of the repository and trigger a callback to process the repository. This includes tagging, information updates, and content scan.
In the admin management dashboard, the mirror list should display the progress of each mirror record.
Admin Dashboard Enhancement
Add a feature to the admin dashboard to delete user accounts. Deleting a user account should also remove all associated resources, such as repositories, namespaces, SSH keys, access tokens, etc.
Users who own organizations or deployment resources cannot be deleted by the admin.
ms-swift Fine-tuning Support
New Repo Type for Prompt Management and Dataset Optimization
The prompt has implemented a new repo type that provides management functionality for prompt-type repos. It also supports managing prompt datasets within a prompt-type repo, allowing for the addition, modification, and deletion of datasets. Based on existing prompts, it enables optimization to generate more precise prompt content.
Update User Information Retrieval
Changed the method of obtaining user information, now retrieving it from the backend service instead of the frontend.
Bug Fix for Organization Access
Fixed a bug related to accessing organizational resources.
Logout Support
Logout from /logout
.
Support for More Branches in Repo
Repo now supports branches other than the default "main" branch.
Bug Fix in Repo Settings
Resolved an issue with repo settings.
Repo Tags Filter Fix and Optimization
Fix and optimize repo tags filter.
Enhanced Multi-Source Sync Feature
Improved the multi-source synchronization functionality.
Added Comment Time for Community Topics
Introduced a feature to display comment times for community topics.
Fixed Add Collection Feature
Resolved an issue with adding collections.
Updated Profile User Retrieval Logic
Updated the logic for retrieving user profiles.
What's Changed
- Update user auth logic by @hiveer in #722
- Remove Chinese comments & fix typo by @hiveer in #725
- Add new button styles and sizes to the button.css file by @youngbeom-shin in #727
- Upgrade JS packages and fix security issues by @hiveer in #728
- Fix org visit bug by @zhendi in #731
- Add logout action and optimize logs by @hiveer in #730
- update readme by @kayla050 in #724
- add border radius and replace all radius with new token by @youngbeom-shin in #734
- Support using default branch from API details instead of "main" for repo file series by @zhendi in #733
- Fix repo settings can not update attributes by @zhendi in #740
- Optimize login and build process by @hiveer in #739
- Fix org member edit by @zhendi in #743
- Bug fix tags filter by @hiveer in #744
- Fixed github actions always warning for deprecated Node.js by @MasonXon in #719
- Fix endpoint restart bug by @zhendi in #745
- Bug fix destructuring multi-sync data by @hiveer in #746
- fix(ui): correct CSS class names and color variables by @youngbeom-shin in #751
- style(blob): update preview tag styling and border radius by @youngbeom-shin in #754
- Add default value for default branch by @zhendi in #753
- added docker deployment guide link in readme file by @kayla050 in #755
- fix: fix the issue of the "Avatar" field missing from the "user" table in a portal by @jialudev in #757
- Fix discussion comment time by @ymh6315431 in #752
- Enable dataset visibility change and style fix by @hiveer in #758
- Bug fix on user auth by @hiveer in #760
- style(markdown): lighten copy button hover background color by @youngbeom-shin in #759
- feat(tailwind): add custom fontSize scale with line heights by @youngbeom-shin in #763
- Fix no email alert by @hiveer in #766
- Update release notes by @hiveer in #770
- update installation part in readme by @wayneliu0019 in #749
- feat(ui): standardize button styles and sizes across components by @youngbeom-shin in #771
- style(ui): standardize button styles and update color system by @youngbeom-shin in #775
- Fix settings layout by @ymh6315431 in #764
- Fix add to collections by @ymh6315431 in #765
- Fix settings min-h by @ymh6315431 in #778
- Bug fix admin sync #116 by @hiveer in #779
- replaced csghub framework and simplified key features part by @kayla050 in #772
- style(tailwind): convert fontSize values from px to rem by @youngbeom-shin in #777
- Bug fix: consider the nil case for not found user from server by @hiveer in #781
- Csghub endpoint name update by @ymh6315431 in #780
- Update user profile get user info logic by @hiveer in #783
- Bug fix for navbar by @hiveer in #787
- Bug fix user email presence check by @hiveer in #788
New Contributors
Full Changelog: v1.0.0...v1.1.0