Skip to content

Commit 86f9fa4

Browse files
author
Tanmoy
committed
chore(release): bump version to v1.0.7 & build public release package
1 parent 64d2793 commit 86f9fa4

5 files changed

Lines changed: 16 additions & 13 deletions

File tree

installer_build/installer.iss

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
; ============================================================
2-
; TechScript v1.0.6 — Inno Setup Installer Script
2+
; TechScript v1.0.7 — Inno Setup Installer Script
33
; Professional Windows installer for the TechScript ecosystem.
44
; Bundles: tech.exe (CLI), tech_studio.exe (IDE), VS Code ext,
55
; examples, documentation, and icon assets.
66
; ============================================================
77

88
#define MyAppName "TechScript"
9-
#define MyAppVersion "1.0.6"
10-
#define MyAppPublisher "TechScript Team"
9+
#define MyAppVersion "1.0.7"
10+
#define MyAppPublisher "Tanmoy Majumder"
1111
#define MyAppURL "https://github.com/Tcode-Motion/techscript"
1212
#define MyAppExeName "tech.exe"
1313
#define MyAppStudioName "tech_studio.exe"
@@ -71,7 +71,7 @@ Source: "..\runtime\target\x86_64-pc-windows-msvc\release\tech_studio.exe"; Dest
7171
Source: "..\assets\icons\icon.ico"; DestDir: "{app}"; Flags: ignoreversion
7272

7373
; --- VS Code Extension ---
74-
Source: "..\vscode-extension\*"; DestDir: "{%USERPROFILE}\.vscode\extensions\techscript-team.techscript-1.0.6"; Flags: ignoreversion recursesubdirs createallsubdirs
74+
Source: "..\vscode-extension\*"; DestDir: "{%USERPROFILE}\.vscode\extensions\tanmoy.techscript-1.0.7"; Flags: ignoreversion recursesubdirs createallsubdirs
7575

7676
; --- Example Scripts ---
7777
Source: "..\examples\*"; DestDir: "{app}\examples"; Flags: ignoreversion recursesubdirs createallsubdirs
@@ -90,6 +90,9 @@ Type: files; Name: "{commondesktop}\TechScript*.lnk"
9090
Type: files; Name: "{userdesktop}\TechScript*.lnk"
9191
Type: files; Name: "{userdesktop}\tech*.lnk"
9292
; Clean old VS Code extension versions
93+
Type: filesandordirs; Name: "{%USERPROFILE}\.vscode\extensions\techscript-team.techscript-1.0.6"
94+
Type: filesandordirs; Name: "{%USERPROFILE}\.vscode\extensions\tanmoy.techscript-1.0.6.1"
95+
Type: filesandordirs; Name: "{%USERPROFILE}\.vscode\extensions\tanmoy.techscript-1.0.6"
9396
Type: filesandordirs; Name: "{%USERPROFILE}\.vscode\extensions\techscript-1.0.6"
9497
Type: filesandordirs; Name: "{%USERPROFILE}\.vscode\extensions\techscript-team.techscript-1.0.5"
9598

@@ -426,7 +429,7 @@ begin
426429
AddPathToFront();
427430
end;
428431
429-
MsgBox('TechScript v1.0.6 Installation Complete!' + #13#10 + #13#10 +
432+
MsgBox('TechScript v1.0.7 Installation Complete!' + #13#10 + #13#10 +
430433
'What''s installed:' + #13#10 +
431434
' - tech.exe — CLI runtime & REPL' + #13#10 +
432435
' - tech_studio.exe — Visual Studio IDE' + #13#10 +

public_release/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="techscript-logo.png" alt="TechScript Logo" width="128" height="128" />
33
</p>
44

5-
<h1 align="center">TechScript v1.0.6 Official Public Release</h1>
5+
<h1 align="center">TechScript v1.0.7 Official Public Release</h1>
66

77
<p align="center">
88
<strong>A friendly, plain-English programming language and high-performance developer workspace built entirely in Rust.</strong>
@@ -20,11 +20,11 @@
2020

2121
**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.
2222

23-
This directory contains the **official standalone production release (v1.0.6)**, 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.7)**, which includes the full command-line compiler, native VM, and the state-of-the-art **TechScript Studio IDE**.
2424

2525
---
2626

27-
## 🚀 Version 1.0.6 Feature Highlights
27+
## 🚀 Version 1.0.7 Feature Highlights
2828

2929
### 1. The Redesigned TechScript Studio IDE
3030
* **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.6)**,
4545
This ensures your output terminals do not instantly disappear, allowing you to review logs, compile states, or runtime outputs at your own pace!
4646

4747
### 3. Professional Setup Maintenance Manager
48-
* Features a single, unified installer `TechScript_v1.0.6_x64.exe` that supports advanced maintenance configurations:
48+
* Features a single, unified installer `TechScript_v1.0.7_x64.exe` that supports advanced maintenance configurations:
4949
***Modify**: Customise path environment variables, shortcut folders, and script association options.
5050
* 🔧 **Repair**: Safely checks for missing components, restores broken registry keys, and reinstalls release binaries.
5151
* 🗑 **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.6)**,
5656

5757
| Asset | Description |
5858
| :--- | :--- |
59-
| **`TechScript_v1.0.6_x64.exe`** | The complete graphical installer containing the compiler, virtual machine, and IDE workspace. |
59+
| **`TechScript_v1.0.7_x64.exe`** | The complete graphical installer containing the compiler, virtual machine, and IDE workspace. |
6060
| **`techscript-logo.png`** | High-resolution branding logo for visual integration. |
6161
| **`README.md`** | This setup manual. |
6262

6363
---
6464

6565
## 🛠️ Step-by-Step Installation Guide
6666

67-
1. **Launch Setup**: Double-click the `TechScript_v1.0.6_x64.exe` installer executable in this folder.
67+
1. **Launch Setup**: Double-click the `TechScript_v1.0.7_x64.exe` installer executable in this folder.
6868
2. **Configure Options**:
6969
* Tick **Add TechScript to PATH** to run `tech` CLI commands from standard command prompts.
7070
* Tick **Associate .txs Files** to enable explorer double-click execution.

vscode-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "techscript",
33
"displayName": "TechScript Language",
44
"description": "Syntax highlighting, snippets, file icons, and web module support for TechScript (.txs). v2",
5-
"version": "1.0.6",
6-
"publisher": "techscript-team",
5+
"version": "1.0.7",
6+
"publisher": "tanmoy",
77
"author": "Tanmoy Majumder",
88
"repository": {
99
"type": "git",
83.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)