diff --git a/app/src/main/assets/about.html b/app/src/main/assets/about.html index 2e84774b..b12f65a2 100644 --- a/app/src/main/assets/about.html +++ b/app/src/main/assets/about.html @@ -20,7 +20,7 @@ function show(n) { </head> <body> <h1>Vanilla Music</h1> -<p><b>Version:</b> 1.0.90 Released Jan. 10 2021<br><br> +<p><b>Version:</b> 1.0.91 Released Mar. 10 2021<br><br> <b>Website:</b> <a href='https://vanilla-music.github.io/'>https://vanilla-music.github.io/</a><br> <b>Issue tracker:</b> <a href='https://github.com/vanilla-music/vanilla/issues'>https://github.com/vanilla-music/vanilla/issues</a><br> <b>Community & support:</b> <a href='https://www.reddit.com/r/vanillamusic'>/r/VanillaMusic</a><br> @@ -29,6 +29,13 @@ function show(n) { <b>Changelog</b> [<a href='javascript:show("changelog")'>show</a>] <pre id='changelog'> +<b>1.0.91</b> +- <b>NEW</b> Switch to new notification framework +- <b>NEW</b> Added move to top/bottom actions in queue view +- <b>CLEANUP</b> Change SDK target to 30 +- <b>CLEANUP</b> Remove MirrorLink support +- <b>FIX</b> Fix genre tab expansion + <b>1.0.90</b> - <b>NEW</b> Some cosmetic fixes