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.1] — 2026-07-12

### Changed

- **macOS** — the packaged app bundle is now named `OCPP DebugKit Studio.app`
Expand Down Expand Up @@ -60,5 +62,6 @@ 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.0...HEAD
[Unreleased]: https://github.com/ocpp-debugkit/studio/compare/v0.5.1...HEAD
[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
3 changes: 2 additions & 1 deletion CURRENT_STATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

## Current version

`0.5.0` — first public release.
`0.5.1` — macOS packaging patch (app bundle named `OCPP DebugKit Studio.app`,
Gatekeeper install docs); the first public release was `0.5.0`.

## 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.0",
.version = "0.5.1",
.icons = .{"assets/icon.png"},
.platforms = .{"macos"},
.permissions = .{ "view", "command", "notifications" },
Expand Down
Loading