You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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