Skip to content

Commit

Permalink
Release commit for 2.0.0rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
kliment committed Feb 2, 2021
1 parent bde80f0 commit 5d0ec6d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions NEWS.md
@@ -1,3 +1,34 @@
Printrun - 2.0.0rc8
====================

Pre-release for test purposes

### New Features

- Improved layer detection algorithm (#1111)
- Support for D-codes (#1119)
- Improvements to macos build (#1117)
- Improvements to windows build (#1146)
- Improved German translation (#1144)
- Improved arc rendering (#1131)

### Fixed Bugs

- Mouse wheel events duplicated (#1110)
- Correctly resume files with relative extrusion (#1114)
- Projector used deprecated/obsolete API (#1140)
- Send/clear race condition causing stuck prints (#1124)
- Fix mouse interaction with dpi scaling (#1156)
- Fix internationalization (95e6830)
- Fix projector tooltips and layout (8d0510d)
- Fix incorrect layer count (#1155)

### Administrative matters

- Correctly attribute ownership of gcoder to printrun project (#1048)
- Add github actions to build mac app and windows exe (#1106, #1108)


Printrun - 2.0.0rc7
====================

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.0rc7"
__version__ = "2.0.0rc8"

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

1 comment on commit 5d0ec6d

@MAUIMACMAN
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, Newbie Peter new to this version of pronterface. Had used on another printer and Macbook Pro from 2017. I just downloaded the latest and am wondering if I can use it to drive a "Flashforge Finder" 3D printer? I can't seem to find out how and if possible? TIA. Peter

Please sign in to comment.