You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MessageBox.Show("Guietzli v1.0\nA Graphic front-end for Guetzli JPEG Encoder\n\nCopyright (c) 2017, Petros Kyladitis\n<http://www.multipetros.gr/>\n\nThis program is free software distributed under the GNU GPL 3, for license details see at 'license.txt' file, distributed with this program, or see at <http://www.gnu.org/licenses/>.","About this program",MessageBoxButtons.OK,MessageBoxIcon.Information);
381
+
MessageBox.Show("Guietzli v1.1\nA Graphic front-end for Guetzli JPEG Encoder\n\nCopyright (c) 2017-2018, Petros Kyladitis\n<http://www.multipetros.gr/>\n\nThis program is free software distributed under the GNU GPL 3, for license details see at 'license.txt' file, distributed with this program, or see at <http://www.gnu.org/licenses/>.","About this program",MessageBoxButtons.OK,MessageBoxIcon.Information);
*[Portable in zip archive](https://github.com/multipetros/Guietzli/releases/download/v1.1/guietzli_1.1-bin.zip)
32
+
33
+
## Change Log
34
+
### v1.1
35
+
* Moved to .NET Framework 4.5, to be compatible, the encoder download functionality, with TLS 1.2 which now used by GitHub
36
+
### v1.0
37
+
* Initial release
38
+
26
39
## License
27
40
This program is free software distributed under the GNU GPL 3, for license details see at `license.txt` file, distributed with this program, or see at <http://www.gnu.org/licenses/>.
0 commit comments