Skip to content

Version 0.2.2

Compare
Choose a tag to compare
@TheNachoBIT TheNachoBIT released this 04 Aug 00:58
· 44 commits to main since this release

New update of the toolkit released!

Warning: This is still for Windows only, Linux versions are coming soon...

Changelog:

  • New Engine Updater!
    • Now you can update the engine in your project without any issues by using "geo --update-engine".
  • New Toolkit Macros!
    • With these you can tell the toolkit in the middle of a command what it needs to do.
    • These macros don't do any effect inside your application after compiling.
  • First Toolkit Macro released! DONT_UPDATE_FILE().
    • When added in a C++ file, this will tell the toolkit to preserve it when updating.
    • It'll make a backup while its updating, and when finished, it'll replace it again, keeping it untouched during the whole process.