Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/windows #46

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 26, 2024

  1. ✨ Added support for multiple-binary

    Now it's capable of handling if binary name differs from reponame and also previous state will work as same as it was working.
    abdheshnayak committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    9179a66 View commit details
    Browse the repository at this point in the history
  2. 📝 README update

    updated issue with formatting in readme for line query_params -> bin.
    abdheshnayak committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c78f226 View commit details
    Browse the repository at this point in the history
  3. 💡 Updated comment

    corrected wrong comment.
    abdheshnayak committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    63b3903 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4466a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    410560b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e8b905 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    310b6cf View commit details
    Browse the repository at this point in the history
  2. Added support of windows. (#1)

    * ✨ Added support of windows
    
    * 📝 Docs updated
    
    added download url for windows in readme.
    
    * 👷 Added docker-build to github-actions.
    
    * 🔖 Fixed issue with ci
    
    * 🐛 Fixed ci issue
    
    * 🎨 Improved names of jobs and ci, in workfile
    abdheshnayak authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    89b869c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Fix/ci (#2)

    * 🐛 Fix bugs
    abdheshnayak authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0153f48 View commit details
    Browse the repository at this point in the history
  2. 🐛 Fixed issue with parsing path

    while parsing release, user and program, was not working properly in case of no user and program provided and release is provided.
    abdheshnayak committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    49e0887 View commit details
    Browse the repository at this point in the history