Skip to content

Latest commit

 

History

History
273 lines (218 loc) · 14.1 KB

Changelog.md

File metadata and controls

273 lines (218 loc) · 14.1 KB

2.3.0

2017-11-19

  • Enhance the windows installer (fixes #638)
  • 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)

Download:

2.2.0

2017-05-14

  • 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)

Download:

2.1.4

2017-05-06

  • Correctly prevent hiding the app icon in the dock on mac after a notification shown. (fixes #608)
  • Fix CSS compiler. (fixes #611, fixes #615)

Download:

2.1.3

2017-05-02

  • Fix the CSS compiler. (fixes #607)
  • Prevent hiding the app icon in the dock on mac after a notification shown. (fixes #608)
  • Add support for quitting using cmd+q on mac. (fixes #571, fixes #348)
  • Increase the timeout and the max buffer size for the sass and compass exec commands. (refs #466)
  • Remove unneeded files from the app package.

Download:

2.1.2

2017-05-01

  • Add support for choosing install dir on windows. (refs #596)
  • Add support for adding Koala to the “Programs and Features” in windows. (refs #605)
  • Prevent zipping the app data on windows. (fixes #578, #596, #598, #605)
  • Update the clean-css, coffee-script and uglify-js.

Download:

2.1.1

2017-04-27

  • Fix the notification window. (fixes #579)
  • Fix autoprefix. (fixes #588, #584)
  • Pin nwjs version to 0.21.6. (fixes #580)

Download:

2.1.0

2017-04-23

  • change the default value of maxBuffer #162
  • support for AutoPrefix Config on CSS, LESS and Sass
  • fix backslashes in map source paths on Windows
  • update node-webkit to the latest version of nwjs
  • update LESS(@1.7.5), Sass(@3.4.23), Compass(@1.0.3), CoffeeScript(@1.12.4), uglify-js(@2.8.21), and clean-css(@4.0.10)

Download:

2.0.4

2014-12-06

  • 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)

Download:

2.0.3

2014-05-23

  • autoprefixer support
  • add compile completion notifications
  • sass upgrade (sass@3.3.7)
  • 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

Download: Windows, Mac OS X, Linux: 32bit/64bit, Ubuntu: 32bit/64bit

2.0.2

2014-01-24

  • 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.

Windows, Mac OS X, Linux: 32bit/64bit, Ubuntu 32bit/64bit

2.0.1

2014-01-21

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

Windows, Mac OS X, Linux: 32bit/64bit, Ubuntu 32bit/64bit

2.0.0

2013-10-17

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

Windows, Mac OS X, Linux: 32bit/64bit, Ubuntu 32bit/64bit

2.0.0-beta

2013-9-2

Windows, Mac OS X, Linux: 32bit/64bit, Ubuntu: 32bit/64bit

1.4.3

2013-8-30

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

1.4.2

2013-8-16

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

1.4.1 2013-6-21

  • 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.

1.3.1

2013-6-3

  • Fix a bug: can't recognize files if forder has some file with the prefix "_".

1.3.0

2013-5-23

  • New features: allowed to switch run LESS , Sass and others directly, if them already installed on user computer.
  • New features: increase the "open file" option in the context menu.
  • Set the default output path for the directory at the same level with the project directory under css/js directory, for example: ./less -> ./css.
  • Fix a bug: compilation error when directory name contains spaces.
  • Fix a bug: config.rb parse error cause project can not be added
  • UI improvements, tip refresh file list status.
  • Increase the version number.

1.0.2

2013-4-28

  • Fix 1.0.1 version crash under proxy network environment.

1.0.1

2013-4-24

  • Settings file dialog initial path for the project directory path.

1.0.1 beta2

2013-4-18

  • Fix bug: to modify the file output path doesn't take effect immediately

1.0.1 beta1

2013-4-17

  • Used by default of compass config.rb.
  • Multi-file operations, set outpath and delete function.
  • Support Add file into the current project.
  • Fix doesn't save project data bug.
  • Fix doesn't start Mac OSX bug.