Skip to content

Releases: Contraz/pyrocket

0.2.9

10 May 00:11
Compare
Choose a tag to compare
  • Project files failed to load in some intances

0.2.8

14 Aug 19:49
Compare
Choose a tag to compare

The SocketConnector was rewritten to be fully platform independent. It had some lingering issues on windows where data did not get fully read from the stream.

We now open the socket in blocking mode and use select to peak for new commands. This means the main loop will of your program will still be running even if the rocket editor has nothing to report back.

0.2.7

04 Jul 17:33
Compare
Choose a tag to compare

Resolve a blocking issue with windows sockets

0.2.6

03 Jul 21:34
Compare
Choose a tag to compare

Windows support by @helgrima

0.2.5

19 Apr 23:19
Compare
Choose a tag to compare

Fix project file loader issue when the document has multiple root elements

0.2.4

17 Apr 23:36
Compare
Choose a tag to compare

Proper logging support

0.2.3

17 Apr 22:18
Compare
Choose a tag to compare

Allow adding pre-created tracks after load

0.2.2

17 Apr 17:54
Compare
Choose a tag to compare

Fixed broken links in readme

0.2.1

17 Apr 17:48
Compare
Choose a tag to compare

Proper project description.
Added shortcut to Rocket in init.py

0.2.0

16 Apr 23:29
Compare
Choose a tag to compare

Support remote export
Support reading project files
Support loading binary track data