Skip to content

Commit

Permalink
Release Printrun2.0.0rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
kliment committed Sep 6, 2020
1 parent 7abda79 commit c451359
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions NEWS.md
@@ -1,3 +1,32 @@
Printrun - 2.0.0rc7
====================

Pre-release for testing purposes.

### New Features

- Live resizing of panels and many other UI improvements (#1073)
- Render G2/G3 arcs in 3D view by interpolating them as line segments (#1092 and #1097)
- Apply grid size settings to 3d view (#1093)
- Visualize moves with laser/spindle active as extrusion (#1094)
- Keyboard shortcuts for important UI elements (00a932e)
- Keyboard jogging improvements (#1100)

### Fixed Bugs

- Do not expand setting spinners, combo boxes and dropdown lists (5d42c19)
- Build wheels for Windows and manylinux1/2014 correctly (#1087)
- Allow spaces between coordinate and value when parsing coordinates in gcode (#1090)
- Fix G2/G3 arc rendering error and scaling in 2D view (#1091)
- Correct index of appended command in gcoder (#1057)
- Fix incorrect string comparisons using "is" (#1096)
- Fix D-pad/keyboard jog movements (#1084)
- Fix incorrect enabled state of controls on UI settings change (f02f4ef)
- Fix command history traversal (9d5620f)
- Fix toolbar shortcuts, blank jog, jog tab-out on Windows (1f0290b)
- Fix lost messages from Marlin that contain the string "Count" (#1104)
- Fix wheel install paths for locales and images (#1101)

Printrun - 2.0.0rc6
====================

Expand Down
2 changes: 1 addition & 1 deletion printrun/printcore.py
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.0rc6"
__version__ = "2.0.0rc7"

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

0 comments on commit c451359

Please sign in to comment.