summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-09 02:18:57 +0000
committerDavid Robillard <d@drobilla.net>2006-06-09 02:18:57 +0000
commit2f0e092964f800c0ff82cbd08bf2ee05db814e7b (patch)
treed35a09dc50535aae9292f8ca3262adc5526fe2a6 /NEWS
downloadpatchage-2f0e092964f800c0ff82cbd08bf2ee05db814e7b.tar.gz
patchage-2f0e092964f800c0ff82cbd08bf2ee05db814e7b.tar.bz2
patchage-2f0e092964f800c0ff82cbd08bf2ee05db814e7b.zip
Added patchage
git-svn-id: http://svn.drobilla.net/lad/patchage@5 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS42
1 files changed, 42 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..3e4ef45
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,42 @@
+Patchage NEWS file
+
+0.2.4:
+ * Multiple module selection/moving
+
+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