1.0.61
This stable release graduates changes tested in 1.0.61-rc.2.
Highlights
- GalactiLog now displays color previews for One-Shot Color (OSC) images.
- A new mechanism allows resolving orphan targets with unresolvable
OBJECTnames from FITS headers. - The position angle is now displayed for targets that do not have saved coordinates.
What's New
- Image Previews & Composites:
- Color previews are now displayed for One-Shot Color (OSC) images.
- Mosaic composites and thumbnails now respect date filters applied to individual panels within a session.
- Target Management:
- A new feature provides orphan target resolution for unresolvable
OBJECTnames extracted from FITS headers. - The position angle is displayed for targets that do not have saved coordinates.
- NINA framing data now supports position angle.
- RA/Dec values now fall back to FITS header data when no catalog match is found.
- A new feature provides orphan target resolution for unresolvable
- User Interface:
- Placeholder text has been added to the Object Type and Catalog ID fields.
- Displayed coordinates are now rounded for improved readability.
Bug Fixes
- Resolved an event loop conflict in the orphan-preview API endpoint.
- Corrected the usage of the synchronous database engine in orphan API endpoints.
- Fixed incorrect asynchronous Redis usage in the orphan-preview API endpoint.
Technical Changes
- The database schema has been updated to allow nullable merge candidate targets.
Upgrade Notes
- A database migration is required. Run
alembic upgrade headafter updating.
Changes since 1.0.60
GalactiLog 1.0.61 introduces several new features and important fixes. Users will now see color previews for One-Shot Color (OSC) images directly within the application. Mosaic composites and thumbnails will now accurately reflect date filters set for individual session panels. A significant new capability is the ability to resolve orphan targets whose OBJECT names from FITS headers were previously unresolvable. The application now displays position angles for targets lacking saved coordinates and integrates position angle support into NINA framing data. If no catalog match is found for RA/Dec, GalactiLog now uses values from FITS headers. User interface improvements include placeholder text in Object Type and Catalog ID fields, and rounded coordinate displays. This release also addresses and resolves several backend issues, including event loop conflicts and incorrect database and Redis usage in orphan API endpoints. A database migration is required for this upgrade.
Docker
docker pull chvvkumar/galactilog:1.0.61
Full diff: 1.0.60...1.0.61