Sha256: 8907de0bda3add46972d84f3214681e95cb0eb1bb26a4a266c9c46e1a7ef6f19

Contents?: true

Size: 1.69 KB

Versions: 1

Compression:

Stored size: 1.69 KB

Contents

0.3.1
=====

- Add `:dry_run` option for {HandBrake::CLI}. When true, the commands
  that would be executed otherwise are printed to standard out
  instead.
- Ensure that the directories needed by a call to
  {HandBrake::CLI#output} exist before writing to them.
- Ensure that the options hash passed into #output is not modified.

0.3.0
=====

- Change the output from the `scan` action to be a {HandBrake::Disc}
  object which contains a titles hash, rather than the hash directly.
- When `scan`ning for a single title, return only a single
  {HandBrake::Title}.
- Accept a path for the `:atomic` option to
  {HandBrake::CLI#output}. If specified, the temporary file will be
  written to this path rather than the ultimate target directory.
- Ensure that trace mode prints updating lines (e.g., the encode
  status) that do not end in newlines in a timely fashion.
- Add property-based constructors to {HandBrake::Title} and
  {HandBrake::Chapter} for easier construction in tests of consuming
  apps/libs.

0.2.1
=====

- Include parent references in {HandBrake::Title} and
  {HandBrake::Chapter}.
- When parsing a title scan, do not keep references to the parsed tree
  in the {HandBrake::Title} objects.

0.2.0
=====

- Support overwrite detection and behaviors for the
  {HandBrake::CLI#output}.
- Support "atomic" output mode in {HandBrake::CLI#output}.

0.1.0
=====

- Change {HandBrake::Title#chapters} from an Array to a Hash. This is
  consistent with {HandBrake::Titles} and obviates the need for index
  to chapter number conversions. {HandBrake::Title#all_chapters} is
  the equivalent of the old {HandBrake::Title#chapters} method.

0.0.2
=====

- Add {HandBrake::Chapter#number}.

0.0.1
=====

- Initial release.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
handbrake-0.3.1 CHANGELOG.md