Skip to content

Commit 48ef77a

Browse files
committed
Merge release-0.8.2 into main
2 parents 1cc2e2b + 12068bd commit 48ef77a

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.8.2] - 2026-03-26
4+
5+
### Features
6+
- **YouTube Demo Videos on Landing Page** — Embedded YouTube demo videos (DE/EN) on the landing/login page for new users
7+
8+
### Fixes
9+
- **Windows Offline Build** — Split Windows build to native PowerShell script (`build-windows.ps1`) running on Windows host, fixing missing `tzdata` and other Windows-conditional dependencies that could not be resolved when cross-building on Linux CI
10+
- Fix test venv directory creation in rfbrowser tests for CI
11+
12+
### Build
13+
- New `scripts/build-windows.ps1` and `scripts/test-install-windows.ps1` for native Windows builds
14+
- CI workflow now runs Windows offline build on `windows-latest` instead of `ubuntu-latest`
15+
- `build-mac-and-linux.sh` simplified to only handle Linux/macOS platforms
16+
317
## [0.8.1] - 2026-03-26
418

519
### Features

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["src"]
77

88
[project]
99
name = "roboscope-backend"
10-
version = "0.8.1"
10+
version = "0.8.2"
1111
description = "RoboScope - Web-based Robot Framework Test Management Tool"
1212
requires-python = ">=3.11"
1313
dependencies = [

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roboscope-frontend",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)