Skip to content
hlb edited this page Feb 27, 2013 · 59 revisions

LATEST:

1.23 2013-02-27

  • [FIX] a bug introduced in Compass.app v1.22: When you use livereload and "notification type: other change" preference together, it will fail.

1.22 2013-02-27

  • [UPDATE] Use Sass 3.2.6, Compass 0.13.alpha.2, chunky_png 1.2.7
  • [UPDATE] Use bootstrap-sass 2.3.0, zurb-foundation 3.2.5, susy 1.0.5
  • [UPDATE] Libraries: sassy-math 1.5, modular-scale 1.0.6, eventmachine 1.0.0,
  • [UPDATE] Use Listen instead of FSSM to monitor file changes
  • [ADD] You can run jruby src/main.rb to test Fire.app now. Previously you need to compile jar file first.
  • [ADD] Progress dialog when Compass.app starts

1.21 2013-01-07

  • [FIX] Downgrade to JRuby 1.6.8 and solve lots of unicode file path issues. Also fix #120
  • [FIX] Kill fsevent process after stop watching project
  • [FIX] Ensure to close log file handler after "stop watching" to fix Windows issue.
  • [UPDATE] Use Sass 3.2.4
  • [UPDATE] Use bootstrap-sass 2.2.2.0

1.20 2012-11-20

  • [UPDATE] Use Sass 3.2.3
  • [UPDATE] Use bootstrap-sass 2.2.1
  • [UPDATE] Use Zurb Foundation 3.2.3
  • [UPDATE] Use Susy 1.0.4
  • [UPDATE] Use JRuby 1.7
  • [ADD] Retina menubar icon in OS X

1.19: 2012-10-12

  • [FIX] Notifications steal focus (windows only)
  • [UPDATE] Use bootstrap-sass 2.1.0.1, Susy 1.0.1, Zurb Foundation 3.1.1
  • [ADD] "Open Extensions Folder" menu item, so you do not have to use command line to add 3rd party extensions

1.18: 2012-08-17

  • [ADD] built-in Susy support
  • [ADD] built-in Zurb Foundation support
  • [UPDATE] Use polling instead of OS level fsevent to detect file changes in OS X 10.8.
    • It is not very reliable in OS X 10.8, and some people can not use "watch" function successfully. It is related to Compass issue #732.
      • If you want to use OS level fsevent, please add force_enable_fsevent: true in ~/.compass-ui/config manually.
  • [UPDATE] Use Sass 3.2.1. Also removed Sass 3.1.x support
  • [UPDATE] Use chunky_png 1.2.6

1.17: 2012-07-31

  • [ADD] Built-in Sass/Compass prerelease version (Sass 3.2 + Compass 0.13) support
  • [ADD] User can choose "Open in 32bit mode" in OS X
  • [UPDATE] Use Sass 3.1.20

1.16: 2012-06-25

  • [UPDATE] Use Sass 3.1.19, Compass 0.12.2
  • [UPDATE] bootstrap-sass compass extension
  • [FIXES] #79
  • [FIXES] project_path option #80

1.15: 2012-04-26

  • [ADD] "Open Project Folder" menu item
  • [ADD] bootstrap-sass compass extension
  • [UPDATE] Use Sass 3.1.16
  • [FIXES] compass-h5bp js issue #70
  • and some minor issues

1.14: 2012-03-15

  • [UPDATE] Use Compass 0.12.1
  • [FIXES] crashes when custom compass version is selected #69

1.13.2: 2012-03-13

  • [UPDATE] User can specify file extensions to monitor in liverelod
  • [UPDATE] Support https://github.com/livereload/livereload-js #58.
  • [UPDATE] Use compass-h5bp
  • [UPDATE] Use Sass 3.1.15, Compass 0.12, JRuby 1.6.7, SWT 3.7.2
  • [UPDATE] Drop Compass 0.11 support
  • [Fixes] JavaScript Content-Type issue #62. Thanks @kusako
  • [Fixes] crashes issue in v1.12 #57
  • and other minor enhancements

