Skip to content

Commit a96bbce

Browse files
davidplowmannaushir
authored andcommitted
Update setup.py and CHANGELOG.md for 0.3.26 relase
Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
1 parent 372ae88 commit a96bbce

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

77
### Changed
88

9+
## 0.3.26 Beta Release 25
10+
11+
### Added
12+
13+
* New SplittableOutput, allows switching between other outputs seamlessly at I frames.
14+
* Support for PySide2, PySide6 and PyQt6 widgets.
15+
16+
### Changed
17+
18+
* YUV420 format can be encoded directly to JPEG now, which uses less memory and is faster.
19+
* Support DRM displays when XB24 is not available.
20+
* Fix V4L2 encoder lock-up when a frame produces no output.
21+
* Ongoing improvements to type hints.
22+
923
## 0.3.25 Beta Release 24
1024

1125
### 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.25',
14+
version='0.3.26',
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)