Skip to content

Commit b303fa7

Browse files
Merge branch 'develop'
2 parents 8c23722 + efd708b commit b303fa7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ 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.18] - Not Released
9+
## [v0.0.18] - 2024-03-15
1010

11-
Under development using Godot 4.2.1. _Has backward breaking changes!_
11+
Developmed using Godot 4.2.1. _Has backward breaking changes!_
1212

1313
**NEW!** ivoyager_core editor plugin will download and add (or replace) assets for you. Just press 'Download' if prompted.
1414

1515
### Changed
1616
* Gets project version from project.godot.
17-
* Updating plugin 'ivoyager_core' with _master_ branch (v0.0.18.dev).
18-
* Updating plugin 'ivoyager_table_importer' with _master_ branch (v0.0.7.dev).
17+
* Updated plugin 'ivoyager_core' to v0.0.18.
18+
* Updated plugin 'ivoyager_table_importer' to v0.0.7.
1919

2020
## [v0.0.17] - 2023-10-03
2121

@@ -124,7 +124,7 @@ Requires non-Git-tracked **ivoyager_assets-0.0.10**; find in [ivoyager releases]
124124
* Updated submodule 'ivoyager' to v0.0.10.
125125

126126

127-
[v0.0.18]: https://github.com/ivoyager/planetarium/compare/v0.0.17...HEAD
127+
[v0.0.18]: https://github.com/ivoyager/planetarium/compare/v0.0.17...v0.0.18
128128
[v0.0.17]: https://github.com/ivoyager/planetarium/compare/v0.0.16...v0.0.17
129129
[v0.0.16]: https://github.com/ivoyager/planetarium/compare/v0.0.15...v0.0.16
130130
[v0.0.15]: https://github.com/ivoyager/planetarium/compare/v0.0.14...v0.0.15

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.18.dev"
14+
config/version="v0.0.18"
1515
run/main_scene="res://addons/ivoyager_core/tree_nodes/universe.tscn"
1616
config/features=PackedStringArray("4.2")
1717
boot_splash/bg_color=Color(0, 0, 0, 1)

web/godot.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<div>
190190
<p>
191191
I, Voyager - Planetarium<br>
192-
v0.0.18.dev.20240315<br><br>
192+
v0.0.18<br><br>
193193
Loading...
194194
</p>
195195
<div id='status'>

0 commit comments

Comments
 (0)