diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-05-10 15:08:58 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-05-10 15:08:58 +0300 |
commit | f7927da09e8194d6f7119bd126c85cb284669579 (patch) | |
tree | 17b21a50ba91ebeba30e83a917664c2edee27fe7 | |
parent | 674a8d128b6390e8324803960567c5d74fa39544 (diff) | |
download | yoso-f7927da09e8194d6f7119bd126c85cb284669579.tar.gz |
Add ChangeLog.rst
-rw-r--r-- | ChangeLog.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst new file mode 100644 index 0000000..33d32bc --- /dev/null +++ b/ChangeLog.rst @@ -0,0 +1,14 @@ +0.1.1 (2017-05-10) +------------------ + +* Added ChangeLog.rst (this file). +* Disabled `"native menu bar" <http://doc.qt.io/qt-5/qmenubar.html#nativeMenuBar-prop>`_ (menu was totally absent in Ubuntu). +* Fixed off-by-one error in progress bar (it was never reaching 100%). +* If an image has no objects, remove its label file rather than writing empty one. + + +0.1.0 (2017-02-06) +------------------ + +* Initial version. + |