From 64e783668d3569aa9408352312ee812336618c87 Mon Sep 17 00:00:00 2001 From: Maingron Date: Wed, 29 Jul 2020 19:32:04 +0200 Subject: [PATCH] Set version to 00160; Add changelog --- changelogs/00160.txt | 8 ++++++++ mainos/createiofs.js | 5 +++++ mainos/iofs.js | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/changelogs/00160.txt b/changelogs/00160.txt index e69de29..5d3ff60 100644 --- a/changelogs/00160.txt +++ b/changelogs/00160.txt @@ -0,0 +1,8 @@ +### Core / Various + - Fix context Menu + - Move some images to iofs + - Add functionality to open images + - Add loadfile(loadfile(PATH)) functionality + +### Paint2 + - Add Paint2 \ No newline at end of file diff --git a/mainos/createiofs.js b/mainos/createiofs.js index d4f3eea..9d50c6e 100644 --- a/mainos/createiofs.js +++ b/mainos/createiofs.js @@ -85,6 +85,11 @@ savefile(chgd + "/Version 00110.txt", "### Core / Various\n````- Replaced some P 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"); +savefile(chgd + "/Version 00160.txt", "### Core / Various\n````- Fix context Menu\n````- Move some images to iofs\n````- Add functionality to open images\n````- Add loadfile(loadfile(PATH)) functionality\n### Paint2\n````- Add Paint2", 0, "t=txt"); + + + + diff --git a/mainos/iofs.js b/mainos/iofs.js index ccf9fa8..59944f7 100644 --- a/mainos/iofs.js +++ b/mainos/iofs.js @@ -1,5 +1,5 @@ var mainos = {}; -mainos.versionnr = 155; +mainos.versionnr = 160; mainos.versionnrstring = "00" + mainos.versionnr; mainos.version = mainos.versionnr; mainos.versionlt = "0CC";