Skip to content

Releases: tmux-python/libtmux

v0.15.2 - Maintenance only

17 Sep 16:08
Compare
Choose a tag to compare

Maintenance only: No bugfixes for features

Tests

  • tests(conftest): Add pytester plugin by @tony in #423

CI Tooling

  • CI: Speed improvement ideas by @tony in #428

Full Changelog: v0.15.1...v0.15.2

v0.15.1 - Packaging cleanup

11 Sep 15:57
Compare
Choose a tag to compare

Minor pyproject.toml tweaks, clean up Quickstart page

Full Changelog: v0.15.0...v0.15.1

v0.15.0post0 - README fix

11 Sep 02:22
Compare
Choose a tag to compare

Fix a docstring in the readme.

Full Changelog: v0.15.0...v0.15.0post0

v0.15.0 - internal overhauling and tooling

10 Sep 22:18
Compare
Choose a tag to compare

Internal refactorings

New features

Breaking changes

Development

Tests

Documentation

Autogenerated

  • fix(tmux_cmd): remove only trailing new lines in stdout by @rockandska in #405
  • fix(tmux_cmd): use shutil.which and only PATH to discover tmux by @rockandska in #407
  • build(deps): Add flake8-bugbear by @tony in #408
  • build(deps): Add flake8-comprehensions by @tony in #409
  • docs: Update doctests by @tony in #412
  • pytest plugin by @tony in #411
  • Add gp-libs: Test docs via doctest, table of contents for sphinx.ext.autodoc, change issues module by @tony in #410
  • Move to src/ layout by @tony in #414

New Contributors

Full Changelog: v0.14.2...v0.15.0

v0.15.0a4: Move to /src layout

10 Sep 16:19
Compare
Choose a tag to compare
Pre-release

We moved to src/ layout in #414

Full Changelog: v0.15.0a3...v0.15.0a4

v0.15.0a3 - documentation improvements

10 Sep 15:18
Compare
Choose a tag to compare
Pre-release

What's Changed

gp-libs is now used for sphinx plugins

Documentation

Tests

Full Changelog: v0.15.0a2...v0.15.0a3

v0.15.0a2 - pytest plugin, flake8 checks

10 Sep 13:59
Compare
Choose a tag to compare

What's new

  • pytest plugin #411

Linting

  • build(deps): Add flake8-comprehensions, #409
  • build(deps): Add flake8-bugbear, #408

Documentation

  • docs: Update doctests, #412

Full Changelog: v0.15.0a1...v0.15.0a2

v0.15.0a1 - Move to `shutil.which()`

28 Aug 21:19
Compare
Choose a tag to compare
Pre-release

Breaking change

  • fix(tmux_cmd): use shutil.which and only PATH to discover tmux by @rockandska in #407

Full Changelog: v0.15.0a0...v0.15.0a1

v0.15.0a0 - Fix for new lines `tmux_cmd`

28 Aug 17:54
Compare
Choose a tag to compare

Breaking changes

  • fix(tmux_cmd): remove only trailing new lines in stdout by @rockandska in #405

Docs

  • docs: Move to sphinx-autoissues by @tony in #406

New Contributors

Full Changelog: v0.14.2...v0.15.0a0

v0.14.2 - Server.new_session w/o session name fix

17 Aug 06:00
Compare
Choose a tag to compare

What's Changed

  • fix(Server.session_name): Handle empty session names better by @tony in #401, follow up to #400, for #399

Full Changelog: v0.14.1...v0.14.2