From 8405e57e2d54b01269e4a52e508fa7ad6ae82f50 Mon Sep 17 00:00:00 2001 From: mihaiparvu Date: Fri, 13 Sep 2019 16:21:58 +0300 Subject: [PATCH] Preparation for 1.3.1a1 --- docs/ScreenCapLibrary-1.3.1a1.rst | 62 +++++++++++++++++++++++++++++++ docs/ScreenCapLibrary.html | 4 +- src/ScreenCapLibrary/version.py | 2 +- 3 files changed, 65 insertions(+), 3 deletions(-) create mode 100644 docs/ScreenCapLibrary-1.3.1a1.rst diff --git a/docs/ScreenCapLibrary-1.3.1a1.rst b/docs/ScreenCapLibrary-1.3.1a1.rst new file mode 100644 index 0000000..afcd97a --- /dev/null +++ b/docs/ScreenCapLibrary-1.3.1a1.rst @@ -0,0 +1,62 @@ +============================== +ScreenCapLibrary 1.3.1 Alpha 1 +============================== + + +.. default-role:: code + + +ScreenCapLibrary is a `Robot Framework`_ test library for taking screenshots on the machine where tests are run. +ScreenCapLibrary 1.3.1a1 is a new release with possibility for recording multiple instances of videos at the same +time. +All issues targeted for ScreenCapLibrary v1.3.1 can be found from +the `issue tracker`_. + +If you have pip_ installed, just run + +:: + + pip install --pre --upgrade robotframework-screencaplibrary + +to install the latest release or use + +:: + + pip install robotframework-screencaplibrary==1.3.1a1 + +to install exactly this version. Alternatively you can download the source +distribution from PyPI_ and install it manually. + +ScreenCapLibrary 1.3.1a1 was released on Friday September 13, 2019. + +.. _Robot Framework: http://robotframework.org +.. _ScreenCapLibrary: https://github.com/mihaiparvu/ScreenCapLibrary +.. _pip: http://pip-installer.org +.. _PyPI: https://pypi.python.org/pypi/robotframework-screencaplibrary +.. _issue tracker: https://github.com/mihaiparvu/ScreenCapLibrary/issues?q=milestone%3Av1.3.1 + + +.. contents:: + :depth: 2 + :local: + +Full list of fixes and enhancements +=================================== + +.. list-table:: + :header-rows: 1 + + * - ID + - Type + - Priority + - Summary + - Added + * - `#28`_ + - enhancement + - high + - Nested video recording usage + - alpha 1 + +Altogether 1 issue. View on the `issue tracker `__. + +.. _#28: https://github.com/mihaiparvu/ScreenCapLibrary/issues/28 \ No newline at end of file diff --git a/docs/ScreenCapLibrary.html b/docs/ScreenCapLibrary.html index e21dba5..2f9daca 100644 --- a/docs/ScreenCapLibrary.html +++ b/docs/ScreenCapLibrary.html @@ -5,7 +5,7 @@ - +