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

Commit 19cbdcd

Browse files
committed
1.1.0
Signed-off-by: Jerome Flesch <[email protected]>
1 parent 0770a70 commit 19cbdcd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ChangeLog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
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

src/paperwork/frontend/aboutdialog/aboutdialog.glade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>

src/paperwork/frontend/mainwindow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
logger = 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

0 commit comments

Comments
 (0)