Releases: Geometria-Engine/Hub
Releases · Geometria-Engine/Hub
Version 0.2.43
New Update of the Toolkit just released!
Changelog:
- Fixed Debian install containing deprecated packages, reported in issue Geometria-Engine/Geometria#3
- Now for Linux, the toolkit will come in form of .tar.gz instead of .zip to avoid issues.
- Fixed Windows issue that crashed due to searching for Linux commands, reported in issue #2
- Fixed Arch having asset issues.
- Polished installer:
- Removed message that indicated that it was searching for "apt" in Arch-based distributions.
- Fixed messages having cross-platform issues between Windows and Linux.
- Now it says the name of the current distro in one of the questions instead of just "Linux".
- Small bugfixes.
Version 0.2.42
New Toolkit Update Released!
Changelog:
- New Native Linux Support!
- Now it has official Native Support for Debian and Arch based distros!
- (Support for Void and Gentoo based distros coming soon.)
- New Engine Updater V3!
- Now its more robust, and can handle bigger updates now.
- Small bugfixes and polishes.
Version 0.2.4
New update of the toolkit released!
Warning: This is still for Windows only, Linux versions are coming soon...
Changelog:
- New First Time Installer!
- Now it comes with its own installer that automatically installs all of the dependencies for you!
- Now you can compile Geometria in low-end PCs, you only need nothing but 300 MBs of RAM to compile a project!
Version 0.2.3
New update of the toolkit released!
Warning: This is still for Windows only, Linux versions are coming soon...
Changelog:
- New Toolkit Updater!
- Now this is the last time you'll have to manually update the toolkit by downloading in here!
- By using
geo --update-toolkit
you can get the latest release of the toolkit from the Geometria main repository, without any issues!
Version 0.2.2
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.