OSDN Git Service

update changelog, update translation credits
authorMartin Renold <martinxyz@gmx.ch>
Sat, 20 Feb 2010 16:44:11 +0000 (17:44 +0100)
committerMartin Renold <martinxyz@gmx.ch>
Sat, 20 Feb 2010 16:44:31 +0000 (17:44 +0100)
changelog
gui/drawwindow.py

index b3ab5c2..dc9c036 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,12 @@
+Version 0.8.1:
+- fixed memory leak: layer data was never freed, eg. when opening a new image
+- fixed loading of layer names
+- respect layer visibility when saving to PNG
+- fixed a freeze in the exception dialog
+- added empty "favorites" brushgroup
+- Korean translation
+- some minor gui fixes
+
 Version 0.8.0:
 - many new brushes contributed by various artists
 - brushes organized into groups
index 1e5c021..d34712a 100644 (file)
@@ -791,6 +791,7 @@ class Window(windowing.MainWindow):
             u'Lamberto Tedaldi (it)\n'
             u'Dong-Jun Wu (zh_TW)\n'
             u'Luka Čehovin (sl)\n'
+            u'Geuntak Jeong (ko)\n'
             )
         
         d.run()