Skip to content

Commit

Permalink
🔖 Release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilienLeroy committed Nov 30, 2022
1 parent 15b7d5a commit e2ca9c6
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.0] - 2022-11-30

## [0.3.0] - 2022-10-14
### Added

- Add a `statistics` view.
- Store the number of items touched and the number of games played.
- Improve visuals effects. Adding particles on `game` view and animation to each items.
- Add sounds effects and music. Also add options to disable these. [#8](https://github.com/EmilienLeroy/FallingSquare/issues/8)

## [0.3.0] - 2022-11-14

### Added

Expand Down Expand Up @@ -53,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `heart`
- `bomb`

[0.4.0]: https://github.com/EmilienLeroy/FallingSquare/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/EmilienLeroy/FallingSquare/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/EmilienLeroy/FallingSquare/compare/v0.1.0...v0.2.0
[0.1.1]: https://github.com/EmilienLeroy/FallingSquare/compare/v0.1.0...v0.1.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
This is the current roadmap before the `v1.0.0` will be release :

- [x] Online score board.
- [ ] Improve visual effects.
- [ ] Add sound effects.
- [x] Improve visual effects.
- [x] Add sound effects.
- [ ] Add achievements.
- [ ] Build an iOS version.

Expand Down
4 changes: 2 additions & 2 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ keystore/release=""
keystore/release_user=""
keystore/release_password=""
one_click_deploy/clear_previous_install=false
version/code=6
version/name="0.3.0"
version/code=7
version/name="0.4.0"
version/min_sdk=19
version/target_sdk=30
package/unique_name="fr.emilienleroy.fallingsquare"
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[0.4.0] - 2022-11-30

Added

- Add a `statistics` view.
- Store the number of items touched and the number of games played.
- Improve visuals effects. Adding particles on `game` view and animation to each items.
- Add sounds effects and music. Also add options to disable these.
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ run/main_scene="res://main.tscn"
boot_splash/image="res://assets/textures/logo.png"
boot_splash/bg_color=Color( 1, 1, 1, 1 )
config/icon="res://icon.png"
config/version="0.3.0"
config/version="0.4.0"
config/highscore=""

[autoload]
Expand Down

0 comments on commit e2ca9c6

Please sign in to comment.