Skip to content

Releases: jvo203/fits_web_ql

x265 v4

31 Oct 04:48
Compare
Choose a tag to compare
  • made the Rust code compatible with the changed C API in x265 version 4
  • updated dependencies

maintenance

06 Sep 04:08
Compare
Choose a tag to compare
  • updated the dependencies
  • recompiled WebAssembly with the latest Emscripten

maintenance

07 May 00:45
Compare
Choose a tag to compare
  • updated the WebAssembly code to make it compile with the latest Emscripten WASM compiler
  • updated dependencies

maintenance

18 Mar 05:57
Compare
Choose a tag to compare
  • dealt with a few deprecated functions from the updated Rust chrono package (chrono::TimeDelta::seconds() and chrono::NativeDateTime::from_timestamp_opt())
  • client JavaScript: changed the format of the FITS file size to the base-2 IEC binary
  • updated dependencies

maintenance

29 Nov 06:05
Compare
Choose a tag to compare
  • replaced ":" with "-" in the filename of a resulting tar archive to be downloaded during RGB-composite partial FITS downloads (macOS does not handle colons in filenames)
  • updated dependencies

spectrum binning 2

14 Sep 02:39
Compare
Choose a tag to compare
  • spectrum binning: replaced the Largest Triangle Three Buckets downsampling with true binning (averaging adjacent values)
  • updated dependencies

spectrum binning

13 Sep 01:13
Compare
Choose a tag to compare
  • added a new spectrum binning functionality (see a menu setting Preferences / spectrum binning)

a Firefox workaround

11 Sep 05:42
Compare
Choose a tag to compare
  • fixed a long-standing "disappearing menu" issue in Firefox (worked around a Firefox CSS hover bug)
  • updated dependencies

Google Analytics

05 Sep 05:48
Compare
Choose a tag to compare
  • removed Google Analytics
  • updated dependencies

new NRO45M data

31 Jul 06:03
Compare
Choose a tag to compare
  • added support for newly-released NRO45M data
  • started loading the client-side JavaScript library d3.js from the global Content Delivery Network (CDN)
  • updated dependencies