Skip to content

Commit 72cd265

Browse files
committed
chore: release v0.2.2
1 parent 8e3de41 commit 72cd265

File tree

10 files changed

+31
-12
lines changed

10 files changed

+31
-12
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.2] - 2026-04-04
9+
10+
### Added
11+
12+
- Dedicated view sidebar with a more compact measurement workflow
13+
- Batch measurement for all detected teeth, including completion timing
14+
- Job progress timing utilities with smoother ETA feedback
15+
16+
### Changed
17+
18+
- Reworked the View and Processing tabs to simplify the workstation layout
19+
- Split grayscale controls into a dedicated panel and removed command preview / advanced pipeline ordering from processing
20+
- Refined visual styling and mock-study data used in browser-only development
21+
22+
### Fixed
23+
24+
- Processing completion status icon state in the Job Center
25+
- Tooth measurement and auto-detection integration across the backend contract and frontend workbench flow
26+
827
## [0.2.1] - 2026-04-03
928

1029
### Added

backend/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This crate owns DICOM decoding, preview generation, and processed output
33
# writing for both the CLI and the Tauri desktop shell.
44
name = "xrayview-backend"
5-
version = "0.2.1"
5+
version = "0.2.2"
66
edition = "2024"
77

88
[dependencies]

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xrayview-frontend",
33
"private": true,
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"type": "module",
66
"scripts": {
77
"generate:contracts": "node ./scripts/generate-contracts.mjs",

frontend/src-tauri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This crate is the desktop windowing/process shell; the heavy imaging work
33
# stays in the sibling Rust backend so the UI layer stays thin.
44
name = "xrayview-frontend"
5-
version = "0.2.1"
5+
version = "0.2.2"
66
description = "Tauri frontend shell for XRayView"
77
authors = ["OpenCode"]
88
edition = "2021"

frontend/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "XRayView",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"identifier": "com.xrayview.workstation",
66
"build": {
77
"beforeDevCommand": "npm run dev",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xrayview",
33
"private": true,
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"scripts": {
66
"postinstall": "npm --prefix frontend install",
77
"dev": "npm --prefix frontend run dev --",

0 commit comments

Comments
 (0)