Skip to content

Releases: vrslev/jack_server

Add support for nperiods

31 Jan 17:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.2.0

Support Python 3.11

29 Oct 06:52
9981d15
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Update pre-commit hooks by @github-actions in #33
  • chore(deps): Update pre-commit hooks by @github-actions in #34
  • Update pytest-cov requirement from 3.0.0 to 4.0.0 by @dependabot in #35
  • Update black requirement from 22.8.0 to 22.10.0 by @dependabot in #36
  • chore(deps): Update pre-commit hooks by @github-actions in #37
  • chore(deps): Update pre-commit hooks by @github-actions in #38
  • Support Python 3.11 by @vrslev in #39

Full Changelog: v0.1.3...v0.1.4

Fix typing of `ctypes.pointer` to support latest version of stubs

09 Sep 15:52
f121544
Compare
Choose a tag to compare

What's Changed

  • Fix typing of pointer to support latest stubs by @vrslev in #32
  • Add license file by @vrslev in #10
  • Add pre-commit autoupdate workflow by @vrslev in #15

Development dependencies

Full Changelog: v0.1.2...v0.1.3

Remove development dependency from main ones

23 Mar 08:59
3a1ba5f
Compare
Choose a tag to compare

jack_server doesn't depend on any Python packages! I accidentally added pytest-cov to main dependency list, this release fixes it.

What's Changed

  • Move pytest-cov to dev deps by @vrslev in #8

Full Changelog: v0.1.1...v0.1.2

Windows support

15 Mar 11:05
Compare
Choose a tag to compare

On Windows jackserver library is named libjackserver64. In this release jack_server works with this lib name.

API reference, tests, real-time control

17 Feb 12:02
e62ff38
Compare
Choose a tag to compare

What's Changed

  • Added public API reference,
  • Added tests: now the codebase is fully covered 🎉,
  • Added realtime Server argument and attribute,
  • Removed Server.available_drivers,
  • Improved continuous integration,
  • And other internal changes.

Full Changelog: v0.0.4...v0.1.0

Properties, period parameter

14 Feb 23:11
Compare
Choose a tag to compare

🗞 In this release:

  • Added period parameter that sets server's buffer size.
  • Made publicly set server and driver parameters — properties.
  • Added available_drivers attribute.
  • Fixed segfault that was caused by to unnecessary _destroy() call. This was appearing when _destroy() was called manually (not in __del__()).
  • Refactored working with C pointers, now they're initialized only once.

Full Changelog: v0.0.3...v0.0.4

Restructure, better typing, CI

05 Feb 13:09
Compare
Choose a tag to compare

In this PR I improved type hints, split code in modules, refactored everything a little bit, added basic tests and CI. Enjoy!

Full Changelog: v0.0.2...v0.0.3

v0.0.2: Fix JACK server library detection on Linux

01 Feb 19:01
Compare
Choose a tag to compare
Fix libjackserver detection on Linux

v0.0.1: First release!

01 Feb 14:16
Compare
Choose a tag to compare
Prepare for public