{
  "1.0.0": {
    "title": "1.0.0",
    "date": "2023-06-11",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "New Features",
        "list": [
          "Initial release"
        ]
      }
    ]
  },
  "1.0.1": {
    "title": "1.0.1",
    "date": "2023-06-11",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed resetting all tabs"
        ]
      }
    ]
  },
  "1.0.2": {
    "title": "1.0.2",
    "date": "2023-06-12",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "New Features",
        "list": [
          "Added overlay opacity slider",
          "Added colour opacity slider"
        ]
      },
      {
        "title": "Technical Changes",
        "list": [
          "Checkbox containers are now labels"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed missing pointer cursors",
          "Fixed debug mode duplicating textures",
          "Fixed plugin about action not getting removed on plugin unload",
          "Fixed anchor links in Blockbench webapp",
          "Fixed gradient overlay scaling"
        ]
      }
    ]
  },
  "1.0.3": {
    "title": "1.0.3",
    "date": "2023-06-14",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed for Safari versions older than version 16.4"
        ]
      }
    ]
  },
  "1.0.4": {
    "title": "1.0.4",
    "date": "2023-06-17",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed the \"V\" character in the built-in font"
        ]
      }
    ]
  },
  "1.1.0": {
    "title": "1.1.0",
    "date": "2023-06-21",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Changes",
        "list": [
          "Tweak the \"Small\" text size"
        ]
      },
      {
        "title": "Technical Changes",
        "list": [
          "Fonts can now change the example text"
        ]
      }
    ]
  },
  "1.1.1": {
    "title": "1.1.1",
    "date": "2023-06-23",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Technical Changes",
        "list": [
          "Optimise the models in the built-in font"
        ]
      }
    ]
  },
  "1.2.0": {
    "title": "1.2.0",
    "date": "2023-08-04",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "New Features",
        "list": [
          "Added new Minecraft Title texture preset export options"
        ]
      },
      {
        "title": "Changes",
        "list": [
          "The plugin now has an image icon",
          "The Minecraft Title angle is now automatically loaded on project creation"
        ]
      },
      {
        "title": "Technical Changes",
        "list": [
          "Update to new plugin repository format"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "The built-in font and overlay will now have a working thumbnail when there is no internet connection"
        ]
      }
    ]
  },
  "1.2.1": {
    "title": "1.2.1",
    "date": "2023-09-18",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Changes",
        "list": [
          "Added a warning when there is no internet connection"
        ]
      },
      {
        "title": "Technical Changes",
        "list": [
          "Switch to jsDelivr CDN"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "The built-in font and overlay will now have a working thumbnail when there is no internet connection"
        ]
      }
    ]
  },
  "1.3.0": {
    "title": "1.3.0",
    "date": "2023-09-23",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "New Features",
        "list": [
          "Added font variants"
        ]
      },
      {
        "title": "Technical Changes",
        "list": [
          "Added CDN url fallback system",
          "Font variants are a breaking change so the sources have been moved to a temporary dev branch"
        ]
      }
    ]
  },
  "1.3.1": {
    "title": "1.3.1",
    "date": "2023-09-28",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Changes",
        "list": [
          "Switch back to main branch"
        ]
      }
    ]
  },
  "1.3.2": {
    "title": "1.3.2",
    "date": "2023-10-11",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Aspect ratio calculation fix"
        ]
      }
    ]
  },
  "1.3.3": {
    "title": "1.3.3",
    "date": "2023-10-16",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed fonts that are flat"
        ]
      }
    ]
  },
  "1.3.4": {
    "title": "1.3.4",
    "date": "2023-11-04",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Blockbench will now wait for Minecraft Title Generator to load before finishing loading"
        ]
      }
    ]
  },
  "1.3.5": {
    "title": "1.3.5",
    "date": "2023-12-01",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Changes",
        "list": [
          "Fonts can now list their available characters",
          "Font variants now have their own tab",
          "Added more info button on fonts",
          "Fonts can now have descriptions",
          "Increased max font list height"
        ]
      }
    ]
  },
  "1.3.6": {
    "title": "1.3.6",
    "date": "2023-12-15",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Technical Changes",
        "list": [
          "Removed font \"width\" property"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed debug mode thumbnails"
        ]
      }
    ]
  },
  "1.4.0": {
    "title": "1.4.0",
    "date": "2024-02-21",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "New Features",
        "list": [
          "Added \"Tileables\". Tileables are a texture type that tiles a texture over the faces of each character",
          "Added new render output Dialog with more customisation options"
        ]
      },
      {
        "title": "Changes",
        "list": [
          "Added required EULA agreement",
          "Added confirmation check for deleting presets",
          "Updated number sliders to use Blockbench numeric inputs",
          "Font and texture thumbnails now lazy load"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed backup CDN for if a CDN goes down after you have opened Blockbench and used the plugin"
        ]
      }
    ]
  },
  "1.4.1": {
    "title": "1.4.1",
    "date": "2024-02-26",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed ability to bypass EULA agreement"
        ]
      }
    ]
  },
  "1.5.0": {
    "title": "1.5.0",
    "date": "2024-05-10",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Changes",
        "list": [
          "Made the position camera button a main button with a new icon",
          "Render buttons now have tooltips"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed render controls disappearing for some people",
          "Fixed render controls missing in Blockbench v4.10.0"
        ]
      }
    ]
  },
  "1.5.1": {
    "title": "1.5.1",
    "date": "2024-06-02",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Technical Changes",
        "list": [
          "Added a class to the format page so it can be easily targetted by themes"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed Vue.js warnings"
        ]
      }
    ]
  },
  "1.6.0": {
    "title": "1.6.0",
    "date": "2024-06-09",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Changes",
        "list": [
          "The texture search bar can now be cleared with a button",
          "The texture search bar will now be automatically focused when switching tab",
          "Added the ability to remove the custom overlay texture"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed resetting the font selection page",
          "Fixed resetting texture and overlay pages when a custom texture is loaded"
        ]
      }
    ]
  },
  "1.6.1": {
    "title": "1.6.1",
    "date": "2024-07-14",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed selected items to use the select colour instead of the button colour"
        ]
      }
    ]
  },
  "1.7.0": {
    "title": "1.7.0",
    "date": "2024-08-31",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Changes",
        "list": [
          "Fonts now support setting a default character spacing"
        ]
      }
    ]
  },
  "1.8.0": {
    "title": "1.8.0",
    "date": "2025-02-24",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "New Features",
        "list": [
          "Fonts now support character shifting. This adjusts the spacing between specific characters to improve readability by slightly modifying their positions when placed next to each other",
          "Fonts now support custom widths for the spaces between words",
          "Added the ability to disable the built-in overlay texture included with some fonts. These are normally only applied when using gradient or tileable textures"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed built-in font overlay textures using the wrong blend method",
          "Fixed some settings possibly not loading properly when loading a preset"
        ]
      }
    ]
  },
  "1.8.1": {
    "title": "1.8.1",
    "date": "2025-02-24",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed enabling line terminators causing a crash"
        ]
      }
    ]
  },
  "1.9.0": {
    "title": "1.9.0",
    "date": "2025-03-08",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "New Features",
        "list": [
          "Added \"Shapes\". Shapes are a new type of element that can be added, as an alternative to text/fonts",
          "\"Minecraft Title\" is now available as an angle from the \"Angles\" context menu"
        ]
      },
      {
        "title": "Changes",
        "list": [
          "Textures are now upscaled to the maximum size when enabling the fade edges to the border colour feature, in order to make a smoother gradient",
          "Fade edges to the border colour is now automatically selected when selecting the bottom text type",
          "Words with only one character will no longer contain a subgroup for that character",
          "Tileable texture resolution is now 1-4 instead of 1000-4000",
          "Improved the loading time of the plugin dialogs first load",
          "Redesigned the presets menu"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed loading presets with font variants",
          "Fixed being unable to create presets when one already exists"
        ]
      }
    ]
  },
  "1.9.1": {
    "title": "1.9.1",
    "date": "2025-03-08",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed presets not loading all settings properly"
        ]
      }
    ]
  },
  "1.9.2": {
    "title": "1.9.2",
    "date": "2025-05-28",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed being unable to add new text when opening an existing Minecraft Title project"
        ]
      }
    ]
  },
  "1.10.0": {
    "title": "1.10.0",
    "date": "2025-10-12",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Compatibility",
        "list": [
          "Updated for Blockbench 5.0"
        ]
      }
    ]
  },
  "1.10.1": {
    "title": "1.10.1",
    "date": "2025-10-15",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed custom textures failing to load"
        ]
      }
    ]
  },
  "1.10.2": {
    "title": "1.10.2",
    "date": "2025-10-16",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed select menu styling"
        ]
      }
    ]
  },
  "1.10.3": {
    "title": "1.10.3",
    "date": "2025-11-01",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Changes",
        "list": [
          "Updated preset button styles to match the Blockbench 5.0 button design"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed presets failing to load"
        ]
      }
    ]
  },
  "1.10.4": {
    "title": "1.10.4",
    "date": "2026-04-18",
    "author": "Ewan Howell",
    "categories": [
      {
        "title": "Changes",
        "list": [
          "Made the repository branch easier to change in the code for testing purposes"
        ]
      },
      {
        "title": "Bug Fixes",
        "list": [
          "Fixed the \"Failed to load textures and fonts\" warning showing when the fallback URL loaded successfully"
        ]
      }
    ]
  }
}