{
    "1.0.0": {
        "title": "1.0.0",
        "date": "2024-03-09",
        "author": "Z. Hoeshin",
        "categories": [
            {
                "title": "Features",
                "list": [
                    "Plugin created"
                ]
            }
        ]
    },
    "1.1.1": {
        "title": "1.1.1",
        "date": "2024-04-19",
        "author": "Z. Hoeshin",
        "categories": [
            {
                "title": "Bug Fixes",
                "list": [
                    "Fixed the bug that would cause Cosmic Reach models be loaded as Java Block Models"
                ]
            }
        ]
    },
    "1.2.0": {
        "title": "1.2.0",
        "date": "2024-05-25",
        "author": "Z. Hoeshin",
        "categories": [
            {
                "title": "Features",
                "list": [
                    "Added control over whether the output JSON file is minimized or not",
                    "Added option to export model as a child of another model (saves only textures and the name of the parent model specified",
                    "Made it possible to load a child model (parent model will be loaded too)"
                ]
            },
            {
                "title": "Bug Fixes",
                "list": [
                    "Texture names now load properly"
                ]
            }
        ]
    },
    "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"
                ]
            }
        ]
    },
    "1.3.1": {
        "title": "1.3.1",
        "date": "2024-07-22",
        "author": "Z. Hoeshin",
        "categories": [
            {
                "title": "Bug Fixes",
                "list": [
                    "Fixed Entity Model Exporting Bug"
                ]
            }
        ]
    },
    "1.3.2": {
        "title": "1.3.2",
        "date": "2024-08-01",
        "author":"Z. Hoeshin",
        "categories": [
            {
                "title":"Bug Fixes",
                "list": [
                    "Fixed face culling always set to true bug"
                ]
            }
        ]
    },
    "2.0.0": {
        "title": "2.0.0",
        "date": "2024-09-16",
        "author": "Z. Hoeshin",
        "categories": [
            {
                "title": "Features",
                "list": [
                    "Textureless faces now do not require empty.png(instead they are not exported)",
                    "Added model properties(Tools>Edit Model Properties)(used for cullsSelf and isTransparent block properties)(they aren't stored when saved as .bbmodel due to BB restrictions)",
                    "New assets hyerarchy format replaced the old one"
                ]
            }
        ]
    },
    "2.1.0": {
        "title": "2.1.0",
        "date": "2024-11-07",
        "author": "Z. Hoeshin",
        "categories": [
            {
                "title": "Bug Fixes",
                "list": [
                    "UV Rotation is now exported",
                    "UV is exported properly",
                    "Textures export properly"
                ]
            }
        ]
    },
    "2.2.0": {
        "title": "2.2.0",
        "date": "2024-03-03",
        "author": "Z. Hoeshin",
        "categories": [
            {
                "title": "Bug Fixes",
                "list": [
                    "Various bug fixes and improvements"
                ]
            }
        ]
    }
}