Skip to content

Commit

Permalink
DOC: Add v0.1.2 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed May 14, 2020
1 parent 1f66a2f commit 33b06d0
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,33 @@ Security.
Unreleased
----------

`Full commit changelog <https://github.com/DeepSenseCA/echofilter/compare/0.1.1...master>`__.
`Full commit changelog <https://github.com/DeepSenseCA/echofilter/compare/0.1.2...master>`__.


Version `0.1.2 <https://github.com/DeepSenseCA/echofilter/tree/0.1.2>`__
------------------------------------------------------------------------

.. _v0.1.2 Fixed:

Fixed
~~~~~

- In ``ev2csv``, the files generator needed to be cast as a list to measure the number of files.
(`#66 <https://github.com/DeepSenseCA/echofilter/pull/66>`__)
- Echoview is no longer opened during dry-run mode.
(`#66 <https://github.com/DeepSenseCA/echofilter/pull/66>`__)
- In ``parse_files_in_folders`` (affecting ``ev2csv``), string inputs were not being handled correctly.
(`#66 <https://github.com/DeepSenseCA/echofilter/pull/66>`__)
- Relative paths need to be converted to absolute paths before using them in Echoview.
(`#68 <https://github.com/DeepSenseCA/echofilter/pull/68>`__, `#69 <https://github.com/DeepSenseCA/echofilter/pull/69>`__)

.. _v0.1.2 Added:

Added
~~~~~

- Support hiding or minimizing Echoview while the script is running. The default behaviour is now to hide the window if it was created by the script. The same Echoview window is used throughout the the processing.
(`#67 <https://github.com/DeepSenseCA/echofilter/pull/67>`__)


Version `0.1.1 <https://github.com/DeepSenseCA/echofilter/tree/0.1.1>`__
Expand All @@ -31,7 +57,6 @@ Fixed
(`#64 <https://github.com/DeepSenseCA/echofilter/pull/64>`__)



Version `0.1.0 <https://github.com/DeepSenseCA/echofilter/tree/0.1.0>`__
------------------------------------------------------------------------

Expand Down

0 comments on commit 33b06d0

Please sign in to comment.