Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
MineAndCraft12 committed May 15, 2022
1 parent 2d095e2 commit 48850d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scriptBeta.js
Original file line number Diff line number Diff line change
Expand Up @@ -11917,11 +11917,14 @@ c(function(){
" + Added two Refraction color themes to Music Player.",
" : Fixed visualizer previews blowing out their colors when hovered.",
" : The photosensitivity warning is more prominent on the Music Player."
],
"05/15/2022: B1.6.20.0": [
" + Added System Audio and Browser Tab support to Music Player on the web."
]
},
oldVersions: "aOS has undergone many stages of development. Older versions are available at https://aaronos.dev/AaronOS_Old/"
}; // changelog: (using this comment to make changelog easier for me to find)
window.aOSversion = 'B1.6.19.0 (04/25/2022) r0';
window.aOSversion = 'B1.6.20.0 (05/15/2022) r0';
document.title = 'AaronOS ' + aOSversion;
getId('aOSloadingInfo').innerHTML = 'Properties Viewer';
});
Expand Down

0 comments on commit 48850d6

Please sign in to comment.