From: daid Date: Fri, 14 Mar 2014 10:16:27 +0000 (+0100) Subject: Update new version dialog a bit. 14.03 X-Git-Tag: 14.03~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a0863373e8a7c9f98538d4ac7add1cd77420bee4;p=cura.git Update new version dialog a bit. 14.03 --- diff --git a/Cura/gui/newVersionDialog.py b/Cura/gui/newVersionDialog.py index d6070cb8..40046d65 100644 --- a/Cura/gui/newVersionDialog.py +++ b/Cura/gui/newVersionDialog.py @@ -29,8 +29,8 @@ class newVersionDialog(wx.Dialog): s.Add(wx.StaticText(p, -1, '* Improved the LayerView rendering speed.')) s.Add(wx.StaticText(p, -1, '* Made the LayerView update during slicing, so you can see the result before it is ready.')) s.Add(wx.StaticText(p, -1, '* New USB printing dialog, smaller, cleaner.')) - s.Add(wx.StaticText(p, -1, '* Selectable USB printing dialogs, from plugins.')) - s.Add(wx.StaticText(p, -1, '* Selection between new grid or old line based support material.')) + s.Add(wx.StaticText(p, -1, '* Selectable USB printing dialogs, from plugins, with default PronterfaceUI.')) + s.Add(wx.StaticText(p, -1, '* Selection between new grid or line based support material.')) s.Add(wx.StaticText(p, -1, '* Profile settings are now stored per machine instead of global for all machines.')) s.Add(wx.StaticText(p, -1, '* Added TweakAtZ 3.1 plugin per default. Thanks to Steve Morlock, Ricardo Gomez and Stefan Heule.')) s.Add(wx.StaticText(p, -1, '* Added separate speeds for outer and inner shells.')) @@ -38,6 +38,7 @@ class newVersionDialog(wx.Dialog): s.Add(wx.StaticText(p, -1, '* Removed need for temp files, which speeds up Cura on slower harddisks.')) s.Add(wx.StaticText(p, -1, '* Added expert setting to configure support material angle.')) s.Add(wx.StaticText(p, -1, '* Allow round printer beds for Deltabots.')) + s.Add(wx.StaticText(p, -1, '* Various small bugfixes improving print quality.')) self.hasUltimaker = None self.hasUltimaker2 = None diff --git a/package.sh b/package.sh index fa58f2fc..fcb25cbd 100755 --- a/package.sh +++ b/package.sh @@ -17,7 +17,7 @@ BUILD_TARGET=${1:-none} ##Do we need to create the final archive ARCHIVE_FOR_DISTRIBUTION=1 ##Which version name are we appending to the final archive -export BUILD_NAME=14.03-RC7 +export BUILD_NAME=14.03 TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET} ##Which versions of external programs to use