Sat, 26 Apr 2014 15:38:32 +0200
Released as stable.
--- a/ChangeLog Sat Apr 26 15:38:21 2014 +0200 +++ b/ChangeLog Sat Apr 26 15:38:32 2014 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 1.0.0: +- first stable release + Version 0.2.0: - added Spanish translations provided by Jaime Seuma
--- a/ColorString/Documentation/source/Plugin_Tools_ColorString.PluginColorString.html Sat Apr 26 15:38:21 2014 +0200 +++ b/ColorString/Documentation/source/Plugin_Tools_ColorString.PluginColorString.html Sat Apr 26 15:38:32 2014 +0200 @@ -25,7 +25,7 @@ </p> <h3>Global Attributes</h3> <table> -<tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>needsRestart</td></tr><tr><td>packageName</td></tr><tr><td>pyqtApi</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr> +<tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>needsRestart</td></tr><tr><td>packageName</td></tr><tr><td>pyqtApi</td></tr><tr><td>python2Compatible</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr> </table> <h3>Classes</h3> <table>
--- a/PluginColorString.py Sat Apr 26 15:38:21 2014 +0200 +++ b/PluginColorString.py Sat Apr 26 15:38:32 2014 +0200 @@ -22,7 +22,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "0.2.0" +version = "1.0.0" className = "ColorStringPlugin" packageName = "ColorString" shortDescription = "Insert color as string" @@ -33,6 +33,7 @@ """ the dialog and is replaced with the new color.""" needsRestart = False pyqtApi = 2 +python2Compatible = True # End-Of-Header error = ""