Skip to content

Commit 2952e47

Browse files
Add more rst markup to NEWS
1 parent db7059c commit 2952e47

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

NEWS

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
=======================================================
2+
Python-uinput NEWS -- history of user-visible changes
3+
=======================================================
4+
15
x.y.z
26
=====
37

4-
- New device method:
5-
- Device.destroy()
8+
- New device method: ``Device.destroy()``
69

7-
- Device() is now a context manager suitable to be used with
8-
with-statement.
10+
- ``Device()`` is now a context manager suitable to be used with
11+
``with``-statement.
912

1013
- Improved device initialization error handling.
1114

@@ -28,15 +31,13 @@ x.y.z
2831
0.10.0
2932
======
3033

31-
- New device methods:
32-
- Device.emit_click()
33-
- Device.emit_combo()
34+
- New device methods: ``Device.emit_click()`` and ``Device.emit_combo()``
3435

3536
- Keyboard example sleeps to give some time for X11 to assign a proper
3637
event handler
3738

38-
- Does not depend on libudev-dev anymore, because of newer libsuinput which
39-
re-distributes libudev.h.
39+
- Does not depend on libudev-dev anymore, because of newer libsuinput
40+
which re-distributes ``libudev.h``.
4041

4142
0.9
4243
===
@@ -60,27 +61,27 @@ x.y.z
6061
0.6.1
6162
=====
6263

63-
- README and setup.py updated
64+
- ``README`` and ``setup.py`` updated
6465

6566
0.6
6667
===
6768

6869
- Simplified API.
6970

70-
- Uses ctypes instead of extension modules.
71+
- Uses ``ctypes`` instead of extension modules.
7172

7273
- libsuinput is included as submodule in git repository
7374

74-
- source distributions include suinput.c
75+
- source distributions include ``suinput.c``
7576

7677
0.5
7778
===
7879

7980
- Documented uinput-module.
8081

81-
- A minimal joystick (abs-axis) example: examples/joystick.py.
82+
- A minimal joystick (abs-axis) example: ``examples/joystick.py``.
8283

83-
- Reasonable defaults for abs_parameters (0, 255, 0, 0).
84+
- Reasonable defaults for ``abs_parameters`` (0, 255, 0, 0).
8485

8586
0.4
8687
===
@@ -95,7 +96,7 @@ x.y.z
9596
0.3.2
9697
=====
9798

98-
- Mention Ubuntu-package in README.
99+
- Mention Ubuntu-package in ``README``.
99100

100101
0.3.1
101102
=====

0 commit comments

Comments
 (0)