Releases: noseglid/atom-build
Releases · noseglid/atom-build
v0.23.4
Changes:
- Color on buttons follow specified theme
v0.23.3
Fixes:
- JSCS lint errored due to changes in the tool
v0.23.2
Fixes:
- Deprecation warning for stylesheet location
v0.23.1
Fixes:
- Now able to copy the text with ctrl-c or cmd-c from the build output (#34)
v0.23.0
Changes:
- Added option
buildOnSave
which automatically builds each time an editor is saved.
- Added descriptions for all configuration variables.
Fixes:
- Remember panel height (#31)
v0.22.4
Fixes:
- Atom module cache corrupted due to uncompiled coffeescript library dependency (#29).
v0.22.1
Fixes:
- Don't use deprecated
space-pen
requirement (#28)
v0.22.0
Changes:
- Buttons now have a white color, to work better with some dark themes.
- Escape cancels out of confirm. Enter or Space confirms it.
Fixes:
- Do not attempt to save totally new files (#19)
- No longer crash if build is triggered from an unsaved file (#27)
v0.21.0
Fixes:
- Removed deprecated API calls to Atom
v0.20.0
Fixes:
- Solves a problem with panel header being left visible after build window is closed (causing an increasing black/gray bar at the bottom of the editor).