v1.3.9
v1.3.9 60dcd2b: Enhance Commit Messages Page with CLI Installation and Dual Mode Analysis
Overview
This release significantly enhances the commit messages page by providing clear installation instructions for the Gitset CLI and introducing a dual-mode analysis feature. The goal is to improve user engagement and provide more flexibility in how users generate commit messages. Previously, the page lacked detailed CLI installation guidance, potentially hindering user adoption of the more advanced features offered by the CLI. The addition of dual-mode analysis empowers users to choose between semantic and custom commit message generation styles, catering to different preferences and workflows. This release is expected to increase CLI usage and improve the overall user experience.
Release Details
- Release Date: 2025-01-09 23:04:48 UTC
- Commit: 60dcd2b
- Author: Iván Luna
- Branch(es): main
Changes
New Features
- Dual Mode Analysis: Users can now switch between "Semantic" and "Custom" modes for commit message generation. Semantic mode leverages predefined templates and conventions, while Custom mode offers greater flexibility for tailored messages. This feature provides users with more control over their commit message style and caters to diverse project needs.
- Gitset CLI Installation Instructions: Comprehensive instructions for installing the Gitset CLI are now available directly on the commit messages page. This includes instructions for both project-specific and global installations, making it easier for users to get started with the CLI and access its advanced features.
Improvements
- Enhanced Code Display: The previous content layout has been replaced with a dedicated code component, improving the presentation and readability of code snippets and installation commands.
- Improved User Engagement: The page now includes example usage scenarios and highlights the benefits of using the Gitset CLI, such as advanced automation capabilities and enterprise integration potential.
- Layout and Styling Enhancements: The overall layout and styling of the commit messages page have been refined to improve readability and user experience.
Modified Files
-
package-lock.json
(modified)- Changes: 4 total
- Added: 2 lines
- Removed: 2 lines
-
package.json
(modified)- Changes: 2 total
- Added: 1 lines
- Removed: 1 lines
-
src/pages/commit-messages.astro
(modified)- Changes: 270 total
- Added: 253 lines
- Removed: 17 lines
Testing
Manual testing was performed to verify the functionality of the dual-mode analysis feature and ensure the accuracy and completeness of the CLI installation instructions. This included testing both installation methods (project-specific and global) and verifying correct operation across different operating systems.
Instructions for Update
Users can access the updated commit messages page directly on the website. To utilize the Gitset CLI, follow the newly added installation instructions on the page.
Additional Notes
No breaking changes are introduced in this release. Users are encouraged to update to the latest version to benefit from the enhanced functionality and improved user experience.
Full Changelog: v1.3.8...v1.3.9