Skip to content

Commit e0ee40a

Browse files
committed
Release Printrun-2.0.0rc5
1 parent bcb3eba commit e0ee40a

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

NEWS.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
Printrun - 2.0.0rc5
2+
====================
3+
4+
Pre-release for testing purposes.
5+
6+
### New Features
7+
8+
- Slic3r integration works with Slic3r PE (959e03e)
9+
- Disable extrude and retract while printing (284f793, c772209)
10+
- Add disable autoscroll option (4df9d58)
11+
12+
### Fixed Bugs
13+
14+
- sys.frozen problem with installed Printrun (#920)
15+
- Button dragging (#690)
16+
- Repetier M20 (#848)
17+
- Crash on startup with tabbed mode enabled (979df4a)
18+
- Absurd 3D viewer viewport rotation control (#622)
19+
- STL parser and GCODE plater export Python 3 problems (f8aeafd, 2ea0835)
20+
21+
122
Printrun - 2.0.0rc4
223
====================
324

@@ -18,7 +39,6 @@ Pre-release for testing purposes.
1839
- Messages printed twice in terminal (#916)
1940
- Prevent race condition on exit (42d7cd0, 16ee30b)
2041
- Object has no attribute 'slic3r_configs' (#865)
21-
2242

2343

2444
Printrun - 2.0.0rc3

printrun/printcore.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with Printrun. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__version__ = "2.0.0rc4"
16+
__version__ = "2.0.0rc5"
1717

1818
import sys
1919
if sys.version_info.major < 3:

0 commit comments

Comments
 (0)