Skip to content

Commit 6c900b6

Browse files
Merge branch 'develop'
2 parents fa28777 + a494e46 commit 6c900b6

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ File format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
See cloning and downloading instructions [here](https://www.ivoyager.dev/developers/).
88

9+
## [v0.0.22] - 2025-03-07
10+
11+
Under development using Godot 4.3. **We will update to 4.4 in the next release!**
12+
13+
### Changed
14+
* Updated plugin "ivoyager_core" to v0.0.22. This moves game save/load functionality out to a separate plugin, which doesn't affect the Planetarium except to remove unused code.
15+
16+
917
## [v0.0.21] - 2025-01-07
1018

1119
Developed using Godot 4.3.
@@ -150,6 +158,7 @@ Requires non-Git-tracked **ivoyager_assets-0.0.10**; find in [ivoyager releases]
150158
* Updated submodule 'ivoyager' to v0.0.10.
151159

152160

161+
[v0.0.22]: https://github.com/ivoyager/planetarium/compare/v0.0.21...v0.0.22
153162
[v0.0.21]: https://github.com/ivoyager/planetarium/compare/v0.0.20...v0.0.21
154163
[v0.0.20]: https://github.com/ivoyager/planetarium/compare/v0.0.19...v0.0.20
155164
[v0.0.19]: https://github.com/ivoyager/planetarium/compare/v0.0.18...v0.0.19

project.godot

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config_version=5
1111
[application]
1212

1313
config/name="I, Voyager - Planetarium"
14-
config/version="v0.0.21"
14+
config/version="v0.0.22"
1515
run/main_scene="res://addons/ivoyager_core/tree_nodes/universe.tscn"
1616
config/features=PackedStringArray("4.3")
1717
boot_splash/bg_color=Color(0, 0, 0, 1)

0 commit comments

Comments
 (0)