diff --git a/CHANGELOG.md b/CHANGELOG.md index cd336d7b..0f5ef195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,30 @@ ## Next version -* Marquee now displays one additional character: https://github.com/captbaritone/webamp/issues/543 -* Track numbers in playlist are now padded to the length of the longest track number. +### Features + +Users can pass an initial layout (TODO: Documentation) + +## 1.1.0 + +### Breaking + +- Webamp will attempt to center itself within the node it is rendered into, rather than within the entire page. +- Webamp now includes the default skin directly in the JS bundle, so you don't need host it separately, or pass a URL as part of the initialztiaon. + +### Features + +- Equalizer sliders now "stick" slightly at zero. +- Context menus on all windows. +- Toggle window visibility via context menus. +- Users can now hard code the duration of initial tracks. This saves Webamp from having to make an HTTP request to check the duration. + +### Fixed + +- Marquee now displays one additional character: https://github.com/captbaritone/webamp/issues/543 +- Track numbers in playlist are now padded to the length of the longest track number. +- Fix close buttons in Playlist and Equalizer in shade mode. +- Skins that omit assets will now fallback to using the default version of that asset. +- Fix seeking forward via hotkeys. ## 1.0.0 @@ -9,29 +32,29 @@ ### Breaking -* Project renamed from "Winamp2-js" to "Webamp". -* UMD module exports as `window.Webamp` instead of `window.winamp2js`. When used via `