Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Flesch <[email protected]>
  • Loading branch information
jflesch committed Jan 30, 2017
1 parent 0770a70 commit 19cbdcd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/paperwork/frontend/aboutdialog/aboutdialog.glade
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
<property name="program_name">Paperwork</property>
<property name="version">1.1-git</property>
<property name="version">1.1</property>
<property name="copyright" translatable="yes">
</property>
<property name="comments" translatable="yes">Grep for Dead Trees</property>
Expand Down
2 changes: 1 addition & 1 deletion src/paperwork/frontend/mainwindow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19cbdcd

Please sign in to comment.