Skip to content

v1.6.0

Choose a tag to compare

@imprvhub imprvhub released this 26 Feb 06:13

Note

The folllowing release note was automatically generated using the GitSet.dev - Tags & Releases Manager. Explore it yourself at Gitset.dev 🤖✨

v1.6.0 38478ed: Desktop Application Download Page

Overview

This release introduces a dedicated download page for the Gitset desktop application, providing users with a convenient standalone version of Gitset.dev. The desktop application, built with Electron, offers the same features as the web version but in a native application format for Windows, macOS, and Linux. This enhancement aims to improve user accessibility and provide a more integrated experience for users who prefer a desktop environment. The addition of the download page and related information in the FAQ and README will guide users to easily access and install the desktop application.

Release Details

  • Release Date: 2025-02-26 05:54:45 UTC
  • Commit: 38478ed
  • Author: imprvhub
  • Branch(es): main

Changes

New Features

  • Download Page: Added a new download.astro page allowing users to download the desktop version of GitSet.dev for Windows, macOS, and Linux. This page provides direct download links for each supported operating system.
  • Desktop Application Information: Updated the FAQ page (faq.astro) with installation instructions for the desktop application.
  • README Update: Included information about the desktop application in the README.md file, highlighting its availability and features.

Modified Files

  • .vscode/extensions.json (removed)

    • Changes: 4 total
    • Added: 0 lines
    • Removed: 4 lines
    • Reason: Removed VS Code specific settings as they are no longer needed.
  • .vscode/launch.json (removed)

    • Changes: 11 total
    • Added: 0 lines
    • Removed: 11 lines
    • Reason: Removed VS Code specific settings as they are no longer needed.
  • .vscode/settings.json (removed)

    • Changes: 22 total
    • Added: 0 lines
    • Removed: 22 lines
    • Reason: Removed VS Code specific settings as they are no longer needed.
  • README.md (modified)

    • Changes: 3 total
    • Added: 3 lines
    • Removed: 0 lines
    • Reason: Added a brief description of the desktop application and its availability.
  • package-lock.json (modified)

    • Changes: 4 total
    • Added: 2 lines
    • Removed: 2 lines
    • Reason: Updated dependencies related to the new download page and potentially other minor updates.
  • package.json (modified)

    • Changes: 2 total
    • Added: 1 lines
    • Removed: 1 lines
    • Reason: Updated dependencies related to the new download page and potentially other minor updates.
  • public/linux-256.png (added)

    • Changes: 0 total
    • Added: 0 lines
    • Removed: 0 lines
    • Reason: Added Linux icon for the download page.
  • public/mac-os-256.png (added)

    • Changes: 0 total
    • Added: 0 lines
    • Removed: 0 lines
    • Reason: Added macOS icon for the download page.
  • public/os-windows-256.png (added)

    • Changes: 0 total
    • Added: 0 lines
    • Removed: 0 lines
    • Reason: Added Windows icon for the download page.
  • src/pages/download.astro (added)

    • Changes: 721 total
    • Added: 721 lines
    • Removed: 0 lines
    • Reason: Created the download page with links to download the desktop application for Windows, macOS, and Linux.
  • src/pages/faq.astro (modified)

    • Changes: 35 total
    • Added: 35 lines
    • Removed: 0 lines
    • Reason: Added installation instructions for the desktop application to the FAQ page.
  • src/pages/index.astro (modified)

    • Changes: 138 total
    • Added: 119 lines
    • Removed: 19 lines
    • Reason: Updated the index page to promote the desktop application and provide a link to the download page.
  • src/pages/terms.astro (modified)

    • Changes: 26 total
    • Added: 22 lines
    • Removed: 4 lines
    • Reason: Minor updates to the terms page, potentially related to the desktop application.

Contributions

Testing

Manual testing was performed to ensure the download links on the new download page are functional and lead to the correct installation packages for each operating system. The installation instructions on the FAQ page were also verified for accuracy.

Instructions for Update

To access the desktop application, navigate to the new download page at /download. From there, you can select the appropriate version for your operating system and follow the installation instructions provided on the FAQ page.

Additional Notes

This release introduces the GitSet desktop application as a new way to access Gitset.dev. Please note that the desktop application requires a separate installation and may have its own update cycle.

Full Changelog: v1.5.0...v1.6.0