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

bundling #19

Merged
merged 6 commits into from Mar 8, 2021
Merged

bundling #19

merged 6 commits into from Mar 8, 2021

Commits on Mar 6, 2021

  1. Add pipenv's ".venv" folder to gitignore

    This is useful for whoever prefers to keep the venv in the same folder
    aabounegm committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    481768e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66a76c6 View commit details
    Browse the repository at this point in the history
  3. Default to recording if no action command given

    A placeholder is added until the real functionality is implemented
    aabounegm committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    c4a98f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d20062 View commit details
    Browse the repository at this point in the history
  5. Change Windows script path delimiter to '/'

    Apparently, pipenv doesn't escape them properly when parsing TOML
    and it should have been '\\\\' for one '\', which is ridiculous.
    aabounegm committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    bf681f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    70c6bd3 View commit details
    Browse the repository at this point in the history