Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…v2021.4.43)

All platforms:
* Misc (VueJS): Fixed component inclusion to prevent webpack from injecting the DOM prior to the DOM existing at all. (issue #48)
* Player (track download button): Fixed some edge cases preventing the download button from working as intended. (issue #50)
* Player (track play): The ability to play a track from its hero or favorite page is now toggleable in the userscript's settings. It was
previously forced on.
* Player (track play): Implemented a new feature to always play a track from the beginning (toggleable). (issue #51)
* Misc (js errors): Fixed some javascript errors triggered when using deprecated API values.

di-only:
* Navigation (UI): Fixed the "DIUserscript" menu entries & removed the "Go Premium" one (issue #52)
* Player (volume input control): Fixed CSS since its now vertical instead of horizontal (issue #46). Its still slightly ugly but its working.
  • Loading branch information
lethak committed Apr 8, 2021
1 parent 2d9cb07 commit e5f86ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DIUserscript.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// @grant GM_download
// @inject-into page
// @run-at document-start
// @version 2020.10.660
// @version 2021.4.43
// ==/UserScript==
4 changes: 2 additions & 2 deletions DIUserscript.user.js

Large diffs are not rendered by default.

0 comments on commit e5f86ba

Please sign in to comment.