Koala Changelog

What's new in Koala 2.3.0

Nov 19, 2017
  • Update autoprefix to v7.1.6
  • Update clean-css to v4.1.9
  • Update coffee-script to v1.12.7
  • Update postcss to v6.0.14
  • Update uglify-js to v3.1.9
  • Update uglify-es to v3.1.9
  • Update sass to v3.5.2 (fixes #697)
  • Replace setting GEM_HOME and GEM_PATH with Gem.paths. (fixes #679)
  • Add support for distinguishing UglifyJS errors from bugs. (fixes #645)
  • Add Polish language. (Thanks to @djmassive) (#693)
  • Fix French translation. (Thanks to @NumEricR) (#485, #486)
  • Add Persian language. (Thanks to @mw2017) (#494)
  • Add Korean language. (Thanks to @k22pr) (#660)

New in Koala 2.2.0 (Oct 25, 2017)

  • Update autoprefixer to v7.0.1 and clean-css to v4.1.2
  • Update uglify-js to v3.0.4 and add an option to use ES6+. (fixes #622)
  • Add option to disable auto-compiling files when project is added or reloaded. (fixes #367)
  • Add support for resizing the main Koala window. (fixes #187)
  • Force the Ruby string encoding to UTF-8 when executing sass and compass.
  • Prevent the notification window from getting focused when shown. (fixes #621)

New in Koala 2.0.4 (Dec 8, 2014)

  • update mac icon and mac app minimize mode #254
  • watch deep imports #137
  • auto compile files when project added
  • add autoprefix option in template settings
  • add preserve copyright comments option for js compiler #312
  • update Sass(@3.4.9) and Compass(@1.0.1)

New in Koala 2.0.3 (May 23, 2014)

  • autoprefixer support
  • add compile completion notifications
  • sass upgrade ([email protected])
  • sorucemap support for less, sass and coffeescript
  • fix less sourcemap bug #171
  • Updating UglifyJSCompiler.js for wider support #165
  • add Russian translation and Italian translation
  • detele files with DEL key

New in Koala 2.0.2 (Jan 24, 2014)

  • Support lessphp by using plessc command.
  • Disable js and css auto compile status by default, but allows you to open this option on the sidebar.

New in Koala 2.0.1 (Jan 21, 2014)

  • Update LESS to version 1.6.2 and add source-map option for LESS.
  • Auto compile support for js and css.
  • Add frameworks support for js file concat‎.
  • Bug fixes

New in Koala 2.0.0 (Nov 1, 2013)

  • Performance optimization. #100
  • Supports using shift to select multiple files. #79
  • Made heavy typos corrections into french l10n.

New in Koala 1.4.3 (Nov 1, 2013)

  • Fix bug #41
  • Fix the bug the parent file can not auto compile when some imported LESS/Sass files modified.

New in Koala 1.4.2 (Nov 1, 2013)

  • Fix bug: create compass project config error.
  • Settings windows: move "Using System Libs" to "Advanced".

New in Koala 1.4.1 (Nov 1, 2013)

  • Fix bug: version 1.4.0 can't run.
  • New features: project settings, see the doc here.
  • Compass full supports.
  • Minimize on startup.
  • Press "Esc" key to close the settings and log window.
  • Update Less to version 1.4.0.
  • Update CoffeeScript to version 1.6.3.
  • Add Japanese language.
  • Improved UI.