Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
charliewhitfield committed Mar 15, 2024
2 parents 8c23722 + efd708b commit b303fa7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ File format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

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

## [v0.0.18] - Not Released
## [v0.0.18] - 2024-03-15

Under development using Godot 4.2.1. _Has backward breaking changes!_
Developmed using Godot 4.2.1. _Has backward breaking changes!_

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

### Changed
* Gets project version from project.godot.
* Updating plugin 'ivoyager_core' with _master_ branch (v0.0.18.dev).
* Updating plugin 'ivoyager_table_importer' with _master_ branch (v0.0.7.dev).
* Updated plugin 'ivoyager_core' to v0.0.18.
* Updated plugin 'ivoyager_table_importer' to v0.0.7.

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

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


[v0.0.18]: https://github.com/ivoyager/planetarium/compare/v0.0.17...HEAD
[v0.0.18]: https://github.com/ivoyager/planetarium/compare/v0.0.17...v0.0.18
[v0.0.17]: https://github.com/ivoyager/planetarium/compare/v0.0.16...v0.0.17
[v0.0.16]: https://github.com/ivoyager/planetarium/compare/v0.0.15...v0.0.16
[v0.0.15]: https://github.com/ivoyager/planetarium/compare/v0.0.14...v0.0.15
Expand Down
2 changes: 1 addition & 1 deletion addons/ivoyager_core
Submodule ivoyager_core updated 3 files
+5 −5 CHANGELOG.md
+2 −2 core.cfg
+1 −1 plugin.cfg
2 changes: 1 addition & 1 deletion addons/ivoyager_table_importer
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config_version=5
[application]

config/name="I, Voyager - Planetarium"
config/version="v0.0.18.dev"
config/version="v0.0.18"
run/main_scene="res://addons/ivoyager_core/tree_nodes/universe.tscn"
config/features=PackedStringArray("4.2")
boot_splash/bg_color=Color(0, 0, 0, 1)
Expand Down
2 changes: 1 addition & 1 deletion web/godot.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<div>
<p>
I, Voyager - Planetarium<br>
v0.0.18.dev.20240315<br><br>
v0.0.18<br><br>
Loading...
</p>
<div id='status'>
Expand Down

0 comments on commit b303fa7

Please sign in to comment.