========================
CoreTML framework 1.4
------------------------
Released on 2015-11-23
========================

Changes in TMLgen:

[*] fixed a minor regression which sometimes caused integer values to be printed with a fraction part
[*] option to build Lua as a static library has been removed
[*] CMake 3.4.0 or later is now required to build the CoreTML framework from source

========================
CoreTML framework 1.3
------------------------
Released on 2015-11-21
========================

Changes in TMLgen:

[+] bundled Lua interpreter updated to 5.3.1
[*] don't overwrite output file if input file can't be opened
[*] fixed bug with Lua table traversal
[*] fixed bug with line numbers in error reports

Changes in TMLconf:

[+] improve high DPI screen support

========================
CoreTML framework 1.2
------------------------
Released on 2014-03-29
========================

Changes in TMLgen:

[+] TMLgen can now use Lua library installed on the system (if present)
[+] bundled Lua interpreter version updated from 5.2.0 to 5.2.3
[+] Lua can now be built as a shared library (enabling the use of the 3rd-party Lua addons)
[+] Lua is now built for the "generic" platform (instead of ANSI), enabling platform-specific goodies
[+] by default, ignore the first line in the template if it starts with a shebang (#!)
[*] robustness improved in Lua error reporting
[*] directory structure standardized between Windows and Unix ports

Changes in TMLconf:

[*] fixed bug with a "Load invocation script" menu item being unavailable

Changes in the CoreTML Editor:

[*] fixed bug which produced bogus warning messages about invalid directory

Other:

[+] build system migrated to CMake
[+] added syntax highlighting definitions for AkelPad

========================
CoreTML framework 1.1
------------------------
Released on 2012-06-10
========================

Changes in TMLgen:

 [+] Lua version updated from 5.1.4 to 5.2.0
 [+] standard input can now be used instead of input file (via --stdin command-line switch)
 [+] --noreq command-line switch to forcibly treat required parameters as optional
 [*] \create and \copy tags now check that input and output files aren't the same
 [*] \system tag behavior type changed from "string" to "freetext"
 [*] new behavior: try to use current directory to locate input files if everything else fails
 [*] minor code cleaning

Changes in TMLconf:

 [+] status bar added
 [*] tmlgen.exe is now spawned from current directory instead of template directory
 [*] input data are fed to TMLgen via stdin, unless the TML-c template uses autosave feature
     (i.e. temporary files are no longer created)
 [*] disable toolbar buttons when busy
 [*] minor code cleaning

New examples:

 [+] lpfgen - Low-pass FIR filter generator (beware that it is in alpha stage)

========================
CoreTML framework 1.0
------------------------
Released on 2011-01-24
========================

Initial public release.