v1.3.8
v1.3.8 9e656b1: Streamlined GitHub Versioning and Navigation Enhancements
Overview
This release introduces a significant improvement to GitHub repository management within Gitset by adding a dedicated Tags & Releases page. This feature was created to address the growing need for a streamlined versioning workflow, allowing users to easily manage their project releases directly within the application. The addition of this feature, along with navigation improvements, is expected to significantly enhance user experience and productivity by simplifying complex versioning tasks.
Release Details
- Release Date: 2025-01-09 23:01:36 UTC
- Commit: 9e656b1
- Author: Iván Luna
- Branch(es): main
Changes
New Features
- Tags & Releases Management: This new page provides a centralized location for creating, managing, and viewing tags and releases for GitHub repositories. This simplifies the versioning process and allows for better control over software releases. Users can now access this feature directly within Gitset.
Improvements
- Navigation Enhancements: "Back" buttons have been added to the
.gitignore
builder andREADME
generator pages, improving navigation flow and allowing users to easily return to previous steps in their workflow. - UI/UX Consistency: Layout and styling consistency has been improved across the
.gitignore
builder,README
generator, Privacy, and the new Tags & Releases pages to provide a more cohesive and user-friendly experience.
Added Projects
- Tags & Releases Page: This new project provides a comprehensive interface for managing GitHub releases, including creating new releases, associating them with tags, and adding release notes. [Link to documentation/feature page (if applicable)]
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/gitignore-builder.astro
(modified)- Changes: 10 total
- Added: 10 lines
- Removed: 0 lines
-
src/pages/privacy.astro
(modified)- Changes: 1 total
- Added: 0 lines
- Removed: 1 lines
-
src/pages/readme-generator.astro
(modified)- Changes: 1 total
- Added: 0 lines
- Removed: 1 lines
-
src/pages/tags-releases.astro
(added)- Changes: 392 total
- Added: 392 lines
- Removed: 0 lines
Testing
Manual and automated tests were performed to ensure the new Tags & Releases functionality works correctly, including creating, viewing, and managing releases. Navigation tests were also conducted to confirm the correct behavior of the "Back" buttons on the respective pages.
Instructions for Update
Users should update their Gitset application to the latest version to access the new Tags & Releases feature and navigation improvements. [Specific instructions on how to update, if applicable, e.g., via a package manager or automatic update functionality.]
Additional Notes
No breaking changes are introduced in this release. Users should experience a smoother workflow and enhanced functionality for managing their GitHub releases.
Full Changelog: v1.3.7...v1.3.8