Skip to content

Commit

Permalink
Preparation for v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiparvu committed Dec 19, 2018
1 parent ec5da86 commit b97c223
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 2 deletions.
84 changes: 84 additions & 0 deletions docs/ScreenCapLibrary-1.2.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
======================
ScreenCapLibrary 1.2.0
======================


.. default-role:: code


ScreenCapLibrary is a `Robot Framework`_ test library for taking screenshots on the machine where tests are run.
ScreenCapLibrary 1.2.0 is a new release with WebP support and several other enhancements.
All issues targeted for ScreenCapLibrary v1.2.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.2.0

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

ScreenCapLibrary 1.2.0 was released on Wednesday December 19, 2018.

.. _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.2.0


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

Most important enhancements
===========================

- The most important issue is the WebP screenshot format support (`#3`_)

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

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

* - ID
- Type
- Priority
- Summary
* - `#3`_
- enhancement
- high
- Add support for WebP screenshot format
* - `#4`_
- enhancement
- medium
- Take screenshot after delay
* - `#5`_
- enhancement
- medium
- Take multiple screenshots
* - `#6`_
- enhancement
- medium
- Take partial screen capture
* - `#8`_
- enhancement
- medium
- Possibility to take gifs

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

.. _#3: https://github.com/mihaiparvu/ScreenCapLibrary/issues/3
.. _#4: https://github.com/mihaiparvu/ScreenCapLibrary/issues/4
.. _#5: https://github.com/mihaiparvu/ScreenCapLibrary/issues/5
.. _#6: https://github.com/mihaiparvu/ScreenCapLibrary/issues/6
.. _#8: https://github.com/mihaiparvu/ScreenCapLibrary/issues/8
Loading

0 comments on commit b97c223

Please sign in to comment.