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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ reference are all pre-1.0, minor (0.x) releases may include breaking changes.

## [Unreleased]

## [0.5.2] — 2026-07-13

### Added

- **macOS one-line installer** —
Expand Down Expand Up @@ -74,6 +76,7 @@ S0–S5. Highlights:
- TLS (`wss://`) live capture, a menu-bar monitor, and interactive open
(dialog / drag-drop) are planned for later releases.

[Unreleased]: https://github.com/ocpp-debugkit/studio/compare/v0.5.1...HEAD
[Unreleased]: https://github.com/ocpp-debugkit/studio/compare/v0.5.2...HEAD
[0.5.2]: https://github.com/ocpp-debugkit/studio/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/ocpp-debugkit/studio/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/ocpp-debugkit/studio/releases/tag/v0.5.0
4 changes: 2 additions & 2 deletions CURRENT_STATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

## Current version

`0.5.1` — macOS packaging patch (app bundle named `OCPP DebugKit Studio.app`,
Gatekeeper install docs); the first public release was `0.5.0`.
`0.5.2` — one-line macOS installer (`curl … | bash`) + published `SHA256SUMS`.
Earlier: `0.5.1` (macOS app-bundle naming), `0.5.0` (first public release).

## Active milestone

Expand Down
2 changes: 1 addition & 1 deletion app.zon
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.name = "studio",
.display_name = "OCPP DebugKit Studio",
.description = "Native desktop debugger for OCPP charging sessions.",
.version = "0.5.1",
.version = "0.5.2",
.icons = .{"assets/icon.png"},
.platforms = .{"macos"},
.permissions = .{ "view", "command", "notifications" },
Expand Down
Loading