diff --git a/NEWS b/NEWS index b94558a..c2fb373 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ NEWS - list of user-visible changes between releases of qlscribe +New in 0.12: + Fixed bug for round text not updating last used font + Main window stores/restores position and size from/to config + Round text changes radius and angle when dragged by mouse instead of moving the center + Added ability to open image as a document + Bugfix for labels opened from commandline not updating menu + Bugfix for not properly drawing partially covered window background + New in 0.11: Application settings added with default font to use and option to eject media Added functionality to eject media after print diff --git a/debian/changelog b/debian/changelog index 039fee5..cfc4d61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,5 @@ -qlscribe (0.11-0ubuntu1) unstable; urgency=low +qlscribe (0.12-0ubuntu1) unstable; urgency=low + * Release 0.12 imported * Release 0.11 imported * Release 0.10 imported * Release 0.9 imported diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 6921233..a85709f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -460,7 +460,7 @@ void MainWindow::onMenuAbout() QMessageBox::about( this, tr( "About" ), tr( "

qlscribe - Qt lisghtScribe

" - "

prerelease 0.12 $Revision$

" + "

release 0.12 $Revision$

" "

visit project at home page " "qlscribe.sourceforge.net

" ) ); }