From d07feea13cdcbcffb0dad0008ba8c9131e50029e Mon Sep 17 00:00:00 2001 From: xIronic <140331965+xIronic@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:40:07 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c01dca..252a91a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support direct or multiple instance addressing via single requests (#809) - Support of `serverinfo` subcommands: `getInfo, subscribe, unsubscribe, getSubscriptions, getSubscriptionCommands` - [Overview](https://github.com/hyperion-project/hyperion.ng/blob/API_Auth/doc/development/JSON-API%20_Commands_Overview.md) of API commands and subscription updates -- Support for requesting a snapshot of the current image via JSON response of a base64 string. Also added the ability to specify a path to save a jpg to disk +- Support for requesting instance-data via JSON-API. Implemented requesting the current image in different formats or led colors. ### Changed