Releases: Sensing-Dev/aravis
Releases · Sensing-Dev/aravis
v0.8.31.dev1
What's Changed
- fixed the get_version for python wheel by @Fixstars-momoko in #12
- additional fix for PR #12; remove only the first v from tag by @Fixstars-momoko in #13
Full Changelog: v0.8.31-internal.1...v0.8.31.dev1
v0.8.31-internal.1
What's Changed
- for U3V camera changed the max transfer size to 512 * 512 by @Fixstars-momoko in #11
Full Changelog: v0.8.31.post1...v0.8.31-internal.1
v0.8.30-internal.1
What's Changed
- Added vcpkg.json by @iitaku in #1
- Feature/revert internal develop 0.8.30 by @Fixstars-momoko in #7
- add vcpkg and build test by @Fixstars-momoko in #8
- Feature/change max transfer size by @Fixstars-momoko in #9
- enabled introspection for Linux by @Fixstars-momoko in #10
New Contributors
Additional Note
aravis-0.8.30-internal.1-dependencies_update.zip has glibconfig.h under include\glib-2.0\include instead of lib\glib-2.0\include
Full Changelog: internal-0.8.30...v0.8.30-internal.1
v0.8.31.post1
What's Changed
- Cicd/update pkg config by @Fixstars-momoko in #5
- build Aravis in release and vcpkg build-test in Release by @Fixstars-momoko in #6
Full Changelog: v0.8.31...v0.8.31.post1
v0.8.31
Different from 0.8.31 on https://github.com/AravisProject/aravis/releases/tag/0.8.31
- Release Python module + PyGObject (PyGObject-1.72.0-dependencies.zip)
- Release Windows package (aravis-0.8.31-x86-64-windows.zip) + its dependencies (aravis-0.8.31-dependencies.zip)
- Release Linux package (aravis-0.8.31-x86-64-linux.tar.gz)
- Release MacOS package (aravis-0.8.31-arm-64-macos.tar.gz)
- Build with vcpkg_installed dependencies for Windows
- Enabled gst-plugin option (aravis-0.8.31-x86-64-windows.zip)
- Update windows image version on Python packaging flow
$ git diff 0.8.31 --name-only
.github/workflows/aravis-vcpkg.yml
.github/workflows/python-package.yml
.github/workflows/release.yml
aravis-python/COPYING.txt
aravis-python/README.md
aravis-python/aravis/__init__.py
aravis-python/aravis/bin/README.md
aravis-python/aravis/lib/README.md
aravis-python/aravis/version.py
aravis-python/project.toml
aravis-python/setup.py
aravis-python/test/test_device.py
vcpkg_manifest/default/vcpkg.json
vcpkg_manifest/pygobject/vcpkg.json
vcpkg_manifest/python/vcpkg.json
What's Changed
- updated gstreamer to the latest by @Fixstars-momoko in #2
- Organize dependencies (separate vcpkg.json) by @Fixstars-momoko in #3
New Contributors
- @Fixstars-momoko made their first contribution in #2
Full Changelog: https://github.com/Sensing-Dev/aravis/commits/v0.8.31