{
  "3.0.7": {
    "title": "3.0.7",
    "author": "Eliot Lash",
    "categories": [
      {
        "title": "Changes",
        "list": [
          "Disable minification of JS bundle, fix some build errors on case sensitive filesystems, and upgrade to NodeJS v16.16"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "Don't save `geckolib_format_version` in animation json for bedrock models",
          "Remove hold menu hiding code that was causing issues for other plugins (regression of an old bug occurred in version 3.0.6)"
        ]
      }
    ]
  },
  "3.1.0": {
    "title": "3.1.0",
    "author": "Eliot Lash",
    "categories": [
      {
        "title": "New Features",
        "list": [
          "Added support for \"Reverse Keyframes\" action"
        ]
      },
      {
        "title": "Changes",
        "list": [
          "Update to new plugin format, bump minimum Blockbench version to 4.8.0",
          "Ported plugin to TypeScript, added developer README and a few unit tests"
        ]
      }
    ]
  },
  "3.1.1": {
    "title": "3.1.1",
    "author": "Tslat",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Fix the item display settings being cleared if saving as an entity type model",
          "Fix the armour template having swapped pivot points on the legs",
          "Fix incorrect importing of loop type. Closes [#591](https://github.com/bernie-g/geckolib/issues/591)"
        ]
      }
    ]
  },
  "3.2": {
    "title": "3.2",
    "author": "Tslat",
    "categories": [
      {
        "title": "New Features",
        "list": [
          "Auto-export the particle texture entry in the textures list for block/item display jsons if not defined",
          "Auto-convert bedrock animation jsons to GeckoLib-supported animation jsons when exporting"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "Fix the particle texture entry not exporting if the name doesn't end in .png",
          "Fixed item_display_transforms being shipped with .geo jsons for non-bedrock models",
          "Forced known forward-compatible versions to export as 1.12.0 to maintain compatibility while we work out a better system"
        ]
      }
    ]
  },
  "3.2.1": {
    "title": "3.2.1",
    "author": "Tslat",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Fix some animation exporting issues with specific animation setup cases"
        ]
      }
    ]
  },
  "4.0": {
    "title": "4.0",
    "date": "2024-10-06",
    "author": "Tslat",
    "categories": [
      {
        "title": "New Features",
        "list": [
          "Overhauled the new project window, adding new settings and a much more dynamic experience",
          "Add export of animations json from File -> Export menu for GeckoLib projects",
          "Add plugin setting for default modid for projects",
          "Add plugin setting for forcing the Display tab to be visible",
          "Add plugin setting for auto-computing the particle texture when otherwise unspecified for item display jsons",
          "Add plugin setting for auto-converting Bedrock-format animations to GeckoLib-format animations when exporting to json, if relevant",
          "New GeckoLib models will now state their model type in the tab name",
          "Auto-apply modid and parent folder prefix to texture path in display settings",
          "Remember export locations for model, animations and item display settings per-project, independently"
        ]
      },
      {
        "title": "Changes",
        "list": [
          "Allow exporting of item display settings if the model has them set, even if not in block/item mode",
          "Skip auto-exporting particle entry for item display if not a valid path",
          "Don't store filepath in BB project",
          "Don't include .item in exported display jsons by default",
          "Updated the plugin's about panel",
          "Updated the plugin's icon",
          "Added api-supported changelog",
          "Tweaked various information and tooltip entries to be more clear",
          "Large internal cleanup",
          "Don't print plugin load console line until plugin is actually loaded",
          "The Display tab will now disappear/reappear correctly when switching between projects"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "Fix Geckolib item/block models not displaying properly in the display tab",
          "Fix the item model parent sometimes not being applied"
        ]
      }
    ]
  },
  "4.0.1": {
    "title": "4.0.1",
    "author": "Zigy, Squishy",
    "categories": [
      {
        "title": "Changes",
        "list": [
          "Keyframes now have different icons based on their easing.",
          "Easing arguments are now reset upon choosing a new easing. Fixes [#690](https://github.com/bernie-g/geckolib/issues/690)",
          "Fixed a typo where the circle easing was spelled cicle instead."
        ]
      }
    ]
  },
  "4.0.2": {
    "title": "4.0.2",
    "author": "Zigy",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed the plugin not working on web."
        ]
      }
    ]
  },
  "4.1.0": {
    "title": "4.1.0",
    "author": "Zigy",
    "categories": [
      {
        "title": "Changes",
        "list": [
          "Added support for bezier, step, and smooth (Catmull-Rom) keyframes!"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed incorrect armor template pivots. Fixes [#527](https://github.com/bernie-g/geckolib/issues/527)"
        ]
      }
    ]
  },
  "4.1.1": {
    "title": "4.1.1",
    "author": "Tslat",
    "categories": [
      {
        "title": "Changes",
        "list": [
          "Deprecated plugin in favour of GeckoLib Models & Animations in preparation for Blockbench 5.0.0"
        ]
      }
    ]
  }
}