Files
Dynamic-Link-Manager/.specstory/history/2026-03-10_17-25Z-dynamic-link-manager-version-and-changelog-update.md
T
2026-03-10 11:26:58 -06:00

3.3 KiB

Dynamic-Link-Manager version and changelog update (2026-03-10 17:25Z)

User

Update the version and changelog for the Dynamic-Link-Manager addon:

  1. Update blender_manifest.toml: Change version from "0.1.2" to "0.2.0"

  2. Update CHANGELOG.md: Add a new entry at the top for version 0.2.0 with today's date (2026-03-10) and a concise summary of the changes from the last 11 commits:

The commits were:

  • Purge orig actions and cleanup rep actions
  • make rm original work as intended
  • rm run migration
  • add remove original button
  • make tweak tools collapsible
  • separate functions into situational fixes
  • FKrot bake finally working
  • tweak FKRot baking and removal
  • fix error print on migfkrot
  • add FKRotBake, armature parent functionality in RetargRelatives
  • migfkrot working for 1 frame

Summarize these concisely into a few bullet points covering:

  • New "Remove Original" operator with collection deletion and action management
  • UI improvements (collapsible Tweak Tools, Situational section)
  • FK rotation migration improvements (baking, single-frame copy, error fixes)
  • Removal of "Run Migration" button
  • Armature parent replication in RetargRelatives

Add the new entry at the TOP of the changelog table (before 0.1.2).

Use Python to make both edits.


Agent (model accounts/fireworks/models/kimi-k2p5, mode Agent)


Thought Process The user wants me to update version and changelog for a Blender addon. Let me first read the existing files to understand their structure, then use Python to make the edits.

Let me start by reading the files.


I'll first read the existing files to understand their structure, then use Python to make the edits.


Tool use: **run_terminal_command_v2** • Run command: cat "t:\Dynamic-Link-Manager\blender_manifest.toml"
cat "t:\Dynamic-Link-Manager\blender_manifest.toml"
schema_version = "1.0.0"

id = "dynamiclinkmanager"
name = "Dynamic Link Manager"
tagline = "Character migrator and linked library tools"
version = "0.1.2"
type = "add-on"

# Optional: Semantic Versioning
maintainer = "Nathan Lindsay <nathanlindsay9@gmail.com>"
license = ["GPL-3.0-or-later"]
blender_version_min = "4.5.0"

website = "http://10.1.10.3:30008/Nathan/Dynamic-Link-Manager"

tags = ["3D View"]


Tool use: **run_terminal_command_v2**



Tool use: **run_terminal_command_v2**



Tool use: **run_terminal_command_v2**



Tool use: **run_terminal_command_v2**