Skip to content

Commit 5f3b055

Browse files
committed
[v0.20.0] Stellarium release
1 parent aacde05 commit 5f3b055

724 files changed

Lines changed: 303522 additions & 255760 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ SET_PROPERTY(GLOBAL PROPERTY USE_FOLDERS ON)
1818
PROJECT(Stellarium)
1919
# Use integer versions instead of strings for easier handling if required
2020
SET(STELLARIUM_MAJOR 0)
21-
SET(STELLARIUM_MINOR 19)
22-
SET(STELLARIUM_PATCH 3)
21+
SET(STELLARIUM_MINOR 20)
22+
SET(STELLARIUM_PATCH 0)
2323
ADD_DEFINITIONS(
2424
-DSTELLARIUM_MAJOR=${STELLARIUM_MAJOR}
2525
-DSTELLARIUM_MINOR=${STELLARIUM_MINOR}
@@ -81,7 +81,7 @@ IF(${CMAKE_BUILD_TYPE} MATCHES "Debug")
8181
ENDIF()
8282
ENDIF()
8383

84-
SET(STELLARIUM_RELEASE_BUILD 0 CACHE BOOL "Set 1 to build as an official release (0 for development snapshots).")
84+
SET(STELLARIUM_RELEASE_BUILD 1 CACHE BOOL "Set 1 to build as an official release (0 for development snapshots).")
8585
IF(STELLARIUM_RELEASE_BUILD)
8686
ADD_DEFINITIONS(-DSTELLARIUM_RELEASE_BUILD)
8787
SET(SERIES "${STELLARIUM_MAJOR}.${STELLARIUM_MINOR}")

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.20.0 [2020-03-29]
2+
The major changes of this version:
3+
- Refactoring and updating the GUI
4+
- Deep refactoring code, related to Solar system
5+
- Many improvements in the code of plugins
6+
17
0.19.3 [2019-12-22]
28
The major changes of this version:
39
- Direct ASCOM support for Telescope Control plugin on Windows

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ in 3D, just like what you see with the naked eye, binoculars or a telescope.
1818

1919
## Installation Instructions & Quick Start
2020

21-
Please refer to the [User Guide, Getting Started section](https://github.com/Stellarium/stellarium/releases/download/v0.19.3/stellarium_user_guide-0.19.3-1.pdf).
21+
Please refer to the [User Guide, Getting Started section](https://github.com/Stellarium/stellarium/releases/download/v0.20.0/stellarium_user_guide-0.20.0-1.pdf).
2222

2323
## Get & build the code
2424

data/stellarium.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@
398398
<category>Science</category>
399399
</categories>
400400
<releases>
401+
<release date="2020-03-29" version="0.20.0"/>
401402
<release date="2019-12-22" version="0.19.3"/>
402403
<release date="2019-09-29" version="0.19.2"/>
403404
<release date="2019-06-22" version="0.19.1"/>

guide/guide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
{\Huge\centering\bfseries\sffamily\parbox[c][][t]{\paperwidth}%
102102
{\centering Stellarium \StelVersion\space User Guide\\[18pt] % Book title
103103
{\Large Georg Zotti, Alexander Wolf (editors)}\\[15pt]% Author names
104-
{\Large 2019}% Year
104+
{\Large \the\year{}}% Year
105105
}}; %
106106
\end{tikzpicture}};
107107
\end{tikzpicture}

guide/pictures/FOV-plugin.jpg

-32.9 KB
Binary file not shown.

guide/pictures/Timezone.png

-17 KB
Binary file not shown.

0 commit comments

Comments
 (0)