Skip to content

Commit 395db0f

Browse files
committed
version 2.8.0.
1 parent 13fa86d commit 395db0f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master branch
44

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

server/neko.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var (
3939
// Major version when you make incompatible API changes,
4040
major = "2"
4141
// Minor version when you add functionality in a backwards-compatible manner, and
42-
minor = "7"
42+
minor = "8"
4343
// Patch version when you make backwards-compatible bug fixes.
4444
patch = "0"
4545
)

0 commit comments

Comments
 (0)