Skip to content

Commit

Permalink
Release v0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkcheng89 committed Oct 23, 2021
1 parent 09543f6 commit 3cb705b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Starbook Driver v0.9
--------------------

* Fix the bug that SetPark not working under Starbook Ten.
* Remember the last Parked Azimuth/Elevation for the ease of automation.
* Fix some minor bugs.

Starbook Driver v0.8
--------------------

Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Lung-Kai Cheng")]
[assembly: AssemblyProduct("ASCOM Telescope Driver for Starbook")]
[assembly: AssemblyCopyright("Copyright © 2020 Lung-Kai Cheng")]
[assembly: AssemblyCopyright("Copyright © 2021 Lung-Kai Cheng")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -35,5 +35,5 @@
// by using the '*' as shown below:
//
// TODO - Set your driver's version here
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion SetupDialogForm.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions StarbookSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[Setup]
AppID={{6ca208b7-9809-44c8-a717-486a889f1186}
AppName=Starbook Driver
AppVerName=Starbook Driver v0.8
AppVersion=0.8
AppVerName=Starbook Driver v0.9
AppVersion=0.9
AppPublisher=Lung-Kai Cheng <lkcheng89@gmail.com>
AppPublisherURL=mailto:lkcheng89@gmail.com
AppSupportURL=https://github.com/lkcheng89/starbook
Expand Down

0 comments on commit 3cb705b

Please sign in to comment.