Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# What's New in v0.7.0

## Visual regression
- **Screenshot bank** — capture reference screenshots and compare later runs against them to catch unintended visual changes, with a side-by-side image diff.

## Performance
- **Perf panel improvements** and a configurable **`APP_ID`** so performance metrics target the right app.

## Maintenance
- Dependency and CI updates (js-yaml, vite, actions/checkout).

---

# What's New in v0.5.5

## iOS
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Additional Use Grant: You may use the Licensed Work in production,
(in original or modified form) as a commercial
product or as part of a commercial offering.

Change Date: 2030-06-28
Change Date: 2030-07-08

Change License: Apache License, Version 2.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maestro-deck",
"private": true,
"version": "0.6.0",
"version": "0.7.0",
"type": "module",
"description": "Source-available visual IDE for Maestro mobile tests",
"license": "BUSL-1.1",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "maestro-deck"
version = "0.6.0"
version = "0.7.0"
description = "Source-available visual IDE for Maestro mobile tests"
authors = ["Ethan Morisset <blueshork.dev@gmail.com>"]
license = "BUSL-1.1"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Maestro Deck",
"version": "0.6.0",
"version": "0.7.0",
"identifier": "dev.blueshork.maestrodeck",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down
Loading