Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@Yiling-J Yiling-J released this 15 Nov 10:18
· 16 commits to main since this release
2d0b094

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

New Contributors

Full Changelog: v1.0.0...v1.1.0