diff --git a/README b/README index 6d3b054..5286cfe 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -QT AGI Studio, release 1.3.1 +QT AGI Studio, release 1.3.2 About ===== diff --git a/agistudio.1 b/agistudio.1 index ae4a9f5..b51619e 100644 --- a/agistudio.1 +++ b/agistudio.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH AGISTUDIO 1 "May 1, 2019" "agistudio" "QT AGI Studio 1.3.1" +.TH AGISTUDIO 1 "May 1, 2019" "agistudio" "QT AGI Studio 1.3.2" .SH NAME QT AGI Studio \- an AGI adventure game development environment .SH SYNOPSIS diff --git a/help/todo.html b/help/todo.html index 5508a2c..3756a0e 100644 --- a/help/todo.html +++ b/help/todo.html @@ -2,7 +2,7 @@ TODO list -

TODO (QT AGI Studio v1.3.1)

+

TODO (QT AGI Studio v1.3.2)

This is not a development plan but rather an unsorted list of ideas. You are welcome to contribute. :-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index dc4007a..de6910c 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +agistudio (1.3.2-1) unstable; urgency=low + + * New upstream release. + + -- Chris Cromer Sun, 19 Apr 2020 15:12:00 +0300 + agistudio (1.3.1-1) unstable; urgency=low * New upstream release. diff --git a/packaging/rpm/agistudio.spec b/packaging/rpm/agistudio.spec index 5bf5bf7..d97c899 100644 --- a/packaging/rpm/agistudio.spec +++ b/packaging/rpm/agistudio.spec @@ -1,10 +1,10 @@ Summary: AGI integrated development environment Name: agistudio -Version: 1.3.1 +Version: 1.3.2 Release: 0 Copyright: GPL Group: Development/Tools -Source: agistudio-1.3.1.tar.gz +Source: agistudio-1.3.2.tar.gz URL: http://agistudio.sourceforge.net/ %description AGI (Adventure Game Interpreter) is the adventure game engine used by diff --git a/relnotes b/relnotes index 804acfb..97ed3b8 100644 --- a/relnotes +++ b/relnotes @@ -1,3 +1,10 @@ +Release notes for QT AGI Studio version 1.3.2 (2020-04-19) + +- fixes + * fixed view editor fill not updating the canvas + * fixed pic edit not updating the canvas + * add some win32 fixes + Release notes for QT AGI Studio version 1.3.1 (2019-05-09) - fixes diff --git a/src/menu.cpp b/src/menu.cpp index ee71d22..0ca2d7a 100644 --- a/src/menu.cpp +++ b/src/menu.cpp @@ -889,7 +889,7 @@ About::About(QWidget *parent, const char *name ) about->setTextFormat(Qt::RichText); about->setReadOnly(true); about->setText( - "
QT AGI studio v. 1.3.1
" + "
QT AGI studio v. 1.3.2
" "http://agistudio.sourceforge.net/
" "
" "Authors:
"