diff --git a/NEWS.md b/NEWS.md index 9a5ff8f2b..39a41ac91 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,26 @@ +Printrun - 2.0.0rc4 +==================== + +Pre-release for testing purposes. + +### New Features + + - Support for the T? command (#888) + - Have slic3r as default slicing option (#904) + +### Fixed Bugs + + - Segmentation fault (#909) + - Button text incorrectly changing (#903) + - Dialogs resized (#905, #915) + - Macro duplicates (#907) + - Ok messages with Repetire firmware (#917) + - Messages printed twice in terminal (#916) + - Prevent race condition on exit (42d7cd0, 16ee30b) + - Object has no attribute 'slic3r_configs' (#865) + + + Printrun - 2.0.0rc3 ==================== @@ -13,7 +36,7 @@ Pre-release for testing purposes. - Macro-related functionality (95877a4) - Clicking +Z⇑ and -Z⇓ (#910) - Python 3 incompatibilities (#912) - - Segmentation faults (#895, #909) + - Segmentation fault (#895) Printrun - 2.0.0rc2 diff --git a/printrun/printcore.py b/printrun/printcore.py index 7e646a16c..e87a5ac34 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.0rc3" +__version__ = "2.0.0rc4" import sys if sys.version_info.major < 3: