Skip to content

Commit fbc9560

Browse files
committed
Bump version
1 parent 13b639f commit fbc9560

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,30 @@ GPUs from the command line.
1010

1111
## [Unreleased]
1212

13+
## [1.4.0] - 2024-04-11
14+
1315
### Added
1416
- Intel® Media Transcode Accelerator as a supported device
15-
- New strings in vpl-inspect tool to improve readability of output.
16-
- Option ``-props`` to vpl-inspect tool to enable property-based
17-
capabilities query.
17+
- New strings in vpl-inspect tool to improve readability of output
18+
- Option `-props` to vpl-inspect tool to enable property-based capabilities
19+
query
1820

1921
### Changed
20-
- Default Ubuntu build to 24.04.
22+
- Default Ubuntu build to 24.04
2123

2224
## [1.3.0] - 2024-12-13
2325

2426
### Added
2527
- Screen content coding tools for AV1 to `sample_encode`
26-
2728
- GTK renderer option to `sample_decode` and `sample_multi_transcode`
2829
- `-fullscreen` option to `sample_decode` and `sample_multi_transcode` when
29-
using GTK. Enter fullscreen with Ctrl+f and exit with Esc
30+
using GTK. Use <kbd>Ctrl</kbd>+<kbd>f</kbd> to enter fullscreen and
31+
<kbd>Esc</kbd> to exit fullscreen
3032

3133
- Improved support for Python 3.12 development environments.
3234

3335
### Fixed
34-
- Bootstrap to support Debian distributions that do not define `ID_LIKE`.
36+
- Bootstrap to support Debian distributions that do not define `ID_LIKE`
3537

3638
## [1.2.0] - 2024-08-30
3739

@@ -60,7 +62,8 @@ GPUs from the command line.
6062
(https://github.com/intel/libvpl)
6163

6264

63-
[Unreleased]: https://github.com/intel/libvpl/compare/v1.3.0...HEAD
65+
[Unreleased]: https://github.com/intel/libvpl/compare/v1.4.0...HEAD
66+
[1.4.0]: https://github.com/intel/libvpl/compare/v1.3.0...v1.4.0
6467
[1.3.0]: https://github.com/intel/libvpl/compare/v1.2.0...v1.3.0
6568
[1.2.0]: https://github.com/intel/libvpl/compare/v1.1.0...v1.2.0
6669
[1.1.0]: https://github.com/intel/libvpl/compare/v1.0.0...v1.1.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.4.0

0 commit comments

Comments
 (0)