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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ pulls notes from — it's the minimum, the GitHub release page is the maximum.

## [Unreleased]

## [2.8.2] - 2026-06-04

> [Full notes](https://github.com/Kitsune-Den/KitsuneCommand/releases/tag/v2.8.2)
> · Patch release — three stability fixes from a live Windows prod box,
> plus the timezone field on the Server Restart panel grows up into a
> host-resolvable dropdown. No new features, no schema changes.

### Fixed

- **No more stack overflow from `LogCallbackEvent` re-entrancy during
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kitsunecommand-frontend",
"private": true,
"version": "2.7.4",
"version": "2.8.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/KitsuneCommand/ModInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<xml>
<Name value="KitsuneCommand" />
<DisplayName value="KitsuneCommand - Server Management" />
<Version value="2.8.1" />
<Version value="2.8.2" />
<Description value="Web-based server management panel and RESTful API for 7 Days to Die dedicated servers. Monitoring | Management | Map" />
<Author value="AdaInTheLab" />
<Website value="https://github.com/Kitsune-Den/KitsuneCommand" />
Expand Down
Loading