Skip to content

Releases: noseglid/atom-build

v0.23.4

06 Feb 22:45
Compare
Choose a tag to compare

Changes:

  • Color on buttons follow specified theme

v0.23.3

20 Jan 07:47
Compare
Choose a tag to compare

Fixes:

  • JSCS lint errored due to changes in the tool

v0.23.2

19 Jan 13:38
Compare
Choose a tag to compare

Fixes:

  • Deprecation warning for stylesheet location

v0.23.1

13 Jan 19:11
Compare
Choose a tag to compare

Fixes:

  • Now able to copy the text with ctrl-c or cmd-c from the build output (#34)

v0.23.0

11 Jan 15:22
Compare
Choose a tag to compare

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

11 Jan 11:30
Compare
Choose a tag to compare

Fixes:

  • Atom module cache corrupted due to uncompiled coffeescript library dependency (#29).

v0.22.1

06 Jan 10:59
Compare
Choose a tag to compare

Fixes:

  • Don't use deprecated space-pen requirement (#28)

v0.22.0

04 Jan 12:47
Compare
Choose a tag to compare

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

13 Dec 09:30
Compare
Choose a tag to compare

Fixes:

  • Removed deprecated API calls to Atom

v0.20.0

10 Dec 08:33
Compare
Choose a tag to compare

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