Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 1.83 KB

changelog.md

File metadata and controls

68 lines (50 loc) · 1.83 KB

Version 1.4.1 -May 25, 2013

  • Feature: Windows XP Compatibility
  • Feature: Sass debug information
  • Bugfix: Sass imports not detected

Version 1.4.0 -May 22, 2013

  • Support for compass config.rb file (must be inside projects root folder)
  • Support deep nested imports
  • Exclude certain patterns from file and folders
  • Sass compact output style
  • Success notice when file is successfully compiled
  • Fixed bug where app was hidden after minimizing to tray
  • Default extensions for changed output files
  • Fixed crash while compiling less
  • Other small fixes and improvements

Version 1.3.0 -May 16, 2013

  • New default options panel ( Ability to save default options for languages )
  • Compass Susy plugin
  • Automatic update checker
  • Enabled Bourbon by default
  • Cleaner codebase
  • Fixed bug where app crash was caused and file settings were not preserved.

Version 1.2.1 -May 11, 2013

  • Support Sass Bourbon Mixins
  • Markdown Filter For Haml
  • User interface improvement
  • Some code and performance improvements

Version 1.2.0 -May 07, 2013

  • Fixed app crash on project folder delete
  • Added Keyboard shortcuts
CTRL+N  : New Project
CTRL+R or F5  : Refresh Project Files
CTRL+L : Open Live Project Url
CTRL+D : Remove Project
CTRL+C : Compile Selected File
CTRL+SHIFT+C : Compile all project files
  • Jade updated to 0.30.0
  • Sass updated to 3.2.8
  • Option to select installation folder
  • Some code and performance improvements

Version 1.1.2 -May 04, 2013

  • Option to disable markdown sanitization and gfm.
  • Ability to save application state; App opens where you left it.
  • Fixed bug where project is not shown in the project list.
  • Fixed bug where file settings were not preserved after refreshing project.
  • Use marked instead of markdown.js.
  • Cleaner codebase.

Version 1.1.1 -May 01, 2013

  • Initial release