Skip to content

Commit

Permalink
Release version 0.8.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cyanreg committed Jan 25, 2022
1 parent 56b64f6 commit cdc4250
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Chanelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.8.0
=====
- __No need to rerip anything.__
- 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

0.7
===
- __No need to rerip anything.__
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project('cyanrip', 'c',
license: 'LGPL2.1+',
default_options: [ 'buildtype=debugoptimized', 'c_std=c99', 'warning_level=1' ],
version: '0.7.0',
version: '0.8.0',
meson_version: '>=0.53.0',
)

Expand Down

4 comments on commit cdc4250

@cyanreg
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinging package maintainers:

Alpine Linux - @sodface
Arch Linux - @desbma
NixOS - @vs49688
FreeBSD - @diizzyy
Docker - @ep76

Could you update your packages?
Thanks.

@diizzyy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vs49688
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR submitted: NixOS/nixpkgs#156673

@sodface
Copy link

@sodface sodface commented on cdc4250 Jan 25, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.