Releases: bogdanRada/capistrano_multiconfig_parallel
Release 2.8.0 - Stable
-
removes the fixed width of the terminal table which was set to 140
-
restricts strings in column to not be longer than 22 characters per line ( can display multi-line strings in columns)
-
Previous versions had a problem with not wrapping correctly coloured strings to be displayed in the terminal , which was causing the color to be displayed on the entire table or separators or on the entire row, which was a bug
-
This release correctly wraps the coloured strings so that the colour doesn't leak to other parts of the table
Release 2.7.1
Increases a bit the way the strings are displayed on terminal to 36 (instead of 35) previously.
Release 2.7.0
makes shorter strings displayed in each column on the terminal ( previously was 40 chars , now is restricted to 35)
Release 2.6.2
Some fixes for terminal table that were needed to support new version of terminal_table gem
Release 2.6.1
Added support for ruby 2.4
Release 2.0.7
- relax dependency to activesupport to be >= 4.0 instead of >=5.0
Release 2.0.6
- removed a uneeded call of a method. ChildProcessStatus was calling checkexitstatus method on ProcessRunner but since ProcessRunner has a PeriodicTimer to check the exit status for async requests, that is not needed anymore.
Release 2.0.5
- fixed an issue when the created Gemfiles were not deleted after completion, becasue in the last release the Application class was made an actor
- reverted that and made some improvements for bundler workers
Release 2.0.4 -Stable
The bundler terminal actor was only checking if one of the managers is alive instead of checking both.
Release 2.0.3 -Stable
- added the missing file to the generated gem and re-published