Skip to content

v0.26.0 - Doc and linting improvements

Compare
Choose a tag to compare
@tony tony released this 06 Feb 17:22
· 526 commits to master since this release

What's Changed

Breaking change

  • get_by_id() (already deprecated) keyword argument renamed from id to
    Server.get_by_id(session_id), Session.get_by_id(window_id), and Window.get_by_id(pane_id) (#514)

Documentation

  • Various docstring fixes and tweaks (#514)

Development

CI

  • Move CodeQL from advanced configuration file to GitHub's default

Full Changelog: v0.25.0...v0.26.0