Skip to content

Commit

Permalink
Changelog to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christt105 committed Jan 4, 2021
1 parent 6035983 commit 77cff60
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# Changelog
## [0.3.0] - 2021-01-04
### Added
* Tools to modify the map
* Brush
* Eraser
* Bucket
* Eye dropper
* Panel tools
* Brush size
* Brush shape (Rectangle and Circle)
* Shader to know where the brush will paint
* Debug mode to paint layer texture without shader
* Panel about ImGui Markdown

### Changed
* JSON map export csv format, now export an array of id
* Assimp x86 compiled in release

### Fixed
* When select a tileset with height different to 32px it always load 32px

## [0.2.1] - 2020-12-18
### Added
* base64 coder and decoder library
Expand Down
2 changes: 1 addition & 1 deletion src/binaries/Configuration/Configuration.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"App": {
"name": "Tile Map Editor 3D",
"version": "0.2.1"
"version": "0.3.0"
},
"Camera3D": {
"FOV": 60.0,
Expand Down
2 changes: 1 addition & 1 deletion src/binaries/Configuration/Configuration_default.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"App": {
"name": "Tile Map Editor 3D",
"version": "0.2.1"
"version": "0.3.0"
},
"Camera3D": {
"FOV": 60.0,
Expand Down

0 comments on commit 77cff60

Please sign in to comment.