mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-12 21:50:26 +01:00
Drop support for Godot 3.3.x
This commit is contained in:
parent
c6e99ff5c2
commit
f49410838c
4 changed files with 16 additions and 6 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -244,7 +244,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ windows-latest, macos-latest, ubuntu-latest ]
|
os: [ windows-latest, macos-latest, ubuntu-latest ]
|
||||||
bits: [ 64, 32 ]
|
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:
|
exclude:
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
bits: 32
|
bits: 32
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f9f6767722e17a1d690f7ce975e1e7f8065b61e2
|
Subproject commit a2b2e101f840e11359821d17b027d0b4aa1d9ddc
|
|
@ -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)
|
## [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
|
## [v2.1.1](https://github.com/lihop/godot-xterm/compare/v2.1.0...v2.1.1) - 2022-08-15
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# GodotXterm - Terminal Emulator
|
# GodotXterm - Terminal Emulator
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
[![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)
|
[![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)
|
[![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)
|
1. [Features](#features)
|
||||||
2. [Screenshots](#screenshots)
|
2. [Screenshots](#screenshots)
|
||||||
3. [Demos and Examples](#demos-and-examples)
|
3. [Demos and Examples](#demos-and-examples)
|
||||||
4. [Installation](#installation)
|
4. [Supported Godot Versions](#supported-godot-versions)
|
||||||
5. [Documentation](#documentation)
|
5. [Installation](#installation)
|
||||||
6. [License](#license)
|
6. [Documentation](#documentation)
|
||||||
|
7. [License](#license)
|
||||||
|
|
||||||
## Features
|
## 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.
|
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
|
## Installation
|
||||||
|
|
||||||
GodotXterm is available on the [Godot Asset Library](https://godotengine.org/asset-library/asset/1007).
|
GodotXterm is available on the [Godot Asset Library](https://godotengine.org/asset-library/asset/1007).
|
||||||
|
|
Loading…
Reference in a new issue