Skip to content

Commit

Permalink
Merge pull request #9 from reupen/update-changelog
Browse files Browse the repository at this point in the history
Update change log for version 0.7.1
  • Loading branch information
reupen authored Dec 15, 2018
2 parents ab52ec7 + b5c258f commit 3bb145f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# iPod manager for foobar2000 changelog

## 0.7.1 beta

* Added play count, skip count, last played and last skipped columns to Manage contents
* Attempted to improve reliability when used with some shuffle 4G models
* Added support for playlist changes made on the device on the nano 7G
* Compiled with Visual Studio 2017 15.9
* Updated to foobar2000 SDK 2018-03-06

## 0.7.0

* Added support for iPod nano 7G software versions later than 1.0.2
Expand Down
2 changes: 1 addition & 1 deletion foo_dop/reader_playlists.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void load_database_t::clean_up_device_playlists()
try {
filesystem::g_remove(path, aborter);
}
catch (const exception_io& ex) {
catch (const exception_io&) {
console::formatter formatter;
formatter << "iPod manager: Failed to delete file: " << path;
}
Expand Down

0 comments on commit 3bb145f

Please sign in to comment.