OSDN Git Service

release preparations
authorMartin Renold <martinxyz@gmx.ch>
Thu, 4 Jun 2009 13:45:25 +0000 (13:45 +0000)
committerMartin Renold <martinxyz@gmx.ch>
Thu, 4 Jun 2009 13:45:25 +0000 (13:45 +0000)
svn://svn.gna.org/svn/mypaint/trunk@377

changelog
gui/drawwindow.py
release.sh

index 1899774..38fdd91 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,7 +1,20 @@
-SVN:
+Version 0.7.0:
 - color history popup
-- <strike>Ghost lines between strokes (on touchpads) fixed</strike> fix reverted
-- Elliptical dabs
+- merge layer down
+- layer solo
+- color changer can operate clickless (hold key down, release key to select)
+- can save flattened transparent PNG
+- recognize eraser end of the stylus
+- elliptical dabs are possible now (aspect ratio)
+- new brushes and background patterns
+- save/load improved
+  - fixed bugs that caused overwrite without asking
+  - made OpenRaster the default file format
+  - made "save scrap" more consistent (always save to scrap directory)
+  - faster saving and loading (about factor two)
+  - do dithering when converting from 16bit to 8bit (only when saving with transparency)
+- fixed build problem with some distributions
+- many other GUI tweaks and bugfixes
 
 Version 0.6.0:
 - Layers, transparency and eraser mode
index ce8eff8..0cb691d 100644 (file)
@@ -9,7 +9,8 @@
 # (at your option) any later version.
 
 """
-This is the main drawing window.
+This is the main drawing window, containing menu actions.
+Painting is done in tileddrawwidget.py.
 """
 
 MYPAINT_VERSION="0.6.0+svn"
index d91c315..06e0d55 100644 (file)
@@ -2,7 +2,7 @@
 # this does roughly what 'make distcheck' would do if it did work
 set -e
 
-version=0.6.0
+version=0.7.0
 
 orig=$(pwd)
 d=/tmp/mypaint-$version
@@ -27,5 +27,6 @@ tar -cvjf $filename mypaint-$version
 
 cd $d
 scons
+./test_mypaintlib.py
 
 ls -sSh $filename