diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e5e6e..3f7b183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # LibRPMedia-1.0 +## v1.1.1 + + * Added `GetMusicDataByFile(musicFile)`, `GetMusicDataByName(musicName)`, `GetMusicDataByIndex(musicIndex)` functions for retrieving a full table of data about a single music database entry. + * Added `GetIconDataByName(iconName)`, `GetIconDataByIndex(iconIndex)` for symmetry with the above. + ## v1.1.0 * Added Icons API. diff --git a/LibRPMedia-1.0.toc b/LibRPMedia-1.0.toc index c0923ad..7920562 100644 --- a/LibRPMedia-1.0.toc +++ b/LibRPMedia-1.0.toc @@ -3,10 +3,6 @@ ## Notes: LibRPMedia provides a common database of in-game resources for use by RP addons. ## Author: Daniel "Meorawr" Yates ## Version: @project-version@ -## LoadOnDemand: 1 -#@do-not-package@ -## LoadOnDemand: 0 -#@end-do-not-package@ ## X-Category: Library ## X-License: Public Domain