Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.6 KB

File metadata and controls

51 lines (35 loc) · 1.6 KB

TechScript v[VERSION] Release Notes

[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?]

🚀 What's New?

Feature Highlight A

[Detail major new features or syntax options introduced in this version.]

Feature Highlight B

[Detail second major addition, standard library modules, or tooling improvements.]


🛠️ Detailed Changelog

🚀 Added

  • Add support for [Feature Name] in compiler/VM.
  • New standard library functions under [module_name].
  • [Feature] added to TechScript Studio IDE.

🐛 Fixed

  • Fix parsing bugs related to [Issue Name / Error Code].
  • Resolve memory leak in Garbage Collector during cyclic references.
  • Fix CLI formatting issues.

⚡ Optimized

  • Improve interpreter loop performance.
  • Optimize AST memory footprint.

⚠️ Breaking Changes

  • [State any syntax changes or removals that require code refactoring.]

📦 Artifact Checklist & Installation

Windows Installer

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.

Manual Setup

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

🙏 Contributors

A huge thank you to everyone who contributed to this release:

  • @user1
  • @user2