Skip to content

Commit

Permalink
Release version 0.7.0
Browse files Browse the repository at this point in the history
This project is now feature complete. It does everything I'd like for it to do
in order to rip my entire CD collection. There's still some polishing work
to optionally do, like read the JSON directly from MBDB and CADB, as it
carries more data like release events, and the cover art DB does contain
some more images that we don't fetch yet. And no doubt there are a few bugs
left to fix, like making PSX game CDs more accurately read.

This project was originally meant to be also usable as a library for embedding,
so maybe if there's some interest to do this work it wouldn't take long to do;
the project doesn't have too much bad code and hacks, and the main header
isn't as messy as it could have otherwise been.

Thanks to all contributors and testers.
  • Loading branch information
cyanreg committed Nov 1, 2020
1 parent 691889a commit 5661afc
Showing 1 changed file with 1 addition and 1 deletion.
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.6.0',
version: '0.7.0',
meson_version: '>=0.53.0',
)

Expand Down

2 comments on commit 5661afc

@cyanreg
Copy link
Owner Author

@cyanreg cyanreg commented on 5661afc Nov 1, 2020

Choose a reason for hiding this comment

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

@desbma and @diizzyy, you might want to update your packages.

@diizzyy
Copy link
Contributor

@diizzyy diizzyy commented on 5661afc Nov 2, 2020

Choose a reason for hiding this comment

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

@cyanreg
Updated, thanks!

Please sign in to comment.