From 178479430e0e4425a2b9988ebb4892b30e326fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=98D=3ALR?= <227069562+mod-lr@users.noreply.github.com> Date: Fri, 28 Nov 2025 17:03:06 +1100 Subject: [PATCH] Add 0.7.8-beta changelog Adds the v0.7.8-beta changelog section to CHANGELOG.md. --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ca424..982ca9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.7.8-beta] — 2025-11-28 + +- First public beta release. +- Updated `bl_info` metadata for clearer presentation in Blender: + - Name: **Smart Empties [ MODLR ]** + - Location path: **3D Viewport > Sidebar (N-panel) > MØDLR SMART > Smart Empties [ SMART ]** + - Description now references the **MØDLR SMART Tools** suite. +- Added live documentation and issue links (`doc_url` and `tracker_url`) pointing to the MØDLR Studio GitHub repository. +- Added a **“Beta release”** warning in `bl_info["warning"]` to clearly indicate pre-stable status. +- Aligned UI branding with metadata: panel label set to **Smart Empties [ SMART ]** and N-panel category set to **MØDLR SMART**. + +--- + ## [0.7.8] — 2025-09-29 - Added DEV_BUILD gating to safely separate development and release builds.