From c4e0d398f98c4b2cccff3100ffb4daed29af2852 Mon Sep 17 00:00:00 2001 From: Rock Storm Date: Wed, 15 Mar 2023 12:29:35 +0100 Subject: [PATCH] Release Printrun 2.0.0 (#1308) --- NEWS.md | 42 ++++++++++++++++++++++++++++++++++++++++++ printrun/printcore.py | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index f82806913..81b86845f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,45 @@ +Printrun - 2.0.0 +==================== + +Stable release supporting Python 3.10 and wxPython 4.2. + +See changes in previous pre-releases below for a full change log from previous +stable release. + +### New Features + + - Separate binaries provided for macOS versions 10, 11 and 12 (#1317) + - Windows binaries restricted to Python 3.10 only (#1311) + - Improved German translation (#1311) + - Updated translation templates (#1311) + - Dropped support for Windows 32-bit executable (0c296ba) + - Added PrintrunGTK3 sub-module (0c296ba) + * Bundled Windows GTK3 libraries for the Projector tool + - CairoSVG >= 2.6.0 not supported (0c296ba) + - Port to wxPython 4.2 (0c296ba) + - Pyglet >= 2.0 not supported (#1291) + - Added option for perspective transformation on gcode rendering (#1240) + - Port to Python 3.10 (#1224) + - Revised Pronterface graph color configuration (#1206) + +### Fixed Bugs + + - Invalid log file path crashed the Windows app (#1300) + - Errors on Projector tool (0c296ba) + - Errors on Excluder tool (#1307) + - Unresponsive GUI (#1303) + - Icon/images not found. Wrong paths (#1285) + - Error on adjusting speed and flow rate (#1262) + - Fixed Armenian translation (#1244, #1245) + - Temperature graph empty or missing extruders (#1237) + - Princore runSmallScript incorrectly handled comments (#1163) + +### Administrative + + - Updated Windows and macOS CI/CD procedures + - Added CONTRIBUTORS.md to properly credit all the community (#1249) + + Printrun - 2.0.0rc8 ==================== diff --git a/printrun/printcore.py b/printrun/printcore.py index 8e8492333..e6432427d 100644 --- a/printrun/printcore.py +++ b/printrun/printcore.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with Printrun. If not, see . -__version__ = "2.0.0rc8" +__version__ = "2.0.0" import sys if sys.version_info.major < 3: