Skip to content

Commit

Permalink
Update version to 0.9.0 and align CHANGELOG, closes #49
Browse files Browse the repository at this point in the history
  • Loading branch information
Scony committed Jun 19, 2023
1 parent aa6a264 commit de0d9b4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.9.0]

### New features
- Added 'loading page' translations
- Added ability to use custom maps
- Added 2 new maps
- Added match setup page

### Changed
- Performed various refactorings
- Simplified turret's rotation algorithm
- Removed redundant unit groups
- Extracted generic `MouseClickAnimation`
- Improved `assert()` calls
- Renamed `buildings` to - more generic - `structures`
- Made `SimpleClairvoyantAI` being able to attach units in runtime

## [0.8.1]

### New features
Expand Down
8 changes: 4 additions & 4 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ application/icon_interpolation=4
application/bundle_identifier="io.itch.lampe-games.open-rts"
application/signature=""
application/app_category="Games"
application/short_version="0.8.1"
application/version="0.8.1"
application/short_version="0.9.0"
application/version="0.9.0"
application/copyright="2023 Lampe Games"
application/copyright_localized={}
display/high_res=true
Expand Down Expand Up @@ -182,8 +182,8 @@ application/modify_resources=true
application/icon=""
application/console_wrapper_icon=""
application/icon_interpolation=4
application/file_version="0.8.1"
application/product_version="0.8.1"
application/file_version="0.9.0"
application/product_version="0.9.0"
application/company_name="Lampe Games"
application/product_name="Open RTS"
application/file_description=""
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
all: lint format-check shaders-format-check
version = "0.8.1"
version = "0.9.0"

format-check:
find source/ -name '*.gd' | xargs gdformat --check
Expand Down

0 comments on commit de0d9b4

Please sign in to comment.