Skip to content

Commit

Permalink
Forgot the new version dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
daid committed Feb 18, 2015
1 parent 0aa445f commit e460826
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Cura/gui/newVersionDialog.py
Expand Up @@ -26,6 +26,11 @@ def __init__(self):
s.Add(wx.StaticText(p, -1, '(This dialog is only shown once)'))
s.Add(wx.StaticLine(p), flag=wx.EXPAND|wx.TOP|wx.BOTTOM, border=10)
s.Add(wx.StaticText(p, -1, 'New in this version:'))
s.Add(wx.StaticText(p, -1, '* Fixed saving to SD card on MacOS and linux'))
s.Add(wx.StaticText(p, -1, '* Fixed Cura not starting up for some Windows users'))
s.Add(wx.StaticText(p, -1, '* Fixed UM2 problem where material was not retracted at the end of the print'))
s.Add(wx.StaticText(p, -1, '* Fixed UM2 problem where material was not pushed forward after changing material during a pause'))
s.Add(wx.StaticText(p, -1, 'New in 15.01:'))
s.Add(wx.StaticText(p, -1, '* Improved handling of large 3D models'))
s.Add(wx.StaticText(p, -1, '* Added top/bottom speed setting'))
s.Add(wx.StaticText(p, -1, '* Improved quickprint profiles (thanks to Paul Candler)'))
Expand Down
2 changes: 1 addition & 1 deletion package.sh
Expand Up @@ -22,7 +22,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=15.02
export BUILD_NAME=15.02.1
TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET}

##Which versions of external programs to use
Expand Down

0 comments on commit e460826

Please sign in to comment.