CDCamera - Full Version History
================================

v1.61 (2026-03-26) - Hotfix Release
  FIXED:
  - Epic Games / non-Steam infinite loading screen: The installer used hardcoded
    PAZ file offsets that only matched the Steam version. Epic Games (and potentially
    other platforms) have different PAZ layouts, causing data to be written at the
    wrong offset and corrupting the archive. The installer now dynamically reads
    the PAMT index to find the correct offset for any game version.
  - "Preset not available: nofov.bin": When selecting lowered camera presets
    (Lower/Very Low/Ultra Low/RE2) without steadycam, the camera style name was
    incorrectly dropped from the preset filename. Now all non-default styles
    always include their style prefix in the preset name.
  - install.py ModuleNotFoundError: The Python installer required paz_parse.py
    and paz_crypto.py from a tools/ directory that was not included in the
    download. Now shows a clear error message directing users to install.bat.
  - 55 missing preset combinations: Added all fov40 variants for camera styles,
    cinematic_fov15, base nofov presets, and steady_fov40 variants.
  IMPROVED:
  - Platform detection shown in installer (Steam/Epic/Xbox/GamePass)
  - PAZ size validation warning for non-Steam versions
  - Fallback preset logic: if exact preset missing, tries steadycam variant
  - Total preset count: 379 (up from 324)

v1.60 (2026-03-24) - Major Bug Fix Release
  FIXED:
  - Horse camera zoom-out: FoV changes no longer affect horse/ride/animal camera presets.
    Root cause was global FoV replacement bleeding into ride sections, causing visible
    zoom transitions between speed states. Now properly scoped to on-foot cameras only.
  - First-person camera at knees: Lower camera presets (Low/Very Low/Ultra Low) no longer
    modify first-person (Level 0/1) UpOffset values. FP camera stays at eye level.
  - Bane mode (centered camera) now works during horse riding and flying (wyvern etc.)
    Previously only centered the on-foot camera, leaving ride/flight off-center.
  - Missing preset combinations: Bane mode and combat zoom now work independently of
    steadycam toggle. All 30 previously missing combinations (e.g. fov20_bane_cwide)
    are now included.
  - "Mod not doing anything" for some users: Dynamic installer (install.py) now reads
    PAZ entry sizes from the game index instead of hardcoded values, making it resilient
    to game updates.
  IMPROVED:
  - Total preset count increased from 295 to 355+ (all bane/combat combos for all presets)
  - Better error messages when deployment fails
  - Cleaner code structure with documented section boundaries

v1.52 (2026-03-24)
  - Comprehensive horse camera fix (DampSpeed, FollowSpeed, BlendTime flattening)
  - Combat zoom on all 5 lock-on sections (was only 3 in v1.51)
  - CTRL interaction camera fix

v1.51 (2026-03-23)
  - RE2 Remake camera preset
  - Bane mode (centered camera)
  - +10 FoV option
  - Initial horse camera fix (FollowSpeed, BlendInTime)

v1.5 (2026-03-23)
  - Bane mode and combat zoom
  - 5-step configuration

v1.4 (2026-03-23)
  - Partial horse dash FoV fix

v1.3 (2026-03-23)
  - Section-aware replacements

v1.2 (2026-03-23)
  - Lower camera presets, expanded FoV range

v1.0 (2026-03-23)
  - Initial release
