GIF Loop Coder Changelog

What's new in GIF Loop Coder 1.3.5

Apr 6, 2016
  • Adds a new shape: Crescent.

New in GIF Loop Coder 1.3.4 (Feb 17, 2016)

  • lineDashOffset property
  • Isotube object
  • scaleX and scaleY properties on most objects
  • bug fixes

New in GIF Loop Coder 1.3.3 (Feb 8, 2016)

  • Fixes a bug in the image sequence export where it would continue to export images forever.

New in GIF Loop Coder 1.3.2 (Feb 8, 2016)

  • Image Sequence Export
  • Fixed copy/cut/paste/etc on OS X
  • lineDashOffset style
  • remove app and docs folders from git. they can be built if needed

New in GIF Loop Coder 1.3.1 (Feb 8, 2016)

  • Bug fix when cancelling open file.
  • Icon change
  • Improved build process
  • External editable template
  • External editable snippets
  • Toolbar button to show console
  • Updated docs for new features

New in GIF Loop Coder 1.3.0 (Feb 8, 2016)

  • Standalone support for OSX, Win, Linux. Currently I've just prebuilt the executables for each platform. Eventually, I'll probably work that into the build script with electron packager.
  • Docs and examples are not included in these downloads for this release.
  • Image object support for standalone versions only. Image is almost identical to the rect object, but has a url property as well. Documentation forthcoming.
  • This build should be considered beta / prerelease. Please let me know any bugs you run across.

New in GIF Loop Coder 1.2.0 (Feb 8, 2016)

  • Snippets
  • Grunt-based build system

New in GIF Loop Coder 1.1.1 (Feb 8, 2016)

  • adds a "useTabs" option to glcConfig. Use spaces or tabs in editor.
  • fixes phase for parented objects
  • implements "setQuality" which was left off in last release.
  • some setup stuff for future standalone executable version.

New in GIF Loop Coder 1.1.0 (Feb 8, 2016)

  • UI has been re-written from the ground up.
  • No more Quicksettings.
  • Splitter bar for resizing code and canvas panels.
  • Fixed position properties panel.
  • Lightbox-type overlay for gifs, still captures, spritesheets.
  • Various bug fixes and other improvements.

New in GIF Loop Coder 1.0.3 (Feb 8, 2016)

  • The main change is the addition of the Isobox shape. An isometric box.

New in GIF Loop Coder 1.0.2 (Feb 8, 2016)

  • This release has some improvements for those who use the integrated editor. Files are now saved in local storage constantly. So if you close the browser, or it crashes, or whatever, launch again, and you'll be right where you left off. Because of this, no more need for the warning when closing or refreshing the browser.
  • Along with that, there's a "new" button to create a new sketch with the usual template.

New in GIF Loop Coder 1.0.1 (Feb 8, 2016)

  • This release streamlines the flow for using an external editor by adding a useIntegratedEditor option. When this is false, the editor will be hidden as well as the icons for loading, saving and compiling code in the integrated editor. It also removes the warnings about unsaved changes if you refresh or close the window. See the "tips" section of the documentation for more info.
  • Panels will also remember their last positions.