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

Commits on Mar 16, 2025

  1. docs: fix inconsistency in send_keys (#593)

    subbyte authored and tony committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    2e03e6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6fbf89 View commit details
    Browse the repository at this point in the history
  3. py(deps[dev]) Bump dev packages

    tony committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    73057ea View commit details
    Browse the repository at this point in the history
  4. ruff(test_window) Fix nits

    tests/legacy_api/test_window.py:70:34: RUF040 Non-string literal used as assert message
       |
    68 |     # len(session.attached_window.panes))
    69 |
    70 |     assert len(session.windows), 1
       |                                  ^ RUF040
    71 |     assert len(session.attached_window.panes) == 1
    72 |     for w in session.windows:
       |
    
    tests/test_window.py:76:34: RUF040 Non-string literal used as assert message
       |
    74 |     # len(session.active_window.panes))
    75 |
    76 |     assert len(session.windows), 1
       |                                  ^ RUF040
    77 |     assert len(session.active_window.panes) == 1
    78 |     for w in session.windows:
       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Found 2 errors.
    72 files left unchanged
    tony committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    2a60167 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2025

  1. Tag v0.46.1 via v0.46.x branch

    With snapshots support upcoming via #587/#590.
    tony committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    b321857 View commit details
    Browse the repository at this point in the history
Loading