Skip to content

Latest commit

 

History

History
129 lines (89 loc) · 5.2 KB

CHANGELOG.md

File metadata and controls

129 lines (89 loc) · 5.2 KB

0.2.0 / 2013-03-12

  • 7 minor change

    • fix debug command: rdebug connection errors (commit)

    • fix debug command: prepend newline to rdebug.rb require (commit)

    • adds 2 aliases: powder up(start) & powder down(stop) (commit)

    • adds open command (commit)

    • Fixed 'powder list' to display proxy ports. (commit)

    • Pow config and status tasks to use localhost:20559 (commit)

    • Manage Pow environment with powder (commit)

0.1.8 / 2012-06-09

  • 5 minor changes

    • Added support for opening app with appname.x.x.x.x.xip.io (commit)

    • Support port mapping in pow 0.4 (commit)

    • add respawn command (commit)

    • Fix typo in message for generating basic config.ru in legacy apps (commit)

    • add a man page (commit)

0.1.7 / 2011-11-02

  • 1 minor change

    • adds proper support for alt names (commit)
    • adds not_restarts command (commit)
    • adds always_restart command (commit)
    • pow down properly unloads pow processes (commit)
    • adds host/unhost for dealing with no network (commit)
    • Don't break config/status when pow is down (commit)

0.1.5 / 2011-06-30

  • 4 minor changes

    • Expand path to ~/.powconfig before reading it (commit)
    • Fix generating config.ru (commit)
    • Add config and status commands (commit)

0.1.4 / 2011-05-26

  • 2 minor change

    • Fixes log command: the pow log (~/Library/Logs/Pow/apps/app-name.log) is only created as the name of the directory, regardless of the name of the symlink added in .pow (issue 23) (commit)
    • Supports Radiant apps (issue 21) (commit)

0.1.3 / 2011-05-20

  • 2 minor changes

    • add up and down commands (commit)
    • add applog command (commit)

0.1.2 / 2011-04-14

  • 6 minor changes

    • add log command (commit)
    • fix error when calling remove on a pow that does not exist (commit)
    • properly recognise rails 2 apps and display note accordingly (commit)
    • bump dependency on Thor (commit)
    • improve how we determin home dir (commit)
    • adds version command (commit)

0.1.1 / 2011-04-11

  • 1 minor change

    • We won't try reading ~/.powconfig if it doesn't exist

0.1.0 / 2011-04-11

  • 1 Major change

    • The command has changed from pow to powder to allow pow to use the command (issue)
  • 1 minor change

    • open and link now honour domains specified in .powconfig

0.0.4 / 2011-04-08

  • Early release with link, list, restart, remove, open, install and uninstall commands