From ae1ad31bb6f65b66dabbbee7e0ef95772552451e Mon Sep 17 00:00:00 2001 From: Pushkar Kadam Date: Wed, 20 Oct 2021 11:49:13 +0530 Subject: [PATCH 1/2] Fixed the font size and layout for mobile devices. --- about.html | 1 + index.html | 1 + tutorials.html | 1 + 3 files changed, 3 insertions(+) diff --git a/about.html b/about.html index eb80486..53bb31c 100644 --- a/about.html +++ b/about.html @@ -2,6 +2,7 @@ + About Us diff --git a/index.html b/index.html index 56e1059..f1b6de8 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ + Stuff in Space diff --git a/tutorials.html b/tutorials.html index 7682dbc..36a7b59 100644 --- a/tutorials.html +++ b/tutorials.html @@ -2,6 +2,7 @@ + Tutorials From c3869717805400161dfa87ff10f4dbf5e9414e02 Mon Sep 17 00:00:00 2001 From: Pushkar Kadam Date: Wed, 20 Oct 2021 12:01:53 +0530 Subject: [PATCH 2/2] Development history added. --- HISTORY.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 HISTORY.md diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000..ea7d7f3 --- /dev/null +++ b/HISTORY.md @@ -0,0 +1,33 @@ +# v1.2.1 (2021-10-20) + +## Fixed + +* Font size and web layout compatible with mobile devices. + +# v1.2.0 (2021-10-06) + +## New features + +* Information about `ID`, `Name`, `Altitude`, and `Velocity` added to the popup when clicked on space objects on the map. +* Colour-coded marker added on the map based upon the orbit where the space object is moving. +* Map legends added to identify the object based upon their altitude. + +## Fixed + +* New screenshot of the map added to the tutorial. + +# v1.1 (2021-10-06) + +## New features + +* Tutorials page added. +* About us page added. + +# v1.0.2 (2021-10-03) + +## New features + +* Search for any known objects in space such as a satellite or debris. +* Track space objects in real-time with 30 seconds intervals. +* Clear the map to remove all the space object markers from the map. +* Map with street view enabled.