Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MineAndCraft12 committed Aug 5, 2022
1 parent 1baee6c commit 055f614
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 @@ -11955,11 +11955,14 @@ c(function(){
],
"07/20/2022: B1.6.25.1": [
" : Fixed alphabetical sort in Music Player web version."
],
"08/05/2022: B1.6.25.2": [
" + Updated pitch detection in Music Player. Orbs and Lasers visualizers are more responsive."
]
},
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.25.1 (07/20/2022) r0';
window.aOSversion = 'B1.6.25.2 (08/05/2022) r0';
document.title = 'AaronOS ' + aOSversion;
getId('aOSloadingInfo').innerHTML = 'Properties Viewer';
});
Expand Down

0 comments on commit 055f614

Please sign in to comment.