Skip to content

Commit

Permalink
Preparation for v1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiparvu committed Jul 28, 2020
1 parent e2fc46b commit 1813750
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 3 deletions.
65 changes: 65 additions & 0 deletions docs/ScreenCapLibrary-1.4.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
======================
ScreenCapLibrary 1.4.1
======================


.. default-role:: code


ScreenCapLibrary is a `Robot Framework`_ test library for taking screenshots on the machine where tests are run.
ScreenCapLibrary 1.4.1 is a hotfix release which handles installation of mss version depending on availabe Python
version.
All issues targeted for ScreenCapLibrary v1.4.1 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.4.1

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

ScreenCapLibrary 1.4.1 was released on Tuesday July 28, 2020.

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


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

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

- Update required mss versions for Python 2/3 (`#58`_)

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

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

* - ID
- Type
- Priority
- Summary
* - `#58`_
- enhancement
- high
- Update required mss versions for Python 2/3

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

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

0 comments on commit 1813750

Please sign in to comment.