Skip to content

v0.4.94

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jun 08:00

0.4.94

  • Update package.json (52805c7)
  • Update use-home-page-controller.ts (75f0312)
  • Add 'custom' poster configurator preset (e6dcd8d)
    Introduce a new 'custom' PosterConfiguratorPreset and wire it through types, controller logic, and the workspace UI. Updated type definitions in home-page-view.tsx, home-page-utils.ts, and workspace/types.ts to include 'custom'. use-home-page-controller now recognizes and sets the 'custom' preset from payloads. workspace-controls-panel.tsx: add the 'Custom' dropdown option and numerous conditional UI blocks when preset === 'custom' (ratings layout, vertical badge style & max per side, genre/quality badge positions, average ratings toggle, stream badge mode, ranking position), adjust layout for custom mode, and fix the anime image-text dropdown to pick poster vs backdrop values. These changes enable a manually configurable poster mode while keeping existing presets intact.
  • Add multiple poster presets and new defaults (6bde897)
    Introduce seven poster presets (preset1..preset7) replacing the old simple/advanced mode and wire them throughout the app. Update types to include the new presets, change defaults (language to it-IT, poster average ratings on, poster rating/quality style to plain, stream badges default on, ranking country to IT), and implement preset-specific configuration logic in useHomePageController (query generation, config object, UI state setters and derived values). Revamp workspace controls UI to expose the new preset dropdown, hide/adjust poster language & layout controls for presets, add vignette toggle and preset-specific layout fields (e.g. Max Badges per Side for preset7), and add an Info icon import. Also fix route handling for rankingParam by guarding the else branch (only run when rankingParam !== 'off'). These changes centralize multiple default layouts via presets and ensure URL/config serialization respects them.
    Full Changelog: v0.4.93...v0.4.94