1.12: 2012-01-30

  • [FIXES] "undefined method 'uniq'" bug when you run "clean & compile"

1.11: 2011-12-29

  • [FIXES] Update em-websocket to make livereload work with latest Chrome version
  • [FIXES] Limit port number in preferences #47
  • [UPDATE] Provide a welcome dialog to new user #48
  • [UPDATE] Add experimental Vim omni complete support. See Editor Extension
  • [UPDATE] Use Sass 3.1.12, Compass 0.11.6/0.12.alpha.3, JRuby 1.6.5.1

1.10: 2011-12-5

  • [FIXES] Compass.app crashes when user choose "create project" then cancel it immediately #44
  • [UPDATE] minor UI enhancement #40
  • [UPDATE] Use Sass 3.1.11
  • [UPDATE] Use JRuby 1.6.5
  • [UPDATE] Use chunk_png 1.2.5
  • [UPDATE] HTML 5 Boilerplate 2.0 by https://github.com/heygrady/compass-html5-boilerplate (commit 4cc8815)
  • [UPDATE] Add experimental support Compass 0.12.alpha.2

1.9: 2011-10-6

  • [FIXES] Growl 1.3 support #33
  • [FIXES] Better handling config.rb #31
  • [UPDATE] Compass 960 plugin

1.8: 2011-8-27

  • [UPDATE] User can choose to use Sass or SCSS in preferences
  • [UPDATE] UI Change in preferences
  • [UPDATE] Use JRuby 1.6.4
  • [UPDATE] Use Sass 3.1.7
  • [FIXES] Update em-websocket to make livereload work with new WebSocket protocol

1.7: 2011-7-22

  • [UPDATE] OS X Lion Support

1.6: 2011-7-11

  • [UPDATE] Use JRuby 1.6.3
  • [UPDATE] Use Sass 3.1.4
  • [UPDATE] Use Compass 0.11.5
  • [UPDATE] Update run.sh in Linux version. Thanks @hstaugaard
  • [FIXES] User can install compass in path contains whitespace like "Program Files" now #23
  • [FIXES] fixes require issue #25

1.5: 2011-06-16

  • [UPDATE] User can set Sass output style, line comment, and debug_info options in GUI #4, #10
  • [UPDATE] User can clean history items in preferences
  • [UPDATE] User can clean and compile a project
  • [UPDATE] Drop Compass 0.10 support
  • [UPDATE] Use JRuby 1.6.2
  • [UPDATE] Use Compass 0.11.3

1.4: 2011-06-03

  • [UPDATE] Use compass-html5-boilerplate v1.0.0 in Compass 0.11 environment
  • [FIXES] Support Mac OS X 10.5
  • [FIXES] Support Windows 64bit version

1.3: 2011-05-03

  • [UPDATE] Use JRuby 1.6.1
  • [UPDATE] Use Sass 3.11.1 and Compass 0.11.1
  • [UPDATE] Use compass-html5-boilerplate 0.33 (HTML5Boilerplate 1.0)
  • [FIXES] Bugs when load compass extensions
  • [FIXES] Memory leak issues in Windows/Linux
  • [FIXES] Use event-machine gem in user's specific gem path instead of our own java version
  • [FIXES] Ensure rb-fsevent process stop correctly in Mac OS X

1.2: 2011-04-11

  • [UPDATE] Use JRuby 1.6.0 (faster)
  • [UPDATE] Use native FSEvent (faster and less CPU usage) in Snow Leopard
  • [UPDATE] Notification and log file is configurable
  • [UPDATE] Use Compass 0.11.beta.5 by default. User can still change to Compass 0.10.6, or use own gem path in preferences
  • [UPDATE] Added WEBrick support
  • [UPDATE] Added livereload support

1.1: 2011-01-13

  • [FIXES] Crashes when the required library is not available #2
  • [UPDATE] User can specify his own gem path in preference #3
  • [UPDATE] OSX version now support both 32bit and 64bit modes
  • [UPDATE] Better tray icons by evenwu
  • [UPDATE] Use orange tray icon when app is watching

1.0: 2010-12-30

first release.