Thanks to visit codestin.com
Credit goes to github.com

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: emilevr/space
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: emilevr/space
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 8 commits
  • 17 files changed
  • 3 contributors

Commits on Feb 14, 2024

  1. Update README.md: scoop has been added (#12)

    * Update README.md
    
    * Add bucket details to readme and move direct-from-repo install command to the end as an alternative
    
    ---------
    
    Co-authored-by: Emile van Reenen <[email protected]>
    StudentWeis and emilevr authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d6ba8b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57ccd17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32a714c View commit details
    Browse the repository at this point in the history
  4. Bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2 in /buildit (#13)

    Bumps [libgit2-sys](https://github.com/rust-lang/git2-rs) from 0.16.1+1.7.1 to 0.16.2+1.7.2.
    - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/rust-lang/git2-rs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: libgit2-sys
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Emile van Reenen <[email protected]>
    dependabot[bot] and emilevr authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    31ece2f View commit details
    Browse the repository at this point in the history
  5. Bump openssl from 0.10.57 to 0.10.60 in /buildit (#9)

    Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.57 to 0.10.60.
    - [Release notes](https://github.com/sfackler/rust-openssl/releases)
    - [Commits](rust-openssl/rust-openssl@openssl-v0.10.57...openssl-v0.10.60)
    
    ---
    updated-dependencies:
    - dependency-name: openssl
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Emile van Reenen <[email protected]>
    dependabot[bot] and emilevr authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    274fcf6 View commit details
    Browse the repository at this point in the history
  6. Bump unsafe-libyaml from 0.2.9 to 0.2.10 (#10)

    Bumps [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) from 0.2.9 to 0.2.10.
    - [Release notes](https://github.com/dtolnay/unsafe-libyaml/releases)
    - [Commits](dtolnay/unsafe-libyaml@0.2.9...0.2.10)
    
    ---
    updated-dependencies:
    - dependency-name: unsafe-libyaml
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Emile van Reenen <[email protected]>
    dependabot[bot] and emilevr authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e57d95a View commit details
    Browse the repository at this point in the history
  7. Bump h2 from 0.3.21 to 0.3.24 in /buildit (#11)

    Bumps [h2](https://github.com/hyperium/h2) from 0.3.21 to 0.3.24.
    - [Release notes](https://github.com/hyperium/h2/releases)
    - [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
    - [Commits](hyperium/h2@v0.3.21...v0.3.24)
    
    ---
    updated-dependencies:
    - dependency-name: h2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Emile van Reenen <[email protected]>
    dependabot[bot] and emilevr authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    52515fb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Add Ctrl/Cmd+C support (#14)

    * Add support for Ctrl/Cmd+C to cancel and exit.
    emilevr authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    abb0cfb View commit details
    Browse the repository at this point in the history
Loading