[Add a brief, high-level summary of the release here. Describe the main theme: is it a feature release, stabilization, bug fixes, or performance optimization?]
[Detail major new features or syntax options introduced in this version.]
[Detail second major addition, standard library modules, or tooling improvements.]
- Add support for [Feature Name] in compiler/VM.
- New standard library functions under
[module_name]. - [Feature] added to TechScript Studio IDE.
- Fix parsing bugs related to [Issue Name / Error Code].
- Resolve memory leak in Garbage Collector during cyclic references.
- Fix CLI formatting issues.
- Improve interpreter loop performance.
- Optimize AST memory footprint.
- [State any syntax changes or removals that require code refactoring.]
Download TechScript_v[VERSION]_x64.exe from the attachments below. This registers .txs file associations, adds tech to your system PATH, installs the IDE, and mounts the VS Code extension automatically.
Download the archive corresponding to your platform, extract, and copy the tech binary to your system bin directory:
- Linux:
techscript-v[VERSION]-linux-x86_64.tar.gz - macOS:
techscript-v[VERSION]-macos-universal.tar.gz
A huge thank you to everyone who contributed to this release:
- @user1
- @user2