From b54ae95452c828ef7623bdbf2b892966b2708d9a Mon Sep 17 00:00:00 2001
From: Marcel Kapfer
Date: Fri, 11 Sep 2020 09:01:21 +0200
Subject: [PATCH] Bump version to 0.2.0
---
CHANGELOG.org | 28 ++++++++++++++++++++++++++++
ui_about_dialog.py | 7 ++++---
ui_about_dialog.ui | 2 +-
3 files changed, 33 insertions(+), 4 deletions(-)
create mode 100644 CHANGELOG.org
diff --git a/CHANGELOG.org b/CHANGELOG.org
new file mode 100644
index 0000000..644e3c7
--- /dev/null
+++ b/CHANGELOG.org
@@ -0,0 +1,28 @@
+#+title: CHANGELOG
+
+* Version 0.2.0
+
+** Features
+
+ - It is now possible to clear/reset all input fields (cb139c6,
+ 2b9e229, ba3a575, 371ff3f, f51e5ed)
+ - Clearing all fields is now also offered when closing the code
+ dialog after copying the content at least once (3fe735e)
+ - Focus input field after acting on the corresponding add-button
+ and select text (38e0337)
+ - It is now possible to active the "add" buttons with the enter key
+ (dec5ccd)
+
+** Bugfixes
+
+ - Display listings as unordered list (8077316)
+ - Recipe name for source URL text (01f8bdd)
+ - Allow ingredients without specifying an amount (094dd51)
+ - Fixed typo "Variantionen" (32b4c7a)
+ - Close without crashing (02f9129)
+ - Provide custom close dialog for translated buttons (97b16d1,
+ 7b7b92b, 960258e)
+
+* Version 0.1.0
+
+ - Initial release
diff --git a/ui_about_dialog.py b/ui_about_dialog.py
index 5f260a2..4a8a839 100644
--- a/ui_about_dialog.py
+++ b/ui_about_dialog.py
@@ -2,9 +2,10 @@
# Form implementation generated from reading ui file 'ui_about_dialog.ui'
#
-# Created by: PyQt5 UI code generator 5.14.2
+# Created by: PyQt5 UI code generator 5.15.0
#
-# WARNING! All changes made in this file will be lost!
+# WARNING: Any manual changes made to this file will be lost when pyuic5 is
+# run again. Do not edit this file unless you know what you are doing.
from PyQt5 import QtCore, QtGui, QtWidgets
@@ -70,7 +71,7 @@ class Ui_About(object):
About.setWindowTitle(_translate("About", "About"))
self.l_title.setText(_translate("About", "WikiCookBook"))
self.l_description.setText(_translate("About", "A graphical editor for creating cookbook entries using the MoinMoin wiki syntax"))
- self.label.setText(_translate("About", "Version 0.1.0"))
+ self.label.setText(_translate("About", "Version 0.2.0"))
self.l_basedon.setText(_translate("About", "
Based on Python and PyQt.
"))
self.l_copyright.setText(_translate("About", "2020 © Marcel Kapfer (opensource@mmk2410.org)
Licensed under GPLv3
"))
self.l_sourcecode.setText(_translate("About", "Sourcecode available at
git.mmk2410.org/mmk2410/wikicookbook
"))
diff --git a/ui_about_dialog.ui b/ui_about_dialog.ui
index 20c5fd4..fc00b7a 100644
--- a/ui_about_dialog.ui
+++ b/ui_about_dialog.ui
@@ -59,7 +59,7 @@
-
- Version 0.1.0
+ Version 0.2.0
Qt::AlignCenter