diff --git a/application.py b/application.py index 07105ab..daf0f21 100644 --- a/application.py +++ b/application.py @@ -1,4 +1,4 @@ shortname="quinter" name = "Quinter" -version = "0.69" +version = "0.70" author = "Quin and Melody" diff --git a/build.bat b/build.bat index 69c58f9..2baefcc 100644 --- a/build.bat +++ b/build.bat @@ -1,2 +1,2 @@ @echo off -nuitka --windows-company-name=Mellaquin --windows-product-name=Quinter --windows-file-version=0.69 --windows-product-version=0.69 --windows-file-description=Quinter --standalone --python-flag=no_site --include-data-file=keymap.keymap=keymap.keymap --windows-disable-console --output-dir=c:\tempbuild --remove-output quinter.pyw \ No newline at end of file +nuitka --windows-company-name=Mellaquin --windows-product-name=Quinter --windows-file-version=0.70 --windows-product-version=0.70 --windows-file-description=Quinter --standalone --python-flag=no_site --include-data-file=keymap.keymap=keymap.keymap --windows-disable-console --output-dir=c:\tempbuild --remove-output quinter.pyw \ No newline at end of file diff --git a/docs/changelog.txt b/docs/changelog.txt index 2d854e0..1dcfcf4 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,3 +1,7 @@ +0.70 +Adds posting of polls. +Fixes reply settings. + 0.69 Fixes searches.