Skip to content

Latest commit

 

History

History
189 lines (126 loc) · 7.24 KB

CHANGELOG.md

File metadata and controls

189 lines (126 loc) · 7.24 KB

0.4.0 / 2017-12-10

  • 1 minor change

0.3.3 / 2017-11-01

  • 2 minor changes

    • Allows opening with the --path argument commit
    • Adds license info to the gemspec

0.3.2 / 2017-06-14

  • 4 minor changes

    • Fixes shortcut aliases (commit 1 commit 2)
    • Updates Gemfile to use https
    • Uses better shebang to get currently active ruby
    • Corrects homepage link in gemspec (all in this commit)

0.3.1 / 2017-06-13

  • 1 minor change

    • Fixes the message Expected string default value for '--browser' that was output when using powder open (commit)

0.3.0 / 2014-10-29

  • 1 minor change

    • Support for OS X Yosemite. Powder reflects the changes in Pow. Pow no longer uses the ipfw firewall, which was deprecated in OS X 10.9 and removed in 10.10.

0.2.2 / 2014-10-22

  • 1 minor change

    • Clean exit from log commands (commit)

0.2.1 / 2014-02-06

  • 3 minor changes

    • Expands the 'Pow is not installed' message (commit)

    • Fixes Readme typo (commit)

    • Updates gist URLs (commit)

0.2.0 / 2013-03-12

  • 7 minor changes

    • 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