SkyDelves

Track bountiful delves with a sleek, customizable UI

File Details

1.1.0

  • R
  • Apr 9, 2026
  • 5.89 KB
  • 25
  • 12.0.1
  • Retail

File Name

SkyDelves-1.1.0.zip

Supported Versions

  • 12.0.1

tag b0936727f47cbf92c91156c80ac2e9da58533678 1.1.0
Author:    Pontus <pontus@almar.se>
Date:    Fri Apr 10 00:24:20 2026 +0200

commit 22c45f2efddee62179a91feca4f30c2777ea7d91
Author: Pontus <pontus@almar.se>
Date:   Fri Apr 10 00:23:32 2026 +0200

    Bump version to 1.1.0

    Updated version number to reflect code quality improvements and bug fixes.

    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

commit a0e6fb78f895c8ef9b700a72c271d354c737e062
Author: Pontus <pontus@almar.se>
Date:   Fri Apr 10 00:22:29 2026 +0200

    Refactor: Code quality improvements and bug fixes

    High-priority fixes:
    - Fixed typo: IsDelveBoumtiful → IsDelveBountiful
    - Added throttling for AREA_POIS_UPDATED (max once per 5 seconds)
    - Added pcall error handling for C_AreaPoiInfo API calls
    - Implemented timer cleanup to prevent errors from stale callbacks
    - Removed ~200 lines of debug functions (production cleanup)
    - Fixed position persistence across logout/login sessions

    Performance improvements:
    - SetFrameStrata/SetToplevel only called once at creation
    - Reduced redundant API calls on frame show/hide
    - Added timersActive flag to prevent race conditions

    Technical improvements:
    - Better anchor preservation on drag stop
    - Consistent TOPLEFT anchor point enforcement
    - Protected against potential nil crashes

    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>