Skip to content

Commit

Permalink
update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pnck committed Mar 4, 2021
1 parent 2fc4089 commit 0ae8fd2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Play NCM files directly with our favourite
![screenshot](/screenshot.png)


### How to setup and build project

1. Download [foobar2000 SDK](https://www.foobar2000.org/SDK) and extract into vendor/sdk
Expand Down
6 changes: 5 additions & 1 deletion foo_input_ncm/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
/**
changelog
Version 0.2.0
- decode and play any ncm file
- correctly recognize meta info and album artworks
Version 0.1.0
- decode and play any ncm file
- meta info correctly recognized (without album artwork)
Expand All @@ -17,7 +21,7 @@ Version 0.0.1
**/

DECLARE_COMPONENT_VERSION("Ncm Loader", "0.1.0", "Load and play Netease Music specific file format (ncm) directly.\n");
DECLARE_COMPONENT_VERSION("Ncm Loader", "0.2.0", "Load and play Netease Music specific file format (ncm) directly.\n");

// This will prevent users from renaming your component around (important for proper troubleshooter behaviors) or
// loading multiple instances of it.
Expand Down
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ae8fd2

Please sign in to comment.