Skip to content

Commit c54cf13

Browse files
authored
New version: Stellarium.Stellarium version 26.1 (#355561)
1 parent b561562 commit c54cf13

4 files changed

Lines changed: 182 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Stellarium.Stellarium
5+
PackageVersion: "26.1"
6+
InstallerType: inno
7+
FileExtensions:
8+
- ssc
9+
ProductCode: Stellarium_is1
10+
ReleaseDate: 2026-04-05
11+
ElevationRequirement: elevatesSelf
12+
InstallationMetadata:
13+
DefaultInstallLocation: '%ProgramFiles%\Stellarium'
14+
Installers:
15+
- Architecture: x64
16+
Scope: user
17+
InstallerUrl: https://github.com/Stellarium/stellarium/releases/download/v26.1/stellarium-26.1-qt6-win64.exe
18+
InstallerSha256: F48D9CCC850E4143DA4F8442C14B328C111294F6FCD4F1BF6A0A81801849C48B
19+
InstallerSwitches:
20+
Custom: /CURRENTUSER
21+
- Architecture: x64
22+
Scope: machine
23+
InstallerUrl: https://github.com/Stellarium/stellarium/releases/download/v26.1/stellarium-26.1-qt6-win64.exe
24+
InstallerSha256: F48D9CCC850E4143DA4F8442C14B328C111294F6FCD4F1BF6A0A81801849C48B
25+
InstallerSwitches:
26+
Custom: /ALLUSERS
27+
- Architecture: arm64
28+
Scope: user
29+
InstallerUrl: https://github.com/Stellarium/stellarium/releases/download/v26.1/stellarium-26.1-qt6-arm64.exe
30+
InstallerSha256: E2F82F1BDDE92431F1C5A2990CB4C80266E070607AA8336E4CD0312280F1C96C
31+
InstallerSwitches:
32+
Custom: /CURRENTUSER
33+
- Architecture: arm64
34+
Scope: machine
35+
InstallerUrl: https://github.com/Stellarium/stellarium/releases/download/v26.1/stellarium-26.1-qt6-arm64.exe
36+
InstallerSha256: E2F82F1BDDE92431F1C5A2990CB4C80266E070607AA8336E4CD0312280F1C96C
37+
InstallerSwitches:
38+
Custom: /ALLUSERS
39+
ManifestType: installer
40+
ManifestVersion: 1.12.0
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Stellarium.Stellarium
5+
PackageVersion: "26.1"
6+
PackageLocale: en-US
7+
Publisher: Stellarium team
8+
PublisherUrl: https://stellarium.org/
9+
PublisherSupportUrl: https://github.com/Stellarium/stellarium/issues
10+
PackageName: Stellarium
11+
PackageUrl: https://stellarium.org/
12+
License: GPL-2.0
13+
LicenseUrl: https://github.com/Stellarium/stellarium/blob/HEAD/COPYING
14+
Copyright: Copyright (C) 2000-2026 Stellarium team
15+
ShortDescription: A free open source planetarium for your computer.
16+
Description: Stellarium is a free open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope.
17+
Moniker: stellarium
18+
Tags:
19+
- astronomy
20+
- planetarium
21+
- star
22+
ReleaseNotes: |-
23+
What's Changed
24+
Full list of changes:
25+
- Added support to non-standard regions in list of sky cultures (GH: #4843)
26+
- Added Chinese (Xianglin Star Chart) and Manchu sky cultures (GH: #4779)
27+
- Added ability to change the density of grid lines (GH: #4773)
28+
- Added ability to disabling show an OAG angular limits (GH: #4688)
29+
- Added FOV-dependent Moon enlargement (GH: #4806)
30+
- Added Time Navigator plugin (GH: #4817)
31+
- Added "Planetary Events" feature for Time Navigator plugin (GH: #4828)
32+
- Added missing full stops in narration
33+
- Added Mongolian and Hieroglyph fallback fonts (Windows)
34+
- Added improvements for ASCOM telescopes
35+
- Added support of new time step: Metonic cycle (GH: #4769)
36+
- Added examples for select the planetary features in scripts (GH: #4761)
37+
- Added missing flag for InfoBox (GH: #4734)
38+
- Added link to MPC's list of bright minor planets in opposition available for 2026 into Solar System Editor plugin (GH: #4730)
39+
- Added vcs-browser URL into metadata (GH: #4714)
40+
- Fixed path to territory.geojson
41+
- Fixed translation regions in GUI
42+
- Fixed visual style for new feature in the Sky Cultures tab
43+
- Fixed observing list window displaying incorrect list name after delete (GH: #4837)
44+
- Fixed crash when trying to reach View dialog (GH: #4841)
45+
- Fixed comet tail extinction (GH: #4827)
46+
- Fixed deleting items from observing lists (GH: #4826)
47+
- Fixed saving description in observing lists (GH: #4824)
48+
- Fixed compilation on Windows
49+
- Fixed compilation on macOS Tahoe
50+
- Fixed orbital parameter of HIP91919 and parallax of HIP 28360 (GH: #4818)
51+
- Fixed crash: avoid NaN result (GH: #4619)
52+
- Fixed scaling of meteor shower icon
53+
- Fixed scaling of other object pointers
54+
- Fixed size of meteor shower, satellite, DSO pointers
55+
- Fixed wrong defaults in Extinction (GH: #4619)
56+
- Fixed typo in asterism (GH: #4801)
57+
- Fixed spelling error
58+
- Fixed an assertion (GH: #4803)
59+
- Fixed compilation for Qt5
60+
- Fixed select single constellation in some languages (GH: #4775)
61+
- Fixed sync for InfoBox's flags
62+
- Fixed detecting dependencies for Text-To-Speech feature (GH: #4765)
63+
- Fixed docs
64+
- Fixed scripting API docs
65+
- Fixed typos in sky cultures
66+
- Fixed compilation with Qt 6.10+: QXlsx switched to master to avoid compiling issue when Qt 6.10+ is used
67+
- Fixed Spelling in Roman calendar in Calendars plugin (GH: #4727)
68+
- Fixed year of copyright and version of application
69+
- Fixed crash at exit from Stellarium (GH: #4713)
70+
- Fixed DOI for citation
71+
- Changed core And GUI: Expansion of skycultures through spatial and temporal extent (GH: #4683)
72+
- Changed core: Change how zoom limits for map in sce are handled (GH: #4846)
73+
- Changed core: Make object searches return StelObjectP
74+
- Changed core: Rewrite SearchDialog logic
75+
- Changed core: Strip away some HTML decoration from infostring and narration
76+
- Changed core: Use translation setting for Zodiac/Lunar Station infostring labels (GH: #4830)
77+
- Changed core: Refinements for TextToSpeech output (GH: #4706)
78+
- Changed core: Increase minimum number of facets of the planetary mesh
79+
- Changed core: Allow Vec4 in RemoteControl API (GH: #4780)
80+
- Changed core: Re-enable high graphics mode for OpenBSD and NetBSD operating systems
81+
- Changed core: Added improvements for support ARM64 architecture on Windows
82+
- Changed core: Re-enable high graphics mode for OpenBSD and NetBSD
83+
- Changed core: Take care of application font change (GH: #4620)
84+
- Changed logger: fix for Haiku OS name detection
85+
- Changed logger: improved hardware detection for OpenBSD
86+
- Changed logger: cosmetic fixes for Solar System Editor plugin
87+
- Changed scripting engine: Also remove labels, skyImages and screenImages when clearing the scene in a script (GH: #4781)
88+
- Changed behavior of AstroCalc/Phenomena tool: do not disable selection of the objects when list of phenomena is empty (the mode "Last selected object" is enabled)
89+
- Changed OnlineQueries plugin: Updated ASE URL (GH: #4763)
90+
- Updated albedo texture of the Moon
91+
- Updated planetary nomenclature
92+
- Updated default list of comets and minor planets
93+
- Updated translations
94+
- Updated default catalog of exoplanets
95+
- Updated list of contributors
96+
- Updated discovery circumstances for comets and minor planets
97+
- Updated photometry data for artificial satellites
98+
- Updated Babylonian (MUL.APIN) sky culture
99+
- Updated Norse (Edda) sky culture
100+
- Updated Help dialog: added Scenery3D movement keys
101+
- Updated DSO catalog to v3.23
102+
- Removed a broken duplicate of page_surveys
103+
- Removed ridiculously huge minimumSize from culturesListWidget
104+
- Removed duplicate sky culture layout from Survey tab
105+
- Removed code for autoselect of the discrete graphics cards (GH: #4758)
106+
ReleaseNotesUrl: https://github.com/Stellarium/stellarium/releases/tag/v26.1
107+
Documentations:
108+
- DocumentLabel: User Guide
109+
DocumentUrl: https://stellarium.org/guide/
110+
- DocumentLabel: Wiki
111+
DocumentUrl: https://github.com/Stellarium/stellarium/wiki
112+
ManifestType: defaultLocale
113+
ManifestVersion: 1.12.0
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: Stellarium.Stellarium
5+
PackageVersion: "26.1"
6+
PackageLocale: zh-CN
7+
PublisherUrl: https://stellarium.org/zh_CN/
8+
PackageUrl: https://stellarium.org/zh_CN/
9+
ShortDescription: 一款开源的天象模拟软件
10+
Description: Stellarium 是一款开源的天象模拟软件。它以 3D 形式展示了极为逼真的星空,就像你在真实世界使用裸眼,双筒望远镜或天文望远镜看到的一样。
11+
Tags:
12+
- 天文
13+
- 天象
14+
- 星空
15+
Documentations:
16+
- DocumentLabel: 用户手册
17+
DocumentUrl: https://stellarium.org/guide/
18+
- DocumentLabel: Wiki
19+
DocumentUrl: https://github.com/Stellarium/stellarium/wiki
20+
ManifestType: locale
21+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Stellarium.Stellarium
5+
PackageVersion: "26.1"
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)