From 98f58dca858775d7fa3e5fcf9300c526d94cede0 Mon Sep 17 00:00:00 2001 From: Chris Cranford Date: Sat, 30 Mar 2024 16:40:11 -0400 Subject: [PATCH] Prepare 2.0.stable release --- CHANGELOG.md | 7 +++++++ README.md | 8 ++++---- VERSION | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc031def..8291e333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [2.0.stable](https://github.com/Vahera/godot-orchestrator/releases/tag/v2.0.stable) - 2024-03-30 + +- [280aadc](http://github.com/Vahera/godot-orchestrator/commit/280aadcb5c592722e52718af4bb247c249dc5a57) - GH-202 Fix disconnect error on `tab_changed` signal +- [30d6299](http://github.com/Vahera/godot-orchestrator/commit/30d6299a21786024e9b1669ff826f2b0b789a3fe) - GH-208 Fix patch/build version check logic +- [5038580](http://github.com/Vahera/godot-orchestrator/commit/503858047c6c90b28a57351aed7f6e080de96602) - GH-208 Add auto-update functionality +- [ecbdebf](http://github.com/Vahera/godot-orchestrator/commit/ecbdebf2fd3e96cad724c16788d47ca7e1f1fba1) - [ci] Upgrade tj-actions/changed-files from v43.0.1 to v44.0.0 + ## [2.0.rc2](https://github.com/Vahera/godot-orchestrator/releases/tag/v2.0.rc2) - 2024-03-24 - [65f82f2](http://github.com/Vahera/godot-orchestrator/commit/65f82f2229f09fd04b35960c1954c3ba44805881) - Rework about dialog diff --git a/README.md b/README.md index 4a2af437..4ed175d1 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ Whether you are an experienced Godot veteran or an aspiring developer eager to g The following screenshots only scratch the surface of what the plug-in offers out of the box, with much more in future builds. -![screen-shot](https://cdn.vahera.cloud/utG8NiO3oN8sfXvI2ZZ0zg/69580c27-8002-41a1-8895-98af984b3700/public) +![screen-shot](https://cdn.vahera.cloud/utG8NiO3oN8sfXvI2ZZ0zg/c719ad98-af14-45a3-5578-df9741fa9800/public) -![screen-shot](https://cdn.vahera.cloud/utG8NiO3oN8sfXvI2ZZ0zg/2afcb531-6791-4746-fe39-8e20343f2700/public) +![screen-shot](https://cdn.vahera.cloud/utG8NiO3oN8sfXvI2ZZ0zg/77ac98c5-8924-49f7-82bb-554494f4b000/public) -![screen-shot](https://cdn.vahera.cloud/utG8NiO3oN8sfXvI2ZZ0zg/dbcc1f15-2b12-4b94-54ce-8d5100232c00/public) +![screen-shot](https://cdn.vahera.cloud/utG8NiO3oN8sfXvI2ZZ0zg/cd39ee8b-78de-48c5-4023-c9628161dc00/public) -![screen-shot](https://cdn.vahera.cloud/utG8NiO3oN8sfXvI2ZZ0zg/65f62cb9-f880-4ce1-4f26-007e5efeb100/public) +![screen-shot](https://cdn.vahera.cloud/utG8NiO3oN8sfXvI2ZZ0zg/1595b7f1-5a6d-4a76-21c0-646623112300/public) ## 🚀 Features diff --git a/VERSION b/VERSION index 130b8c0b..e39fc81a 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ version_name = "Orchestrator" version_major = 2 version_minor = 0 version_maintenance = 0 -version_status = "rc2" +version_status = "stable" version_build = "official" version_module_config = "" version_year = 2023