2015-04-28 15:50:21 -04:00
|
|
|
# Change Log
|
2015-04-02 09:07:56 -04:00
|
|
|
|
2015-04-28 15:50:21 -04:00
|
|
|
## Unreleased
|
|
|
|
### Fixed
|
|
|
|
- removed dependency on capistrano-rails gem setting propper rails_env
|
2015-05-16 17:03:08 -04:00
|
|
|
- setting ssh port through `ssh_options`
|
2015-07-28 10:15:29 -04:00
|
|
|
- setting ssh user through `ssh_options`
|
|
|
|
- require a minimum version of 3.1.0 for capistrano (sshkit compatibility)
|
2015-04-02 09:07:56 -04:00
|
|
|
|
2015-05-22 14:38:31 -04:00
|
|
|
### Feature
|
|
|
|
- support for ssh keys
|
|
|
|
|
2015-06-12 10:45:57 -04:00
|
|
|
## 0.5.3 (2015-06-12)
|
|
|
|
### Fixed
|
|
|
|
- Add bundle command mapping check(this fixes console with RVM and other gems that map 'bundle' command)
|
|
|
|
|
2015-04-28 15:50:21 -04:00
|
|
|
## 0.5.2 (2015-04-02)
|
|
|
|
### Fixed
|
|
|
|
- removed rails binary check due to different environments in sshkit and the ssh shellout
|
2015-04-02 09:07:56 -04:00
|
|
|
|
2015-04-01 17:25:44 -04:00
|
|
|
## 0.5.1 (2015-04-01)
|
2015-04-28 15:50:21 -04:00
|
|
|
### Fixed
|
|
|
|
- missing ssh proxy options in console task
|