File Details
v0.5.0
- R
- Apr 21, 2026
- 39.40 KB
- 6
- 12.0.5
- Retail
File Name
cogworks-v0.5.0.zip
Supported Versions
- 12.0.5
Cogworks
v0.5.0 (2026-04-21)
Full Changelog Previous Releases
- chore(release): bump Interface to 120005, ignore feedback/ in package
Adds support for The War Within 12.0.5 (rolling out 2026-04-21).
Removes the "Out of Date" warning for players on the new client.
Also adds the feedback/ directory to .pkgmeta ignore so internal
tracking metadata doesn't ship to end-user installs.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com - docs: add Chronoforge feedback tracking infrastructure
Adds the Chronoforge feedback workflow scaffolding: feedback/ directory
with collection/releases/archive subdirs, _TEMPLATE.md, and a README
pointing at ~/.chronoforge/CONVENTIONS.md. CLAUDE.md gains a Feedback
tracking section describing the per-cog .md doc model, the user-scoped
slash commands, and the proactive-capture convention.
Internal-only; gitignored from the package.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com - feat: theme system overhaul — named themes, customization, persisted overrides, live switching
Replaces the static lib.Theme palette with a switchable named-theme
system. Themes carry a full color palette; switching applies in-place
so existing local references stay valid. Players can customize colors
per theme, export/import themes via SavedVariables, and changes
broadcast SettingsChanged events for live UI re-theming. UIShowcase
demonstrates the live-update path — re-theming, re-fonting, and
re-scaling without a /reload. SavedVariables expanded to persist
customThemes and themeOverrides on logout.
Bumps lib.minorVersion 4 → 5 and lib.version 0.4.0 → 0.5.0.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com - Add ScrollTable, popup dialogs, font family picker
MINOR 4: Major UI expansion — addresses player accessibility feedback
and adds the remaining core widget types for cog migration.- ScrollTable widget with sortable headers, drag-resize columns, row
hover, scroll bar auto-hide, icon/tooltip/click support, and format
callbacks per column. Generic version of the pattern shared by
FlipQueue and Tempo. - Popup/dialog system: CreatePopup (modal with dim overlay, draggable
title bar, content area, configurable buttons, ESC to close) and
ShowConfirmDialog shortcut for yes/no prompts. - Font family setting: choose between Friz Quadrata, Arial Narrow,
Morpheus, or Skurri. All Cogworks FontObjects update immediately. - Showcase: Tables page with 20-row fake dataset demonstrating sort,
resize, and click. Popups page with basic, confirm, and multi-button
demos. Settings page now includes font family picker. - Fixed scrollbar offset bug in showcase page scroll frames.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
- ScrollTable widget with sortable headers, drag-resize columns, row