tag 66da1df26edb7442a73c4d0f1e02267c0f7ddde8 v1.2.0
Author:	Farami <webmaster@farami.de>
Date:	Fri Aug 14 17:12:12 2026 +0200

1.2.0: fix profile-switch stutter in journal-unlisted instances (delves); right-click a quick-bar button to edit that profile

commit 563d57206576d782069b3e2e67599b01882da032
Author: Farami <webmaster@farami.de>
Date:   Fri Aug 14 17:12:12 2026 +0200

    Release 1.2.0
    
    Selecting a profile still stuttered the game in delves after 1.1.1: every
    apply re-resolved the content context, and an instance the Encounter Journal
    does not list made that walk the whole journal with an EJ_SelectInstance per
    entry, each one triggering encounter data loads. Journal resolution now
    caches misses so an unlisted instance costs at most one walk per session,
    and the context readout is skipped entirely while the settings window is
    hidden.
    
    Also adds right-click on a quick-bar button to open the settings window with
    that profile selected for editing, without applying its volumes.

commit c5fc912ee84a08c31feb74d1026ed38798b914e3
Author: Farami <webmaster@farami.de>
Date:   Fri Aug 14 14:10:25 2026 +0200

    Add a /release skill
    
    Releasing this addon is a fixed sequence with one irreversible step at the
    end: the CurseForge packager builds from the pushed tag, so the version
    number and changelog are public the moment it lands. The skill encodes the
    sequence and the conventions that are not visible from the tree — releases
    go straight on master, the .toc is the only place the version lives, tags
    are annotated vX.Y.Z — and derives the semver tier from the diff since the
    last tag rather than from commit subjects.
    
    .claude is added to the .pkgmeta ignore list so the packager does not ship
    the skill to players.

