Skip to content

Light Downloader v1.0.2

Choose a tag to compare

@siarhei-m siarhei-m released this 01 Apr 22:59
· 9 commits to main since this release
8d3a872

Bug fixes and build improvements.

Fixes

  • Fixed x64 and ARM64 binaries failing to start (manifest and pointer truncation)
  • Fixed 150+ compiler warnings (unsafe functions, POSIX deprecations, size_t casts)
  • Fixed pure virtual declarations using non-standard = NULL
  • Replaced GetTickCount with GetTickCount64 (49-day overflow prevention)

Build

  • Version now injected automatically from git tag
  • Added CodeQL security scanning
  • Added Dependabot for GitHub Actions updates
  • Build and CodeQL status badges in README
  • 0 warnings, 0 errors on all platforms

What's Changed

  • Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #4
  • Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #2
  • Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #3
  • Bump microsoft/setup-msbuild from 2 to 3 by @dependabot[bot] in #1
  • Bump actions/checkout from 4 to 6 by @dependabot[bot] in #5

New Contributors

Full Changelog: v1.0.1...v1.0.2