Releases: oklai/koala
Releases · oklai/koala
v2.3.0
Changes:
- 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)
v2.2.0
Changes:
- 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)
v2.1.4
Squashing more bugs 🐛
Changes:
- 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.
💥 Sorry for the train-wreck
Squashing the bugs 🐛🐛
🎉 Koala 2.1.0 🎉
Changes:
- 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 ofnwjs
- 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)