Skip to content

Releases: onekiloparsec/QLFits

New install location + API updates

29 Apr 20:45
3.2.2
bde1e5f
Compare
Choose a tag to compare

This version installs in the system folder instead of the user one, because in the latter, there is an Apple bug preventing a correct display, sorry.

Moreover, we've update some code to use new Apple APIs about when drawing text. But this is really a minor thing. The whole QLFits awesomeness is just refreshed for you to enjoy.
Assets

Better error messages

05 Aug 08:40
Compare
Choose a tag to compare

When an error prevents CFITSIO to open the FITS file, the error message of its status is brought up to the user level, for an easier debugging.

Removing slowing-down log instruction.

01 May 12:40
Compare
Choose a tag to compare

I deleted one damn/debug log message that was slowing-down every preview.

QLFits3 has now options!

18 Apr 08:42
Compare
Choose a tag to compare

More specifically, one can choose to:

  • Always show headers, or not. By default, when an HDU has no image, its header is displayed. But some people with multiple-planes FITS files want to see only images. The header remains accessible of course, but through the usual "Toggle" button.
  • Display also a short summary in thumbnails (for instance, '2 HDUs, 1 image').

3.0.4

24 Mar 14:16
Compare
Choose a tag to compare

Fixed the issue of opening files that have whitespaces and parenthesis in their path.

3.0.3

21 Mar 13:05
Compare
Choose a tag to compare