1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Patchage NEWS file
0.2.3:
* Updated LASH support for LASH 0.5.0
* Smarter module creation (modules not split unecessarily)
0.2.2:
* Fixed blatant segfault bug (0.2.1 is unusable)
0.2.1:
* Fixed "disconnect all" not working for Jack ports
* Minor GUI aesthetic improvements
* Preliminary LASH support
0.2.0:
* Added ALSA midi patching
* Numerous crashes fixed
* Canvas widget overhauled (because of Om)
0.1.0:
* Fixed refresh segfault problem properly, shouldn't be any more segfaults
* Added connection hiliting, mouse over a port and it's connections hilite
* Added drag-to-make-connection, Pd style
0.0.4:
* You can now load patchage without installing (run from src directory)
* Fixed numerous bugs (segfaults)
0.0.3:
* UI enhancements (switched UI to libglade)
* code cleanup (heavy overhaul)
* state saving (window location/size, modules location/size)
* put actual content in NEWS, ChangeLog, etc
0.0.2:
* zoom support
0.0.1:
* initial release
|