Skip to content

Commit 2e9eb5e

Browse files
authored
release: v0.5.3 — automated pub.dev publishing, FAQ, dictionary, package rename (#44)
1 parent 1492bea commit 2e9eb5e

5 files changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [0.5.3] - 2026-03-28
10+
11+
### Added
12+
13+
- Automated pub.dev publishing via GitHub Actions using official `dart-lang/setup-dart` reusable workflow
14+
- FAQ section on landing page (WiFi testing, physical devices, CI/CD, setup)
15+
- ProbeScript Dictionary — complete reference of all keywords, commands, and modifiers
16+
- Comprehensive third-party tool requirements documentation
17+
18+
### Changed
19+
20+
- Renamed Dart package from `probe_agent` to `flutter_probe_agent` for pub.dev branding
21+
- Publish workflow chains after Release workflow (prevents publishing broken versions)
22+
- Version badge auto-updates from git tags (no more hardcoded versions)
23+
24+
### Fixed
25+
26+
- Broken wiki link on landing page (`AlphaWaveSystems/wiki``flutter-probe/wiki`)
27+
- Old domain references (`flutterprobe.com``flutterprobe.dev`)
28+
- Old package name references in vscode README and docs
29+
- pub.dev score: shorter description, dartdoc warning, clean public API
30+
931
## [0.5.1] - 2026-03-26
1032

1133
### Added

docs/wiki/Home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Welcome to the FlutterProbe wiki. This documentation covers architecture details
1717

1818
## Project Status
1919

20-
FlutterProbe is in active development. Current version: **0.5.1**.
20+
FlutterProbe is in active development. Current version: **0.5.3**.
2121

2222
### Repository Structure
2323

probe_agent/CHANGELOG.md

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

3+
## 0.5.3
4+
5+
- Automated publishing via GitHub Actions (OIDC, no secrets needed)
6+
- Publish workflow chains after Release workflow success
7+
38
## 0.5.2
49

510
- Fix pub.dev score: shorten description to under 180 chars

probe_agent/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
On-device E2E test agent for FlutterProbe. Embeds in your Flutter app and
44
executes test commands via direct widget-tree access with sub-50ms latency.
55
6-
version: 0.5.2
6+
version: 0.5.3
77
homepage: https://flutterprobe.dev
88
repository: https://github.com/AlphaWaveSystems/flutter-probe
99
issue_tracker: https://github.com/AlphaWaveSystems/flutter-probe/issues

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flutterprobe",
33
"displayName": "FlutterProbe",
44
"description": "High-performance E2E testing for Flutter apps — ProbeScript language support, local & cloud device testing (BrowserStack, Sauce Labs, AWS Device Farm, Firebase Test Lab, LambdaTest), visual regression, test recording, and Studio integration",
5-
"version": "0.5.1",
5+
"version": "0.5.3",
66
"publisher": "flutterprobe",
77
"icon": "resources/probe-icon.png",
88
"engines": { "vscode": "^1.85.0" },

0 commit comments

Comments
 (0)