Skip to content

Releases: cortoproject/corto

v0.2.7-alpha

23 Nov 08:06
Compare
Choose a tag to compare
v0.2.7-alpha Pre-release
Pre-release

This release contains the following new features:

  • A new corto_select function allows for iterating over objects that match an expression
  • Object Local Storage allows for attaching (non-corto) user data to objects
  • Syntax coloring in Corto shell [ BETA ]
  • TAB completion in Corto shell [ BETA ]
  • Use '/' in favor of '::' as scope operator to save space and increase readability
  • Improved memory footprint when loading packages
  • Fix installation issue on Debian machines
  • Remove stale header files from project dir and package repository
  • Specify custom compiler in build system
  • Improved detection of unresolved references in scripting language
  • Added function that can evaluate type of expression without running it
  • Many smaller improvements and bug fixes

v0.2.6-alpha

01 Nov 21:38
Compare
Choose a tag to compare
v0.2.6-alpha Pre-release
Pre-release

This release contains the following new features:

  • Projects can embed platform specific files
  • The build system supports .dylib

v0.2.4-alpha

29 Oct 02:42
Compare
Choose a tag to compare
v0.2.4-alpha Pre-release
Pre-release

This release contains the following new features:

  • Automatic casting in C binding for convenience functions
  • Allow alias members to be hidden
  • Simplified constructors for various core classes
  • Improved error reporting of the shell

v0.2.3-alpha

26 Oct 06:37
Compare
Choose a tag to compare
v0.2.3-alpha Pre-release
Pre-release

This release contains the following new features:

  • The define operation now generates an update event
  • Fixed bug in generated Update function

v0.2.2-alpha

26 Oct 04:09
Compare
Choose a tag to compare
v0.2.2-alpha Pre-release
Pre-release

This release contains the following new features:

  • corto update command with which packages can be updated [BETA]
  • addressed a number of bugs in the loader, rbtree, event handling and parser

v0.2.1-alpha

25 Oct 07:40
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release

This release contains the following new features:

  • Modified installation path to no longer include the patch version
  • Fixed bug in loader that could corrupt the store while checking library environment

v0.2.0-alpha

25 Oct 02:54
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

This release contains the following new features:

  • Test framework
  • Documentation framework
  • Package management
  • Ownership
  • Replicator
  • A rake-based build system
  • Major usability improvements
  • Major API improvements
  • Many bug fixes

v0.1.5-alpha

07 Apr 04:29
Compare
Choose a tag to compare
v0.1.5-alpha Pre-release
Pre-release

Updated the web console to match the layout of the website.

v0.1.4-alpha

05 Apr 16:21
Compare
Choose a tag to compare
v0.1.4-alpha Pre-release
Pre-release

Fixed code generated for do-while loops. Disallowed do-while loops to use the root block as body.

v0.1.3-alpha

01 Apr 02:21
Compare
Choose a tag to compare
v0.1.3-alpha Pre-release
Pre-release

Fixed a bug that would crash the tutorial code and included a fix for cxgen that allows pure cortex packages to be generated.