Skip to content

1.0.91

Choose a tag to compare

@github-actions github-actions released this 16 Jul 01:17
· 147 commits to main since this release
4a2ca16

This stable release graduates changes tested in 1.0.91-rc.1.

Highlights

  • The WBPP export modal has been rebuilt for a clearer, more direct user experience.
  • Improved eccentricity quality metric, now judged against image dispersion for more accurate frame assessment.

What's New

  • WBPP export modal displays per-level byte totals, showing estimated sizes for each export group.
  • GalactiLog now tracks and stores altitude and eccentricity provenance for enhanced image quality analysis.

Bug Fixes

  • The quality filter no longer generates excessive backend requests when processing uncached sessions.

Technical Changes

  • Optimized Docker build process by preventing runtime cache invalidation from Git SHA changes.
  • Updated internal API endpoints and data schemas to support new quality metrics and WBPP export features.
  • Added comprehensive test coverage for WBPP export, session insights, quality filtering, and API settings.

Upgrade Notes

  • Database Migration: This release requires a database migration to incorporate new image metadata fields for eccentricity and altitude provenance. Back up your database and run migration commands after upgrading.

Changes since 1.0.90

  • The WBPP export modal has been completely redesigned to simplify the export workflow. It now includes estimated byte sizes for each export level.
  • Image eccentricity is now evaluated using a comparison against image dispersion, replacing the previous ratio-based method. This provides a more precise measure of frame quality. GalactiLog now stores additional provenance data for altitude and eccentricity, which informs quality assessments.
  • The frontend quality filter now operates more efficiently, reducing backend load, especially for uncached sessions.
  • Docker build times are improved due to changes that prevent unnecessary cache invalidation.
  • A database migration is required to support new image metadata fields.

Docker

docker pull chvvkumar/galactilog:1.0.91

Full diff: 1.0.90...1.0.91