Version 1.4f:
Enhancements
Added the ability to vary the turtle’s speed - normally when the turtle moves forward, the line is drawn immediately and the turtle is redrawn at the end of the line. Now, using a slider in the Preferences window to reduce the turtle speed,  the turtle will move along the line drawing as it goes. Similarly,as the turtle rotates, the rotation can be observed. This works for Forward, Back, Left, and Right.
Added a Wrap checkbox in the Preferences window. When this is checked, the turtle cannot move outside the canvas - if it moves to the edge of the canvas, it then comes in the opposite side: so if it moves out of the top, it comes in at the bottom.
Added the capability to make Return execute a command instead of Command-Return. This makes it more similar to command-line Logos. This is controlled by checkbox Return Executes Command in the Preferences window. If you have this checked and just want to insert a carriage-return, press Ctrl-Return.
Added an Open After Export checkbox to most of the export save panels so that the file will be opened after saving. So, for instance, checking the box when exporting a PDF will cause it to be opened in Preview or Acrobat Reader, or whatever default application you have for PDFs. Similar functionality has been added to movie creation - when selecting the menu item Finish Movie, hold down the Option (Alt) key, and it will be opened after saving.
Added command Pathlength which gives the length of a path.
Added a couple of items to the Help menu - Website takes you to the ACSLogo website; Email opens an email to send to me for feedback.
I've added localisation for the menu and dialog changes to varying degrees - if you see anything that hasn’t been localised properly, please let me know. The mapping from English commands to French and German commands is here.
A User Guide accompanies this release as a separate download. It includes material from the tutorials and some new stuff. I should be adding a lot more to it
over the coming months.
Bug Fixes
Sometimes when using Play or Wait, the screen would not update properly - this should now be fixed.
Fixed a bug in GrType where it would crash if given an empty string as input.
Fixed a bug where a string with an escape character (\) would include the initial double-quote as part of the string.
If you have any bug reports or comments, please send them to me using Email from the Help menu.