Skip to content

Releases: tmux-python/libtmux

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

v0.22.2 - build system maintenance

20 Aug 10:17
Compare
Choose a tag to compare

Maintenance only, no bug fixes or features for this release

Build system

Full Changelog: v0.22.1...v0.22.2

v0.22.1 - Maintenance release

28 May 13:23
Compare
Choose a tag to compare

Maintenance only, no bug fixes, or new features

  • Add back black dev dependency

    Until ruff replaces black's formatting

Full Changelog: v0.22.0...v0.22.1

v0.22.0 - Internal improvements (ruff)

27 May 17:00
Compare
Choose a tag to compare

Internal improvements only, no bug fixes or new features

  • Move formatting, import sorting, and linting to ruff.

    This rust-based checker has dramatically improved performance. Linting and formatting can be done almost instantly.

    This change replaces black, isort, flake8 and flake8 plugins.

Full Changelog: v0.21.1...v0.22.0

v0.21.0 - Internal improvement

29 Jan 13:31
Compare
Choose a tag to compare

What's Changed

  • Default format separator (LIBTMUX_TMUX_FORMAT_SEPARATOR): | -> ␞ (#475, in re: #471, #472)

    Fixes buffer_sample with pipes causing fetch_objs()-powered listings to fail unexpectedly.

Full Changelog: v0.20.0...v0.21.0