Skip to content

Commit b946da9

Browse files
committed
Update to version 1.10.0. Use longer names for asteroids and comets.
1 parent 16eb529 commit b946da9

8 files changed

Lines changed: 30 additions & 36 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Sky View Café
22

3-
Copyright © 2017-2019 Kerry Shetline, kerry@shetline.com
3+
Copyright © 2017-2020 Kerry Shetline, kerry@shetline.com
44

55
### Licensing
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sky View Café
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.7.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.11.
44

55
## Development server
66

package-lock.json

Lines changed: 17 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svc-ng",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"license": "MIT AND GPL-3.0-or-later",
55
"author": "Kerry Shetline <kerry@shetline.com>",
66
"scripts": {
@@ -25,13 +25,13 @@
2525
"@angular/platform-browser-dynamic": "^9.1.12",
2626
"@angular/router": "^9.1.12",
2727
"@fortawesome/fontawesome-free": "^5.14.0",
28-
"array-buffer-reader": "^1.0.3",
28+
"array-buffer-reader": "^1.0.4",
2929
"core-js": "^2.6.11",
3030
"detect-resize": "^0.1.5",
31-
"ks-astronomy": "^1.0.8",
31+
"ks-astronomy": "^1.1.0",
3232
"ks-date-time-zone": "^1.6.8",
3333
"ks-math": "^1.2.1",
34-
"ks-util": "^1.11.1",
34+
"ks-util": "^1.11.2",
3535
"lodash": "^4.17.19",
3636
"ng-busy": "^8.0.0",
3737
"primeicons": "^4.0.0",
@@ -49,7 +49,7 @@
4949
"@types/jasmine": "^3.5.11",
5050
"@types/jasminewd2": "^2.0.8",
5151
"@types/lodash": "^4.14.157",
52-
"@types/node": "^12.11.1",
52+
"@types/node": "^12.12.51",
5353
"codelyzer": "^5.1.2",
5454
"jasmine-core": "~3.4.0",
5555
"jasmine-spec-reporter": "~4.2.1",

src/app/app.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<div class="about-dialog">
55
<img src="/assets/resources/svc_lunar_eclipse.png" alt="lunar eclipse" width="64" height="64">
66
<h2>Sky View Café NP</h2>
7-
Version 1.9.0<br><br>
8-
Copyright © 2016-2019 Kerry Shetline.
7+
Version 1.10.0<br><br>
8+
Copyright © 2016-2020 Kerry Shetline.
99
</div>
1010
</p-dialog>
1111
<svc-native-date-time-dialog [(visible)]="app.showNativeInputDialog"></svc-native-date-time-dialog>

src/app/svc/svc-generic-options.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class SvcGenericOptionsComponent {
5454
}
5555

5656
private updateAdditionals(): void {
57-
const names = SolarSystem.getAsteroidAndCometNames(true);
57+
const names = SolarSystem.getAsteroidAndCometNames(true, false);
5858

5959
names.forEach(name => {
6060
let value = name;

src/assets/about.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
<h2 class="header-sans"><a name="history">What's New / Version History</a></h2>
6262
<div style="padding-left: 1em; text-indent: -1em">
6363

64+
<p><b>1.10.0 2020-07-21:</b> Updated delta-T, GRS, asteroids, and comets. Updated timezones to 2020a.</p>
65+
6466
<p><b>1.9.0 2019-10-24:</b> Updated GRS, asteroids, and comets. Updated timezones to 2019c. Made Orbit View rotation persistent.</p>
6567

6668
<p><b>1.8.4, 2019-07-11:</b> Fixed incorrect display of Local Mean Time in Time panel.</p>

src/assets/resources/comets.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)