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: tmux-python/tmuxp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.1
Choose a base ref
...
head repository: tmux-python/tmuxp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.2
Choose a head ref
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on Oct 4, 2022

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

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    551bc70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfff810 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21b1ef0 View commit details
    Browse the repository at this point in the history
  4. Promote PyYaml to a direct dependency

    After installing in a fresh Python virtual environment, `tmuxp` fails
    with `ModuleNotFoundError: No module named 'yaml'`.
    This happens because since switching from `kaptan` to `ConfigReader`,
    `PyYaml` is no longer pulled in as a transitive dependency.
    Adding `PyYaml` as a direct "main" dependency should fix this.
    heindsight authored and tony committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    b91c4bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd56d61 View commit details
    Browse the repository at this point in the history
  6. build(deps): Add missing pyyaml dependency (#833)

    This is needed after #828's transition from kaptan to
    ConfigReader.
    tony authored Oct 8, 2022
    Configuration menu
    Copy the full SHA
    eed6a5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94618b9 View commit details
    Browse the repository at this point in the history
Loading