Skip to content

Commit 5823380

Browse files
committed
Update CHANGELOG
1 parent bef53b3 commit 5823380

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
# Changelog
22

3+
## [v0.0.6](https://github.com/ideoforms/python-supercollider/releases/tag/v0.0.6) (2024-01-12)
4+
5+
- Updated to use native `python-osc` for OSC communications, eliminating dependency on `liblo`
6+
- Added type hints (requires Python 3.9+)
7+
38
## [v0.0.5](https://github.com/ideoforms/python-supercollider/releases/tag/v0.0.5) (2020-06-26)
49

5-
- Implement `Buffer.get`, to query samples from a Buffer
10+
- Implemented `Buffer.get`, to query samples from a Buffer
611

712
## [v0.0.4](https://github.com/ideoforms/python-supercollider/releases/tag/v0.0.4) (2019-10-15)
813

914
- Fixed Linux dependencies (thanks to Dan Stowell)
1015

1116
## [v0.0.3](https://github.com/ideoforms/python-supercollider/releases/tag/v0.0.3) (2019-10-09)
1217

13-
- Add `AudioBus`/`ControlBus`
14-
- Add further examples: `buffer-read`, `buffer-set`, `buffer-write`, `bus-example`
18+
- Added `AudioBus`/`ControlBus`
19+
- Added further examples: `buffer-read`, `buffer-set`, `buffer-write`, `bus-example`
1520

1621
## [v0.0.2](https://github.com/ideoforms/python-supercollider/releases/tag/v0.0.2) (2019-10-07)
1722

18-
- Add `Buffer`
19-
- Add `Group`
20-
- Add support for synchronous operations
23+
- Added `Buffer`
24+
- Added `Group`
25+
- Added support for synchronous operations
2126

2227
## [v0.0.1](https://github.com/ideoforms/python-supercollider/releases/tag/v0.0.1) (2019-10-05)
2328

24-
Minimum viable release.
25-
- Add `Server`
26-
- Add `Synth`, with support for get/set/free
29+
Minimum viable release.
30+
- Added `Server`
31+
- Added `Synth`, with support for get/set/free
2732

0 commit comments

Comments
 (0)