Skip to content

Instantly share code, notes, and snippets.

@Calinou
Last active April 15, 2021 12:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Calinou/349f211b6181d9a76525b3aa1defc59b to your computer and use it in GitHub Desktop.
Save Calinou/349f211b6181d9a76525b3aa1defc59b to your computer and use it in GitHub Desktop.
Godot versions available in JSON form (for testing the built-in update checker)
{
"releases": {
"4.1.1": {
"date": "2021-04-15",
"news_url": "https://godotengine.org/news",
"description": "Godot 3.3 has been released!\n\nThis release features significant improvements to 2D and 3D rendering, a new FBX importer, Android App Bundle support, and much more."
},
"4.1": {
"date": "2021-04-15",
"news_url": "https://godotengine.org/news",
"description": "Godot 3.3 has been released!\n\nThis release features significant improvements to 2D and 3D rendering, a new FBX importer, Android App Bundle support, and much more."
},
"4.0.2": {
"date": "2021-04-15",
"news_url": "https://godotengine.org/news",
"description": "Godot 3.3 has been released!\n\nThis release features significant improvements to 2D and 3D rendering, a new FBX importer, Android App Bundle support, and much more."
},
"4.0.1": {
"date": "2021-04-15",
"news_url": "https://godotengine.org/news",
"description": "Godot 3.3 has been released!\n\nThis release features significant improvements to 2D and 3D rendering, a new FBX importer, Android App Bundle support, and much more."
},
"4.0.0": {
"date": "2021-04-15",
"news_url": "https://godotengine.org/news",
"description": "Godot 3.3 has been released!\n\nThis release features significant improvements to 2D and 3D rendering, a new FBX importer, Android App Bundle support, and much more."
},
"3.3": {
"date": "2021-04-15",
"news_url": "https://godotengine.org/news",
"description": "Godot 3.3 has been released!\n\nThis release features significant improvements to 2D and 3D rendering, a new FBX importer, Android App Bundle support, and much more."
},
"3.2.3": {
"date": "2021-04-15",
"news_url": "https://godotengine.org/news",
"description": "Godot 3.3 has been released!\n\nThis release features significant improvements to 2D and 3D rendering, a new FBX importer, Android App Bundle support, and much more."
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment