-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed "DBFolder is not defined" error in historry logger
- Loading branch information
1 parent
2977948
commit e1de10e
Showing
3 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
# DBAssistant v0.3.2 | ||
|
||
## IMPROVEMENTS | ||
|
||
- history log files moved to Library directory, in DBA_history folder | ||
|
||
## BUGS | ||
|
||
- ReferenceError: DBFolder is not defined | ||
|
||
# DBAssistant v0.3.1 | ||
|
||
## FEATURES | ||
|
||
- Extracts all fields of metadata from BEXT, iXML, ID3, exif and vorbis tags. | ||
- New metadata extractor without external dependencies | ||
- Extracts all fields of metadata from BEXT, iXML, ID3, exif and vorbis tags. | ||
- New metadata extractor without external dependencies | ||
|
||
## IMPROVEMENTS | ||
|
||
- DBAssistant doesn't depend on config.json anymore | ||
- .ogg, .flac, .aif and .wv formats are now recognized | ||
- Avoid newlines on verbose logging | ||
- More steps are logged to file | ||
- DBAssistant doesn't depend on config.json anymore | ||
- .ogg, .flac, .aif and .wv formats are now recognized | ||
- Avoid newlines on verbose logging | ||
- More steps are logged to file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters