Skip to content

v0.4.63

Choose a tag to compare

@github-actions github-actions released this 13 May 04:05
· 98 commits to main since this release

0.4.63

  • Use shared button style constants (e86399f)
    Add reusable button style constants (BUTTON_GROUP_CONTAINER_CLASS, BUTTON_BASE_CLASS, BUTTON_ACTIVE_CLASS, BUTTON_INACTIVE_CLASS) and refactor WorkspaceControlsPanel to replace many duplicated inline button/group classes with those constants. The change centralizes and normalizes button/group styling across poster/backdrop/thumbnail/logo/quality/ranking controls and updates a few 'Auto' and preset buttons to use the new base/inactive classes. No functional logic changes—only CSS class consolidation and minor class tweaks for consistency.
    Full Changelog: v0.4.62...v0.4.63