Skip to content

Commit cdc4250

Browse files
committed
Release version 0.8.0
This is a small maintenance release. The only notably new feature is an ETA display. The short changelog is: - ETA printout - Minor bugfixes - Big endian fixes - Default bitrate for lossy files set to 256kbps - Fix minor compilation warnings - Fix compilation warnings with FFmpeg 5.0
1 parent 56b64f6 commit cdc4250

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Chanelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.8.0
2+
=====
3+
- __No need to rerip anything.__
4+
- ETA printout
5+
- Minor bugfixes
6+
- Big endian fixes
7+
- Default bitrate for lossy files set to 256kbps
8+
- Fix minor compilation warnings
9+
- Fix compilation warnings with FFmpeg 5.0
10+
111
0.7
212
===
313
- __No need to rerip anything.__

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project('cyanrip', 'c',
22
license: 'LGPL2.1+',
33
default_options: [ 'buildtype=debugoptimized', 'c_std=c99', 'warning_level=1' ],
4-
version: '0.7.0',
4+
version: '0.8.0',
55
meson_version: '>=0.53.0',
66
)
77

0 commit comments

Comments
 (0)