OSDN Git Service

changelog, version bump
authorMartin Renold <martinxyz@gmx.ch>
Sun, 10 Oct 2010 19:43:36 +0000 (21:43 +0200)
committerMartin Renold <martinxyz@gmx.ch>
Sun, 10 Oct 2010 19:43:36 +0000 (21:43 +0200)
changelog
gui/drawwindow.py

index 73db68b..590f96c 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,15 @@
+0.9.0 beta1: (4fd288067117f249716a9a46577d2f96ad816692)
+- brush collection: many updates, better and smaller collection
+- brushset import and export
+- fix for bad timestamp resolution on Windows that was probably leading to problems when saving
+- sharper image for some zoom levels
+- stylus tilt support
+- persistence of selected brush and group
+- file preview in open dialog
+- configurable default save format
+- optimizations: faster startup, much faster saving of ora/png
+- lots and lots of small improvements, fixes, optimizations
+
 Version 0.8.2:
 - fix regression in 0.8.1 causing temporary layers to stick
 - complain about unsupported pygtk version
index b22d732..e94e732 100644 (file)
@@ -13,7 +13,7 @@ This is the main drawing window, containing menu actions.
 Painting is done in tileddrawwidget.py.
 """
 
-MYPAINT_VERSION="0.8.2+git"
+MYPAINT_VERSION="0.9.0-beta1"
 
 import os, math, time
 from gettext import gettext as _