This repository was archived by the owner on Dec 18, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- xxxx/xx/xx - 1.1.0:
1+ 2017/01/30 - 1.1.0:
2+ - Windows: Activation mechanism has been disabled for now
3+ - Workarounds for Gtk-3.20.x / GLib 2.50 (Ubuntu):
4+ - Work around weird behavior of GLib.idle_add (multiple calls)
5+ - Work around lack of refresh of document list
26- Import: Display how many image files, PDFs, documents and pages have been
37 imported.
48- Automatic Color Equalization: Reduce the 'circle side-effect' by increasing
Original file line number Diff line number Diff line change 1010 <property name =" destroy_with_parent" >True</property >
1111 <property name =" type_hint" >dialog</property >
1212 <property name =" program_name" >Paperwork</property >
13- <property name =" version" >1.1-git </property >
13+ <property name =" version" >1.1</property >
1414 <property name =" copyright" translatable =" yes" >
1515</property >
1616 <property name =" comments" translatable =" yes" >Grep for Dead Trees</property >
Original file line number Diff line number Diff line change 7979logger = logging .getLogger (__name__ )
8080
8181
82- __version__ = '1.1-git '
82+ __version__ = '1.1'
8383
8484
8585# during tests, we have multiple instatiations of MainWindow(), but we must
You can’t perform that action at this time.
0 commit comments