Archived
2
0

version 2.8.0.

This commit is contained in:
Miroslav Šedivý 2023-04-01 23:01:10 +02:00
parent 13fa86d543
commit 395db0fd54
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## master branch
## [n.eko v2.8.0](https://github.com/m1k1o/neko/releases/tag/v2.8.0)
### New Features
- Added AV1 tag, metadata and pipeline. Unfortunately does not work yet, since the encoding is way too slow (by @mbattista).
- Added `m1k1o/neko:kde` tag as an alternative to `m1k1o/neko:xfce`.

View File

@ -39,7 +39,7 @@ var (
// Major version when you make incompatible API changes,
major = "2"
// Minor version when you add functionality in a backwards-compatible manner, and
minor = "7"
minor = "8"
// Patch version when you make backwards-compatible bug fixes.
patch = "0"
)