Skip to content

Commit

Permalink
update to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thiesmoeller committed Oct 6, 2022
1 parent 92320de commit f5e7966
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.4.0] - 2022-10-06

### Added
- Add property to control behaviour in case of capture errors. Allow to abort capture ( current behaviour ) / skip / keep bad buffer
- Add support for proper handling of a device disconnect

### Changed
- Dynamically adjust a feature's access mode. This will make a feature writable, if it's access mode depends on another features state. ( Fixes issue #12 )

### Fixed
- Fix building gst-plugin-pylon with pylon 6 in monorepo configuration ( Fixes issue #15 )


## [0.3.0] - 2022-09-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('gst-plugin-pylon', 'c', 'cpp',
version : '0.3.0',
version : '0.4.0',
meson_version : '>= 0.61',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
Expand Down

0 comments on commit f5e7966

Please sign in to comment.