include README.rst
recursive-include timeside/tools *
recursive-include timeside/doc *
+recursive-include timeside/ui *
recursive-include tests *
recursive-exclude * *.pyc
recursive-exclude * *.swp
recursive-exclude build *
recursive-exclude TimeSide.egg-info *
recursive-exclude tests/samples *
-
News
=====
+0.4.0
+
+ * finally fixed an old decoder bug to prevent memory leaks during hard process (thanks to piem)
+ * add blocksize property to the processor API
+ * add many unit tests (check tests/alltests.py)
+ * re-add UI files (sorry, was missing in the last packages)
+ * various bugfixes
+ * encoders not all much tested on big files, please test!
+
0.3.3
* mostly a transitional developer and mantainer version, no new cool features
* but add "ts-waveforms" script for waveform batching
- * fix some tests, download audio samples
+ * fix some tests
+ * removed but download audio samples
* fix setup
* update README