Skip to content

Commit

Permalink
Merge pull request #569 from zHoeshin/patch-3
Browse files Browse the repository at this point in the history
Update CRME
  • Loading branch information
JannisX11 authored Jul 1, 2024
2 parents 568353f + f379eea commit 6b65b93
Show file tree
Hide file tree
Showing 3 changed files with 693 additions and 68 deletions.
2 changes: 1 addition & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@
"icon": "icon.png",
"description": "Allows creating, editing, importing and exporting Cosmic Reach block models.",
"tags": ["Cosmic Reach"],
"version": "1.2.0",
"version": "1.3.0",
"min_version": "4.8.0",
"variant": "both",
"creation_date": "2024-04-19",
Expand Down
24 changes: 23 additions & 1 deletion plugins/cosmic_reach_model_editor/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,27 @@
]
}
]
},
"1.3.0": {
"title": "1.3.0",
"date": "2024-06-30",
"author": "Z. Hoeshin",
"categories": [
{
"title": "Features",
"list": [
"Added Cosmic Reach Entity Model format, export and import",
"Added Cosmic Reach Entity Animation export and import tools",
"Improved the menu import/export items",
"Changed JSON output format to suit the original Cosmic Reach JSON files more"
]
},
{
"title": "Removed",
"list": [
"Possibility to import either a maximized or a minimized JSON file. All of JSON files exported are now maximized"
]
}
]
}
}
}
Loading

0 comments on commit 6b65b93

Please sign in to comment.