From 19f15cb778b27ef539f9e953cbd2028dfcee83a3 Mon Sep 17 00:00:00 2001 From: Maingron Date: Tue, 28 Jul 2020 20:14:20 +0200 Subject: [PATCH] Add changelog for version 00150 --- changelogs/00150.txt | 3 +++ mainos/createiofs.js | 1 + 2 files changed, 4 insertions(+) create mode 100644 changelogs/00150.txt diff --git a/changelogs/00150.txt b/changelogs/00150.txt new file mode 100644 index 0000000..7a2bd86 --- /dev/null +++ b/changelogs/00150.txt @@ -0,0 +1,3 @@ +### Core / Various + - Remove NES Program + - Fix scaling of elements on Desktop \ No newline at end of file diff --git a/mainos/createiofs.js b/mainos/createiofs.js index b08fd19..6480b99 100644 --- a/mainos/createiofs.js +++ b/mainos/createiofs.js @@ -84,6 +84,7 @@ savefile(chgd + "/Version 00100.txt", "### Core / Various\n````- Fixed Filepaths savefile(chgd + "/Version 00110.txt", "### Core / Various\n````- Replaced some PNGs with SVGs\n````- Changed the MainOS Logo\n````- Changed old version type(mainos.versionlt) id to 0CC, where it will stay from now on. Will be removed entirely soon\n````- Removed dir and lang from html in index.html\n````- Code optimisations in index.html\n````- Removed all traces of the Midi engine\n````- IOFS: Code optimisations\n````- IOFS Generator: Optimisations\n````- TTS: Code optimisations\n````- Removed unused progreg.js and progreg.min.js\n````- Removed unused helper.js and helper.css\n````- Moved from normal style.css to style.scss\n````- Added helper.css\n````- Added helper.js - Developers are supposed to include it into their programs\n````- Added Darkmode v2, which currently automatically switches to darkmode, if your host system is set to use darkmode and your browser supports it\n````- Added variables --font --themecolor --black --black2 --black3 --black4 --black5 --hovercolor --hovercolornontransparent --beige --beige2 --beige3 --beige4 --altbarheight --altbarcolor to helper.css\n````- Decided to switch from blueish hover colors to a uniformly orange color\n````- Added setting 'hovercolor' and 'hovercolornontransparent'\n````- Dropped support for Internet Explorer entirely\n\n### Explorer\n````- Updated image paths\n````- Code optimisations\n````- 'closed' Details in sidebar\n````- Added helper.js\n````- Added Darkmode v2\n````- Removed sidebar on the left side because it did not bring any functionality\n````- Code cleanup\n````- Some improvements to CSS\n\n### Desktop \n````- Changed to --hovercolor as the hover color\n````- Changed the style for the link to the project website\n\n### Startmenu\n````- Code optimisations\n````- Switched to style.css from style.min.css\n````- Added Darkmode v2\n````- Removed support for Darkmode v1\n\n### CMD\n````- Code optimisations\n\n### Notepad\n````- Code optimisations\n````- CSS improvements\n````- Added helper.js and so Darkmode v2\n\n### Settings \n````- Added Setting for Darkmode v2\n````- Added Darkmode v2\n````- Added Setting for Hover Color and Hover Color (Non Transparent variant)\n\n### Hype Chat\n````- Added helper.js\n````- Removed unnecessary CSS to make Darkmode v2 work\n\n### Soft Excel \n````- Added helper.js and Darkmode v2\n````- Added Altbar\n````- Improved column 'generation'\n````- Minor CSS improvements\n````- Removed Easter Eggs\n\n### Paint \n````- Added helper.js\n````- Added Darkmode v2\n````- Changed Lightmode design\n````- Added Altbar\n\n### Paint32x32\n````- Switched to script.js and style.css from script.min.js and style.min.js\n````- Added helper.js\n````- Added Darkmode v2\n````- Changed Lightmode design\n````- Added Altbar \n\n### Simple Cookieclicker\n````- Added helper.js and so Darkmode v2\n````- Slightly changed CSS to make Darkmode work properly", 0, "t=txt"); savefile(chgd + "/Version 00120.txt", "### Core / Various\n````- Added (path) to listfs() - It can now output the contents of a path directly\n````- Removed automatic embedding of helper.css through helper.js - Developers are now supposed to embed both\n````- Fixed some SVGs\n````- Updated preload.html\n````- Updated some outdated links\n````- Added dark scrollbar to Darkmode\n\n### CMD\n````- Removed toggledevmode command\n\n### Soft Excel\n````- Added helper.css\n\n### Explorer\n````- Added helper.css\n````- Changed from unknown_file.png to unknown_file.svg\n\n### Startmenu\n````- Added helper.css\n\n### Hype Chat\n````- Added helper.css\n````- Added Altbar\n````- Changes to CSS\n\n### Notepad\n````- Added helper.css\n\n### Paint\n````- Added helper.css\n\n### Paint32x32\n````- Added helper.css\n\n### Settings\n````- Added helper.css\n\n### Simple Cookieclicker\n````- Added helper.css", 0, "t=txt"); savefile(chgd + "/Version 00140.txt", "### Core / Various\n````- Fix version numbers and rollback some things. Might contain stuff from v00124 and v00125", 0, "t=txt"); +savefile(chgd + "/Version 00150.txt", "### Core / Various\n````- Remove NES Program\n````- Fix scaling of elements on Desktop", 0, "t=txt");