From cc30bbc86de6c8323d72c0a50888d2bbb6605a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 2 Aug 2020 17:55:04 +0200 Subject: [PATCH] Release Printrun 2.0.0rc6 --- NEWS.md | 32 ++++++++++++++++++++++++++++++++ printrun/printcore.py | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index bc977394b..c83bbdeb6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,35 @@ +Printrun - 2.0.0rc6 +==================== + +Pre-release for testing purposes. + +### New Features + + - Change the default background color to the theme one (#931) + - Add setting for graph background color (#791) + - Hide second extruder from graph if not present (#791) + - Support for disabling Mate screensaver service (#979) + - Armenian translation (#1042) + - Don't print the M117 status msg to the console (#1081) + - Packages installable by pip are available on PyPI (#921) + +### Fixed Bugs + + - Don't ask for exit confirmation on the console when asking in GUI (b48fe7b) + - Preset for temperatures does not affect Selection on the main screen (#676) + - Several Python 3 related followups, mostly in run_gcode_script + - Issue connecting to a remote port (#1027) + - Run "Final command" from settings when print is finished (#1014) + - Fix a crash in wx at startup due to locale settings (#1015) + - Only apply PARITY_ODD workaround where it's actually needed (#1017) + - Do not attempt to read extra device name patterns on windows (#1040) + - Several Linux packaging fixes + - Removed error-causing wxPython horizontal alignment flags (#1052) + - Rewrite deprecated Serial functions (#1017), pySerial >= 3 is now needed + - 3D Viewer color options don't update (#1054) + - Settings change callbacks not called (#1063 and others) + + Printrun - 2.0.0rc5 ==================== diff --git a/printrun/printcore.py b/printrun/printcore.py index f67c83971..d5574abf7 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.0rc5" +__version__ = "2.0.0rc6" import sys if sys.version_info.major < 3: