Skip to content

Commit

Permalink
Preparation for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiparvu committed May 31, 2019
1 parent f4b30d2 commit 5dfcb7e
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 3 deletions.
69 changes: 69 additions & 0 deletions docs/ScreenCapLibrary-1.3.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
======================
ScreenCapLibrary 1.3.0
======================


.. default-role:: code


ScreenCapLibrary is a `Robot Framework`_ test library for taking screenshots on the machine where tests are run.
ScreenCapLibrary 1.3.0 is a new release is a new release with WebM video capture support and background capturing.
All issues targeted for ScreenCapLibrary v1.3.0 can be found from
the `issue tracker`_.

If you have pip_ installed, just run

::

pip install --upgrade robotframework-screencaplibrary

to install the latest release or use

::

pip install robotframework-screencaplibrary==1.3.0

to install exactly this version. Alternatively you can download the source
distribution from PyPI_ and install it manually.

ScreenCapLibrary 1.3.0 was released on Friday May 31, 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.0


.. contents::
:depth: 2
:local:

Most important update
=====================

- The most important issue is the WebM video capture support (`#20`_).

Full list of fixes and enhancements
===================================

.. list-table::
:header-rows: 1

* - ID
- Type
- Priority
- Summary
* - `#20`_
- enhancement
- high
- Possibility for video screen capture
* - `#18`_
- enhancement
- high
- Run keywords in background

Altogether 2 issues. View on the `issue tracker <https://github.com/mihaiparvu/ScreenCapLibrary/issues?q=milestone%3Av1.3.0>`__.

.. _#20: https://github.com/mihaiparvu/ScreenCapLibrary/issues/20
.. _#18: https://github.com/mihaiparvu/ScreenCapLibrary/issues/18
Loading

0 comments on commit 5dfcb7e

Please sign in to comment.