Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MineAndCraft12 committed Oct 3, 2022
1 parent 51dbcea commit 164fb62
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scriptBeta.js
Original file line number Diff line number Diff line change
Expand Up @@ -12132,11 +12132,15 @@ c(function(){
"10/02/2022: B1.6.30.0": [
" + Added new Flash Cards app to repository.",
" : Updated repository status logging."
],
"10/03/2022: B1.6.31.0": [
" + Added Radar visualizer to Music Player.",
" : Adjusted featured visualizers list."
]
},
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.30.0 (10/02/2022) r0';
window.aOSversion = 'B1.6.31.0 (10/03/2022) r0';
document.title = 'AaronOS ' + aOSversion;
getId('aOSloadingInfo').innerHTML = 'Properties Viewer';
});
Expand Down

0 comments on commit 164fb62

Please sign in to comment.