File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.9.0] - 2021-12-12
8
+ ### Added
9
+ - Python 3.10 support.
10
+
11
+ ### Removed
12
+ - Drop Python 3.6 support.
13
+
14
+ ### Fixed
15
+ - Linux: Close opened devices if ` device ` is not given (#59 )
16
+
7
17
## [ 0.8.0] - 2021-04-19
8
18
### Added
9
19
- Windows: [ Unity Capture] ( https://github.com/schellingb/UnityCapture ) virtual camera with RGBA support (#56 ).
@@ -96,6 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
96
106
- Support for [ OBS-VirtualCam] ( https://github.com/CatxFish/obs-virtual-cam ) .
97
107
98
108
109
+ [ 0.9.0 ] : https://github.com/letmaik/pyvirtualcam/compare/v0.8.0...v0.9.0
99
110
[ 0.8.0 ] : https://github.com/letmaik/pyvirtualcam/compare/v0.7.0...v0.8.0
100
111
[ 0.7.0 ] : https://github.com/letmaik/pyvirtualcam/compare/v0.6.0...v0.7.0
101
112
[ 0.6.0 ] : https://github.com/letmaik/pyvirtualcam/compare/v0.5.0...v0.6.0
You can’t perform that action at this time.
0 commit comments