Skip to content

Commit

Permalink
Changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Sep 25, 2020
1 parent b90cb7d commit cdcdd31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## 0.2.1-beta

- Added F1-F6 key shortcuts for all editor panels
- Added `F1`-`F6` key shortcuts for all editor panels
- Updated JSON file format with some extra dev-friendly values
- Added a JSON CHANGELOG file for devs working on importers
- Added a JSON changelog file for devs working on importers
- Add JSON changelog to app start page

## 0.2.0-beta
Expand Down
10 changes: 5 additions & 5 deletions JSON_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 0.2.1-beta

- Added __tileX / __tileY to `autoTiles` from `layerInstances`
- Added __tileX / __tileY to `gridTiles` from `layerInstances`
- Renamed "v" to "tileId" in `gridTiles` from `layerInstances`
- Renamed "tileSpacing" -> "spacing" in `tilesets` definitions
- Added "padding" to `tilesets` definitions
- Added `__tileX` / `__tileY` to `layerInstances.autoTiles`
- Added `__tileX` / `__tileY` to `layerInstances.gridTiles`
- Renamed `v` to `tileId` in `layerInstances.gridTiles`
- Renamed `tileSpacing` -> `spacing` in `tilesets` definitions
- Added `padding` to `tilesets` definitions

## 0.2.0-beta

Expand Down

0 comments on commit cdcdd31

Please sign in to comment.