Skip to content

Commit 82eab13

Browse files
committed
Bump version
1 parent 847728f commit 82eab13

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

CHANGELOG.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,25 @@ GPUs from the command line.
1010

1111
## [Unreleased]
1212

13+
## [1.3.0] - 2024-12-13
14+
15+
### Added
16+
- Screen content coding tools for AV1 to `sample_encode`
17+
18+
- GTK renderer option to `sample_decode` and `sample_multi_transcode`
19+
- `-fullscreen` option to `sample_decode` and `sample_multi_transcode` when
20+
using GTK. Enter fullscreen with Ctrl+f and exit with Esc
21+
22+
- Improved support for Python 3.12 development environments.
23+
24+
### Fixed
25+
- Bootstrap to support Debian distributions that do not define `ID_LIKE`.
26+
1327
## [1.2.0] - 2024-08-30
1428

1529
### Added
16-
- VVC decode support to sample_decode
30+
- VVC decode support to `sample_decode`
1731
- Embedded version information to all shared libraries
18-
- Screen content coding tools for AV1 to sample_encode
19-
- GTK renderer option to samplde_decode and sample_multi_transcode
20-
- `-fullscreen` option to sample_decode and sample_multi_transcode when using GTK.
21-
Enter fullscreen with Ctrl+f and exit with Esc
2232

2333
### Changed
2434
- Metrics monitor library to now build statically by default
@@ -31,7 +41,7 @@ GPUs from the command line.
3141

3242
### Fixed
3343
- va-attrib for vaapiallocator
34-
- D3D11 texture not being released in val-surface-sharing test tool
44+
- D3D11 texture not being released in `val-surface-sharing` test tool
3545

3646
## [1.0.0] - 2024-04-26
3747

@@ -41,7 +51,8 @@ GPUs from the command line.
4151
(https://github.com/intel/libvpl)
4252

4353

44-
[Unreleased]: https://github.com/intel/libvpl/compare/v1.2.0...HEAD
54+
[Unreleased]: https://github.com/intel/libvpl/compare/v1.3.0...HEAD
55+
[1.3.0]: https://github.com/intel/libvpl/compare/v1.2.0...v1.3.0
4556
[1.2.0]: https://github.com/intel/libvpl/compare/v1.1.0...v1.2.0
4657
[1.1.0]: https://github.com/intel/libvpl/compare/v1.0.0...v1.1.0
4758
[1.0.0]: https://github.com/intel/libvpl/releases/tag/v1.0.0

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0

0 commit comments

Comments
 (0)