Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LPGhatguy/aftman
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.7
Choose a base ref
...
head repository: LPGhatguy/aftman
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.8
Choose a head ref
  • 6 commits
  • 10 files changed
  • 4 contributors

Commits on Oct 2, 2022

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

Commits on Jan 21, 2023

  1. Trust check & installation improvements (#38)

    * Split trust prompting from trust check
    
    * Split trust check from install when installing multiple tools
    
    * Implement --skip-untrusted flag for `aftman install`
    
    * Also let installation install all trusted tools before bailing
    
    * Update README
    filiptibell authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    652c4df View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

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

Commits on May 2, 2024

  1. Strip upper-case version of EXE_SUFFIX (#57)

    On windows, file paths are case insensitive, so `binary.EXE` should be treated just like `binary.exe`. Interestingly, command prompt will return a lowercase extension as the current exe name, whilst PowerShell does not.
    
    Fixes #54
    JohnnyMorganz authored May 2, 2024
    Configuration menu
    Copy the full SHA
    3bf0f49 View commit details
    Browse the repository at this point in the history
  2. Release v0.2.8

    LPGhatguy committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b7b5416 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a74d83 View commit details
    Browse the repository at this point in the history
Loading