Skip to content

Commit b02ea0a

Browse files
committed
Release notes for 4.4.0
1 parent 1708927 commit b02ea0a

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

docs/PythonLibCore-4.4.0.rst

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
=========================
2+
Python Library Core 4.4.0
3+
=========================
4+
5+
6+
.. default-role:: code
7+
8+
9+
`Python Library Core`_ is a generic component making it easier to create
10+
bigger `Robot Framework`_ test libraries. Python Library Core 4.4.0 is
11+
a new release with enhancement to support keyword translation. Python Library
12+
Core can translate keyword names and keyword documentation. It is also
13+
possible to translate library init and class documentation.
14+
15+
All issues targeted for Python Library Core v4.4.0 can be found
16+
from the `issue tracker`_.
17+
18+
If you have pip_ installed, just run
19+
20+
::
21+
22+
pip install --upgrade pip install robotframework-pythonlibcore
23+
24+
to install the latest available release or use
25+
26+
::
27+
28+
pip install pip install robotframework-pythonlibcore==4.4.0
29+
30+
to install exactly this version. Alternatively you can download the source
31+
distribution from PyPI_ and install it manually.
32+
33+
Python Library Core supports Robot Framework 5.0.1 or older and Python
34+
3.8+. Python Library Core 4.4.0 was released on Friday March 22, 2024.
35+
36+
.. _PythonLibCore: https://github.com/robotframework/PythonLibCore
37+
.. _Robot Framework: http://robotframework.org
38+
.. _pip: http://pip-installer.org
39+
.. _PyPI: https://pypi.python.org/pypi/robotframework-robotlibcore
40+
.. _issue tracker: https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.4.0
41+
42+
43+
.. contents::
44+
:depth: 2
45+
:local:
46+
47+
Most important enhancements
48+
===========================
49+
50+
Add translation for for keywords in PLC (`#139`_)
51+
-------------------------------------------------
52+
Robot Framework core has supported translations since release 6.0. Now also Python Lib Core
53+
provides support to translate library keyword and documentation. Also it is possible to
54+
translate library init and class level documentation. Keyword or library init argument names, argument
55+
types and argument default values are not translated.
56+
57+
Full list of fixes and enhancements
58+
===================================
59+
60+
.. list-table::
61+
:header-rows: 1
62+
63+
* - ID
64+
- Type
65+
- Priority
66+
- Summary
67+
* - `#139`_
68+
- enhancement
69+
- critical
70+
- Add translation for for keywords in PLC
71+
72+
Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.4.0>`__.
73+
74+
.. _#139: https://github.com/robotframework/PythonLibCore/issues/139

0 commit comments

Comments
 (0)