diff --git a/ChangeLog b/ChangeLog index 0e15e476..4bdccdd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -xxxx/xx/xx - 1.1.0: +2017/01/30 - 1.1.0: +- Windows: Activation mechanism has been disabled for now +- Workarounds for Gtk-3.20.x / GLib 2.50 (Ubuntu): + - Work around weird behavior of GLib.idle_add (multiple calls) + - Work around lack of refresh of document list - Import: Display how many image files, PDFs, documents and pages have been imported. - Automatic Color Equalization: Reduce the 'circle side-effect' by increasing diff --git a/src/paperwork/frontend/aboutdialog/aboutdialog.glade b/src/paperwork/frontend/aboutdialog/aboutdialog.glade index aced163a..8c4ea021 100644 --- a/src/paperwork/frontend/aboutdialog/aboutdialog.glade +++ b/src/paperwork/frontend/aboutdialog/aboutdialog.glade @@ -10,7 +10,7 @@ True dialog Paperwork - 1.1-git + 1.1 Grep for Dead Trees diff --git a/src/paperwork/frontend/mainwindow/__init__.py b/src/paperwork/frontend/mainwindow/__init__.py index 9a55eb23..28f4e84d 100644 --- a/src/paperwork/frontend/mainwindow/__init__.py +++ b/src/paperwork/frontend/mainwindow/__init__.py @@ -79,7 +79,7 @@ logger = logging.getLogger(__name__) -__version__ = '1.1-git' +__version__ = '1.1' # during tests, we have multiple instatiations of MainWindow(), but we must