From b5efac126df158878af3a50edded8481f9e90813 Mon Sep 17 00:00:00 2001 From: Martin Renold Date: Sat, 20 Feb 2010 17:44:11 +0100 Subject: [PATCH] update changelog, update translation credits --- changelog | 9 +++++++++ gui/drawwindow.py | 1 + 2 files changed, 10 insertions(+) diff --git a/changelog b/changelog index b3ab5c2..dc9c036 100644 --- 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 diff --git a/gui/drawwindow.py b/gui/drawwindow.py index 1e5c021..d34712a 100644 --- a/gui/drawwindow.py +++ b/gui/drawwindow.py @@ -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() -- 2.11.0