Skip to content

Commit

Permalink
Release Printrun-2.0.0rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Mar 23, 2018
1 parent a280f44 commit aa622f7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
====================

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion printrun/printcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with Printrun. If not, see <http://www.gnu.org/licenses/>.

__version__ = "2.0.0rc3"
__version__ = "2.0.0rc4"

import sys
if sys.version_info.major < 3:
Expand Down

0 comments on commit aa622f7

Please sign in to comment.