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

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemco Burema <r.burema@ultimaker.com>2020-09-01 14:50:33 +0300
committerRemco Burema <r.burema@ultimaker.com>2020-09-01 14:50:33 +0300
commita579d66fbdfcfed940d76be10303effdc3fa736c (patch)
tree79f9cbb48e9e4807af63f30b3f4a4f66311b3809
parent8dbbe2bd3a6ebe6f5579b3b002cb8752339d86cc (diff)
parentab33a09613fc3f52de2147ff2e2df0dc87447cb4 (diff)
Merge branch 'master' of https://github.com/Ultimaker/Cura
-rw-r--r--resources/qml/WelcomePages/WhatsNewContent.qml1
-rw-r--r--resources/texts/change_log.txt9
2 files changed, 10 insertions, 0 deletions
diff --git a/resources/qml/WelcomePages/WhatsNewContent.qml b/resources/qml/WelcomePages/WhatsNewContent.qml
index 39695dabc4..0fc5fa06ba 100644
--- a/resources/qml/WelcomePages/WhatsNewContent.qml
+++ b/resources/qml/WelcomePages/WhatsNewContent.qml
@@ -45,6 +45,7 @@ Item
textArea.wrapMode: Text.WordWrap
textArea.readOnly: true
textArea.font: UM.Theme.getFont("medium")
+ textArea.onLinkActivated: Qt.openUrlExternally(link)
}
Cura.PrimaryButton
diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt
index 7b7440a9c5..5e5454da8c 100644
--- a/resources/texts/change_log.txt
+++ b/resources/texts/change_log.txt
@@ -1,3 +1,12 @@
+[4.7.1]
+For an overview of the new features in Cura 4.7, please see this video: <a href="https://www.youtube.com/watch?v=vuKuil0dJqE">Change log overview</a>
+
+* Bug fixes
+- Fixed a crash when duplicating a built-in profile.
+- Having an equals symbol in your start or end g-code would cause part of that g-code to disappear and could cause a crash when loading a model. This is fixed now.
+- The MacOS build is now notarized by Apple, to prevent a security warning from popping up when starting Cura for the first time.
+- Corrected the orientation of the build plate mesh for Tevo Tarantula Pro.
+
[4.7.0]
* Rotation widgets
fieldOfView has contributed code that adds 3 pairs of arrow widgets to the Rotate tool handle, to rotate objects by exactly 90 degrees.