Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Jun 27, 2023
1 parent 22f62aa commit 875d440
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2](https://github.com/acquire-project/acquire-video-runtime/compare/v0.1.1...v0.1.2) - 2023-5-25
## [0.1.2](https://github.com/acquire-project/acquire-video-runtime/compare/v0.1.1...v0.1.2) - 2023-06-27

### Changed

- After the storage thread starts, the runtime will signal the storage device to expect an image shape from the camera.
- Reflect a change in core-libs: `StorageProperties::chunking::max_bytes_per_chunk` is now a `uint64_t` (was
a `uint32_t`).

### Added

- Nightly releases.
- The runtime will also get the storage property metadata when it gets the configuration metadata.

### Changed

- After the storage thread starts, the runtime will signal the storage device to expect an image shape from the camera.
- Can optionally link against the DLL version of the MSVC runtime.

### Fixed

Expand Down

0 comments on commit 875d440

Please sign in to comment.