Redot-Engine / redot-engine

Redot Engine – Multi-platform 2D and 3D game engine
https://redotengine.org/
MIT License
4.56k stars 194 forks source link

Redot Engine's update checker grabs new update from Godot instead #808

Open MudkipWithShades opened 2 days ago

MudkipWithShades commented 2 days ago

Tested versions

System information

Redot v4.3.beta.1 - Windows 10.0.19045 - GLES3 (Compatibility) - NVIDIA GeForce RTX 3060 Ti (NVIDIA; 32.0.15.6603) - AMD Ryzen 5 5600X 6-Core Processor (12 Threads)

Issue description

When Redot says there is a new update, it takes you to the Godot website to down a new version, but that is not Redot. It should download a new update whenever Redot has a new version available, not Godot's. issue

Steps to reproduce

Minimal reproduction project (MRP)

This is on the Project Menu whenever Redot is started.

TimeVeteran commented 1 day ago

Yeah, found this problem as well. I do have a question though, will the next version be named 4.4 or 4.5? This is confusing because there is already a 4.4 version.

MudkipWithShades commented 1 day ago

Yeah, found this problem as well. I do have a question though, will the next version be named 4.4 or 4.5? This is confusing because there is already a 4.4 version.

As far as I know, the next version will just be named 4.4. I don't think the Godot team has started working on 4.5 yet.

TimeVeteran commented 1 day ago

I'm talking about Redot though, and we already have a 4.4 alpha that was released earlier.

mcdubhghlas commented 1 day ago

Heads up: I have fixed this issue, I want to wait for the web dev side of things before I can push it through.

Spartan322 commented 22 hours ago

This has been fixed for the next 4.3 beta

@TimeVeteran

Yeah, found this problem as well. I do have a question though, will the next version be named 4.4 or 4.5? This is confusing because there is already a 4.4 version.

We are following Godot's major and minor versions, our 4.4 will be compatible with Godot's 4.4, our 4.3 will be compatible with Godot's 4.3, 4.4 and 4.3 are different versions, 4.3 is the more stable version, 4.4 is the bleeding edge, carrying more features but is less stable and robust. Godot already works this way, they already run a separate 4.3 and 4.4 branch.

TimeVeteran commented 3 hours ago

Alright, I understand it more now.