Skip to content

Releases: slowe/VirtualSky

v0.7.4

15 Sep 00:29
Compare
Choose a tag to compare

Changes:

  • Update links
  • Make sure atmosphere gradient displays on first draw #63
  • Improve the size of the keyboard shortcuts
  • Fix bug with time input

v0.7.3

14 Sep 21:11
Compare
Choose a tag to compare

There have been some improvements to the code:

  • Fixed issue #52 to improve touch move handling
  • Improved performance of drawing
  • Fixed part of issue #25 to get RA/dec of cursor position

v0.7.0

14 Sep 21:10
Compare
Choose a tag to compare

There has been a major overhaul to remove the need for jQuery (replaced with stuQuery). This has reduced the initial page load from 337kB to 200kB so it should hopefully load more quickly and save bandwidth. Also:

  • Can set the width of gridlines (gridlineswidth=5) #46
  • Can set the width of constellation lines (constellationwidth=5)
  • Can set the width of constellation boundaries (constellationboundarieswidth=5)
  • Can set the width of the galaxy (galaxywidth=5)
  • Help screen can be accessed with the mouse
  • The place-search API was deprecated by Yahoo so the place lookup now uses static files split by starting letter (to keep it quick)
  • Switched to date/time input fields to make date selection easier with controls native to the browser
  • Bug fix: manually set constellation boundaries work again. #41

v0.6.4

14 Sep 21:09
Compare
Choose a tag to compare

Fixed issues #24 and #28

  • Added missing translations
  • Stopped infinite loop when lang files not found

v0.6.3

14 Sep 21:09
Compare
Choose a tag to compare

Changes:

  • Reduced precision stellar magnitudes to reduce file size
  • Bug fix for latitude/longitude changing