Skip to content

Commit 07b3f23

Browse files
committed
Update setup.py and CHANGELOG.md for 0.3.19 release
1 parent 30aa2c2 commit 07b3f23

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66

77
### Changed
88

9+
## 0.3.19 Beta Release 18
10+
11+
### Added
12+
13+
* Add an example showing how to forward images to other processes using zero-copy.
14+
* Add a context manager method for capturing requests, e.g. `with picam2.captured_request() as r:`
15+
* Encoders can skip frames, e.g. run at half the rate of the camera.
16+
17+
### Changed
18+
19+
* Configuration alignment fixed on Pi 5.
20+
* Improve support for displays without alpha blending.
21+
922
## 0.3.18 Beta Release 17
1023

1124
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='picamera2',
14-
version='0.3.18',
14+
version='0.3.19',
1515
description='The libcamera-based Python interface to Raspberry Pi cameras, based on the original Picamera library',
1616
long_description=long_description,
1717
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)