Skip to content

v0.7.0

Compare
Choose a tag to compare
@slowe slowe released this 14 Sep 21:10
· 79 commits to gh-pages since this release

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