Skip to content

Commit 6e87529

Browse files
author
T-Space Scan Builder
committed
Bump public beta release version
1 parent aa4ad9d commit 6e87529

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog
22

3-
## 0.2.0-beta
3+
## 0.2.1-beta
44

55
- Added `TscanLicense.exe` as the main portable one-file download name for normal users.
66
- Added installer packaging through Inno Setup.
77
- Added privacy, disclaimer, release notes, and GitHub issue templates for public beta use.
8+
9+
## 0.2.0-beta
10+
811
- Added professional dashboard layout with metrics, charts, filters, history, compare, settings, and detail panel.
912
- Added app grouping: license review, work apps, free/open-source, freemium, developer/runtime, driver/hardware, system/helper, unknown.
1013
- Added license priority labels: Review, Review now, No action, Track terms, Inventory, Identify.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tscan License v0.2.0-beta
1+
# Tscan License v0.2.1-beta
22

33
Free Windows software license scanner for installed-software inventory, software asset management, and license-compliance risk review.
44

installer/TscanLicense.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "Tscan License"
2-
#define MyAppVersion "0.2.0-beta"
2+
#define MyAppVersion "0.2.1-beta"
33
#define MyAppPublisher "T-Space Scan contributors"
44
#define MyAppExeName "TscanLicense.exe"
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tscan-license"
3-
version = "0.2.0-beta"
3+
version = "0.2.1-beta"
44
description = "Windows installed-software inventory and license-risk scanner."
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)