Skip to content

v1.0.4

Compare
Choose a tag to compare
@EntityPlantt EntityPlantt released this 25 Jul 13:18
· 74 commits to main since this release
  • [Diff] Added a custom license - please read before installing: [Link]
  • [Diff] (Code only) Made build performance much better:
    • It was creating dummy folders that it didn't delete
    • It created the app in the folder, then moved it
  • [Diff] Added app background color while loading
  • [Diff] (Code only) Removed unwanted console logs left by debugging from v1.0.0:
    async function buildAndRunProject() {
      console.log("A"); // This one
      if (await buildProject()) {
        console.log("B"); // And this one
        runProject();
      }
    }

Full Changelog: v1.0.3...v1.0.4