From e7c46f4c9e536137ae8f8b1ad0874a8c13b58ff6 Mon Sep 17 00:00:00 2001 From: xIronic Date: Thu, 20 Feb 2025 21:18:47 +0100 Subject: [PATCH] Updated changelog for the implemented method to receive a snapshot of the current image via JSON-API --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4a901b5..20c01dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +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 ### Changed