Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKliment <kliment@0xfb.com>2021-02-02 20:36:29 +0300
committerKliment <kliment@0xfb.com>2021-02-02 20:37:41 +0300
commit5d0ec6d25dd67fc51afccf028d4e77606ec81900 (patch)
tree75021efd1f0be4ba1386f59922758ee4cff67518
parentbde80f015eb9cd67aa708d2289428bac209ba406 (diff)
Release commit for 2.0.0rc8printrun-2.0.0rc8
-rw-r--r--NEWS.md31
-rw-r--r--printrun/printcore.py2
2 files changed, 32 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index e903843..f828069 100644
--- a/NEWS.md
+++ b/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
====================
diff --git a/printrun/printcore.py b/printrun/printcore.py
index 271bfe5..ea209a7 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 <http://www.gnu.org/licenses/>.
-__version__ = "2.0.0rc7"
+__version__ = "2.0.0rc8"
import sys
if sys.version_info.major < 3: