diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e297b8..4ee9734 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -244,7 +244,7 @@ jobs: matrix: os: [ windows-latest, macos-latest, ubuntu-latest ] bits: [ 64, 32 ] - godot_version: [ 'v3.3.4-stable', 'v3.4.4-stable', 'v3.5-beta1' ] + godot_version: [ 'v3.4.4-stable', 'v3.5-stable' ] exclude: - os: macos-latest bits: 32 diff --git a/addons/godot_xterm/native/thirdparty/godot-cpp b/addons/godot_xterm/native/thirdparty/godot-cpp index f9f6767..a2b2e10 160000 --- a/addons/godot_xterm/native/thirdparty/godot-cpp +++ b/addons/godot_xterm/native/thirdparty/godot-cpp @@ -1 +1 @@ -Subproject commit f9f6767722e17a1d690f7ce975e1e7f8065b61e2 +Subproject commit a2b2e101f840e11359821d17b027d0b4aa1d9ddc diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8e93d4d..84ae8b2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/lihop/godot-xterm/compare/v2.1.1...HEAD) +### Removed +- Dropped support for Godot version 3.3.x. ## [v2.1.1](https://github.com/lihop/godot-xterm/compare/v2.1.0...v2.1.1) - 2022-08-15 diff --git a/docs/README.md b/docs/README.md index 9c573ab..2a747c1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,7 +3,7 @@ # GodotXterm - Terminal Emulator
-[![Godot Version](https://img.shields.io/badge/Godot-3.3+-blue.svg)](https://godotengine.org) +[![Godot Version](https://img.shields.io/badge/Godot-3.4.x-blue.svg)](#supported-godot-versions) [![License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/lihop/godot-xterm/blob/stable/LICENSE.md) [![Build and Test](https://github.com/lihop/godot-xterm/actions/workflows/main.yml/badge.svg?event=schedule)](https://github.com/lihop/godot-xterm/actions/workflows/main.yml) @@ -28,9 +28,10 @@ https://user-images.githubusercontent.com/3696783/126894061-a69eb6ad-9979-4723-a 1. [Features](#features) 2. [Screenshots](#screenshots) 3. [Demos and Examples](#demos-and-examples) -4. [Installation](#installation) -5. [Documentation](#documentation) -6. [License](#license) +4. [Supported Godot Versions](#supported-godot-versions) +5. [Installation](#installation) +6. [Documentation](#documentation) +7. [License](#license) ## Features @@ -87,6 +88,13 @@ Other examples of GodotXterm usage are available online: Are you using GodotXterm in your project and want it listed here? Please [open a pull request](https://github.com/lihop/godot-xterm/pulls) to have it added. +## Supported Godot Versions + +GodotXterm aims to support the current stable release of Godot, but may lag slightly. +Currently, Godot versions 3.4.x are supported with support for 3.5 coming soon. +Versions 3.3.x are no longer officially supported but *may* work if the GDNative libraries are +compiled using an older version of godot-cpp. + ## Installation GodotXterm is available on the [Godot Asset Library](https://godotengine.org/asset-library/asset/1007).