Skip to content

Releases: tmux-python/libtmux

v0.25.0 - doc and comparator improvements

25 Nov 21:52
Compare
Choose a tag to compare

Changes

Comparator fixes

  • Fixed __eq__ for windows. by @m1guelperez in #505
  • fix(pane,session,server): Return False if type mismatched by @tony in #510

Documentation

  • ruff: Enable pydocstyle w/ numpy convention by @tony in #509

New Contributors

Full Changelog: v0.24.1...v0.25.0

v0.24.1 - Packaging fixes

23 Nov 19:27
Compare
Choose a tag to compare

What's Changed

Packaging

  • packaging: Remove requirements/ folder. Unused. by @tony in #507
  • pyproject: Add gp-libs to test dependency group

Full Changelog: v0.24.0...v0.24.1

v0.24.0 - Maintenance release

19 Nov 13:16
Compare
Choose a tag to compare

Maintenance only, no bug fixes or new features

What's Changed

Breaking changes

Packaging

Development

Full Changelog: v0.23.2...v0.24.0

v0.23.2 - Maintenance release (final python 3.7 release)

09 Sep 11:28
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)

Full Changelog: v0.23.1...v0.23.2

v0.23.1 - Typo fixes, lint tweaks

02 Sep 12:50
Compare
Choose a tag to compare

Maintenance only, no bug fixes, or new features

Development

  • Automated typo fixes from typos-cli:

    typos --format brief --write-changes
  • ruff's linter for code comments, ERA (eradicate), has been removed

Full Changelog: v0.23.0...v0.23.1

v0.23.0post2 - Maintenance release

02 Sep 12:48
Compare
Choose a tag to compare

Maintenance release

  • More fixes missing code comments from ruff run.

Full Changelog: v0.23.0post1...v0.23.0post2

v0.23.0post1 - Maintenance follow up

26 Aug 10:52
Compare
Choose a tag to compare

Maintenance release

  • More fixes missing code comments from ruff run.

Full Changelog: v0.23.0post0...v0.23.0post1

v0.23.0post0 - Maintenance release

20 Aug 17:53
Compare
Choose a tag to compare

Maintenance release

  • Fixes missing code comments from ruff run.

    A decision will be made later on completely eliminating these types of comments.

Full Changelog: v0.23.0...v0.23.0post0

v0.23.0 - Code quality improvements

20 Aug 12:34
Compare
Choose a tag to compare

This maintenance release covers only developer quality of life improvements, no bug fixes or new features

Maintenance

  • Stricter code quality rules (via ruff) by @tony in #488

Full Changelog: v0.22.2...v0.23.0

v0.23.0a0 - Maintenance release

20 Aug 11:34
Compare
Choose a tag to compare
Pre-release

This maintenance release covers only developer quality of life improvements, no bug fixes or new features

Maintenance

  • Stricter code quality rules (via ruff) by @tony in #488

Full Changelog: v0.22.2...v0.23.0a0