Skip to content

Releases: tmux-python/tmuxp

v1.34.0 - Maintenance release

21 Dec 20:44
Compare
Choose a tag to compare

Maintenance only, no bug fixes or new features

What's Changed

Breaking changes

  • py(deps): libtmux 0.24.1 -> 0.25.0 (improved docs) in #896

    pydocstyle internal updates

  • refactor!: config_reader to tmuxp._internal in #897

  • refactor!: Move _types to _internal/types in #900

Documentation

  • Docs: Split API to multiple pages in #898

Full Changelog: v1.33.0...v1.34.0

v1.33.0 - Maintenance release

21 Dec 17:31
Compare
Choose a tag to compare

Maintenance only, no bug fixes or new features

What's Changed

Tests

  • refactor(test_shell): Use named, typed test fixtures in #893

CI

  • pyproject(ruff): Support pydocstyle w/ numpy convention in #891

Documentation

  • Add docstrings to functions, methods, classes, and packages in #891

Full Changelog: v1.32.1...v1.33.0

v1.32.1

23 Nov 19:51
Compare
Choose a tag to compare

Full Changelog: v1.32.0...v1.32.1

Changes

Packaging

  • pyproject: Add gp-lib to test dependency group

Development

  • libtmux: 0.24.0 -> 0.24.1 (maintenance release)

v1.32.0

19 Nov 14:08
Compare
Choose a tag to compare

What's Changed

Packaging

  • packaging(pytest): Move configuration to pyproject.toml by @tony in #886

  • Add python 3.12 to trove classifiers

  • Packaging (poetry): Fix development dependencies

    Per Poetry's docs on managing dependencies and poetry check, we had it wrong: Instead of using extras, we should create these:

    [tool.poetry.group.group-name.dependencies]
    dev-dependency = "1.0.0"

    Which we now do.

Development

Full Changelog: v1.31.0...v1.32.0

v1.31.0 - Strict typings

23 Sep 16:27
Compare
Choose a tag to compare

Breaking changes

Development

Full Changelog: v1.30.1...v1.31.0

v1.30.1 - Maintenance release

09 Sep 11:43
Compare
Choose a tag to compare

Maintenance only, no bug fixes or new features

  • Final Python 3.7 Release (End of life was June 27th, 2023)
  • Adds installation instructions for installing with Nix by @ChristopherHarwell in #883

New Contributors

Full Changelog: v1.30.0...v1.30.1

v1.30.0 - Maintenance release (code quality)

04 Sep 12:15
Compare
Choose a tag to compare

What's Changed

  • Ruff rules: Stricter code quality rules by @tony in #879
  • CI: Run black . --check

Full Changelog: v1.29.1...v1.30.0

v1.30.0a0 - Maintenance release (code quality)

04 Sep 12:08
Compare
Choose a tag to compare

What's Changed

  • Ruff rules: Stricter code quality rules by @tony in #879
  • CI: Run black . --check

Full Changelog: v1.29.1...v1.30.0a0

v1.29.1 - Maintenance release

02 Sep 13:05
Compare
Choose a tag to compare

Packaging

  • libtmux: 0.23.0.post2 -> 0.23.1

    Typo fix

Documentation

New Contributors

Full Changelog: v1.29.0...v1.29.1

v1.29.0post0 - Maintenance release

02 Sep 13:02
Compare
Choose a tag to compare

Maintenance only, no bug fixes, or new features

  • libtmux: Post-release bump (0.23.0 -> 0.23.0-post2)

    (typo fixes)

  • Add back comments eliminated by ruff's ERA / eradicate rules

Full Changelog: v1.29.0...v1.29.0post0