From: Florent R. <f.r...@fr...> - 2014-10-30 17:15:30
|
Hello, I am pleased to announce the release of pythondialog 3.2.1. You can read a summary of the changes in this version at: http://pythondialog.sourceforge.net/#news-3.2 For your convenience, here is a text dump of this summary (changes since version 3.1.0): Main changes in version 3.2.1 The main change in version 3.2.1 is an improved tutorial chapter in the pythondialog Manual[1]. Main changes in version 3.2.0 The main changes in version 3.2.0 are: * New manual[1] generated with Sphinx[2]. Check it out! * The default values for day, month and year in the calendar widget have been changed from 0 to -1. This is unfortunately BACKWARD-INCOMPATIBLE, but 0 doesn't work well for day and month in dialog, and it would be quite unintuitive to have them default to -1 with the year still defaulting to 0. This change should affect very few people, if any, which is why I decided to fix the API now without increasing the major version number. For a more detailed description of the changes, you can refer to the history in the Git repository[3] or the ChangeLog file in a release tarball. References 1. http://pythondialog.sourceforge.net/doc/ 2. http://sphinx-doc.org/ 3. https://sourceforge.net/p/pythondialog/code/ -- Florent |