You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1align="center">TechScript v1.0.7 Official Public Release</h1>
5
+
<h1align="center">TechScript v1.0.8 Official Public Release</h1>
6
6
7
7
<palign="center">
8
8
<strong>A friendly, plain-English programming language and high-performance developer workspace built entirely in Rust.</strong>
@@ -20,11 +20,11 @@
20
20
21
21
**TechScript** is an elegant, human-centric, high-performance programming language designed to replace confusing syntaxes with friendly, expressive plain-English instructions. Underneath its natural language surface lies a lightning-fast native compiler and Virtual Machine written entirely in pure **Rust**, delivering high stability, robust error handling, and memory efficiency with zero runtime runtime bottlenecks.
22
22
23
-
This directory contains the **official standalone production release (v1.0.7)**, which includes the full command-line compiler, native VM, and the state-of-the-art **TechScript Studio IDE**.
23
+
This directory contains the **official standalone production release (v1.0.8)**, which includes the full command-line compiler, native VM, and the state-of-the-art **TechScript Studio IDE**.
24
24
25
25
---
26
26
27
-
## 🚀 Version 1.0.7 Feature Highlights
27
+
## 🚀 Version 1.0.8 Feature Highlights
28
28
29
29
### 1. The Redesigned TechScript Studio IDE
30
30
***Resizable Docking Layout (`egui_dock`)**: A state-of-the-art, responsive multi-pane workspace layout. Drag, split, and dock layouts to match your workflow:
@@ -45,7 +45,7 @@ This directory contains the **official standalone production release (v1.0.7)**,
45
45
This ensures your output terminals do not instantly disappear, allowing you to review logs, compile states, or runtime outputs at your own pace!
46
46
47
47
### 3. Professional Setup Maintenance Manager
48
-
* Features a single, unified installer `TechScript_v1.0.7_x64.exe` that supports advanced maintenance configurations:
48
+
* Features a single, unified installer `TechScript_v1.0.8_x64.exe` that supports advanced maintenance configurations:
49
49
* ⚙ **Modify**: Customise path environment variables, shortcut folders, and script association options.
50
50
* 🔧 **Repair**: Safely checks for missing components, restores broken registry keys, and reinstalls release binaries.
51
51
* 🗑 **Uninstall**: Cleanly purges path settings, file configurations, and folders in a single click.
@@ -56,15 +56,15 @@ This directory contains the **official standalone production release (v1.0.7)**,
56
56
57
57
| Asset | Description |
58
58
| :--- | :--- |
59
-
|**`TechScript_v1.0.7_x64.exe`**| The complete graphical installer containing the compiler, virtual machine, and IDE workspace. |
59
+
|**`TechScript_v1.0.8_x64.exe`**| The complete graphical installer containing the compiler, virtual machine, and IDE workspace. |
60
60
|**`techscript-logo.png`**| High-resolution branding logo for visual integration. |
61
61
|**`README.md`**| This setup manual. |
62
62
63
63
---
64
64
65
65
## 🛠️ Step-by-Step Installation Guide
66
66
67
-
1.**Launch Setup**: Double-click the `TechScript_v1.0.7_x64.exe` installer executable in this folder.
67
+
1.**Launch Setup**: Double-click the `TechScript_v1.0.8_x64.exe` installer executable in this folder.
68
68
2.**Configure Options**:
69
69
* Tick **Add TechScript to PATH** to run `tech` CLI commands from standard command prompts.
70
70
* Tick **Associate .txs Files** to enable explorer double-click execution.
0 commit comments