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: levibostian/decaf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.1
Choose a base ref
...
head repository: levibostian/decaf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.2
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 7, 2026

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

Commits on Jan 9, 2026

  1. fix: github action not able to execute the production binary (#124)

    ## Related GitHub Issues
    <!-- Link to any related GitHub issues that this pull request addresses
    or closes. -->
    
    ## Problem
    <!-- A clear description of the problem that this pull request is
    solving. -->
    
    the "./" messed things up. that is only used when you compile the
    binary, not when you download an existing binary.
    
    ## Solution
    <!-- Describe the approach you took to solve the problem and the changes
    made in this pull request. -->
    
    Fixed by making compile vs download the same path.
    
    ## Testing
    <!-- Choose one of the below options for how you tested the code change.
    Include any specific setup or instructions for testing. -->
    - [ ] Added automated tests. 
    - [x] Manually tested. If you check this box, provide instructions for
    others to test, too.
    
    ## Notes for reviewers 
    <!-- If there is any additional information you would like to share with
    the person reviewing this pull request, please provide it here. -->
    levibostian authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    fe10806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f1ee63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb6e645 View commit details
    Browse the repository at this point in the history
Loading