From f1fe82646d5bfca195ff8e0e11dbeec4722dcc7c Mon Sep 17 00:00:00 2001 From: Pouzor Date: Sat, 18 Jul 2026 02:22:29 +0200 Subject: [PATCH] chore: bump version to 3.1.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ VERSION | 2 +- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5ea0d..613af0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,29 @@ All notable changes to **Homelable** are documented here. The format is loosely based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). +## [3.1.0] - 2026-07-18 + +### Features + +- Drag to reorder node properties. (#296) +- Search for nodes and properties. Thanks @Floyddotnet. (#294) +- Widen zone modal into two columns. (#293) +- Autosave canvas after a configurable inactivity delay (opt-in). Thanks @nicolabottini. (#289) +- MCP: `design_id` on approve_device + `delete_design` tool. Thanks @nicolabottini. (#281) + +### Fixes + +- Scanner: decouple port discovery from version detection. (#295, #277) +- Allow undo after Auto Layout and YAML import. (#290) +- Move edge waypoints when the connected node or its container is dragged. (#288) +- Keep container host height when editing an unrelated field. (#287) +- Keep container children in place when editing a host node. Thanks @nicolabottini. (#286) +- `list_pending_devices` MCP tool leaked approved/hidden inventory rows. Thanks @MikeSviblov. (#273) + +### Docs + +- Fix MCP client transport to http (was sse). (#275) + ## [3.0.0] - 2026-07-10 ### Added diff --git a/VERSION b/VERSION index 4a36342..fd2a018 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 +3.1.0 diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f795336..ec4f2ac 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend", - "version": "3.0.0", + "version": "3.1.0", "dependencies": { "@base-ui/react": "^1.2.0", "@dagrejs/dagre": "^2.0.4", diff --git a/frontend/package.json b/frontend/package.json index 21c3de1..f9adc20 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "3.0.0", + "version": "3.1.0", "type": "module", "scripts": { "dev": "vite",