From 078c3662ef41cd89b15159e47d0a7a03d054ae48 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Wed, 15 May 2024 15:37:36 +0100 Subject: [PATCH] Moving to v3.85 --- CHANGELOG.md | 1 + changelog/3.85/CHANGELOG-v3.85.md | 20 ++++++++++++++++++++ changelog/3.90/CHANGELOG-v3.90.md | 18 ------------------ package.json | 2 +- 4 files changed, 22 insertions(+), 19 deletions(-) create mode 100644 changelog/3.85/CHANGELOG-v3.85.md delete mode 100644 changelog/3.90/CHANGELOG-v3.90.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ac1cb790d..df7041b4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Please select a version to read that specific change log: | Version | Name | Release Date | | ------- | ---- | ------------ | +| [3.85.0](changelog/3.85/CHANGELOG-v3.85.md) | Itsuki | in development | | [3.80.1](changelog/3.80.1/CHANGELOG-v3.80.1.md) | Nino | 27th February 2024 | | [3.80](changelog/3.80/CHANGELOG-v3.80.md) | Nino | 21st February 2024 | | [3.70](changelog/3.70/CHANGELOG-v3.70.md) | Yotsuba | 10th November 2023 | diff --git a/changelog/3.85/CHANGELOG-v3.85.md b/changelog/3.85/CHANGELOG-v3.85.md new file mode 100644 index 000000000..a128137fa --- /dev/null +++ b/changelog/3.85/CHANGELOG-v3.85.md @@ -0,0 +1,20 @@ +# Version 3.85.0 - Itsuki - in development + +# New Features + +# WebGL Rendering Updates + +* `WebGLTextureWrapper.update` expanded: +* `source` parameter is now type `?object`, so it can be used for anything that is valid in the constructor. +* New `format` parameter can update the texture format. + +# Updates + +# Bug Fixes + +* The method `TextureManager.checkKey` will now return `false` if the key is not a string, which fixes issues where a texture could be created if a key was given that was already in use (thanks Will Macfarlane). + +## Examples, Documentation, Beta Testing and TypeScript + +Thanks to the following for helping with the Phaser Examples, Beta Testing, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs: + diff --git a/changelog/3.90/CHANGELOG-v3.90.md b/changelog/3.90/CHANGELOG-v3.90.md deleted file mode 100644 index d1540eae9..000000000 --- a/changelog/3.90/CHANGELOG-v3.90.md +++ /dev/null @@ -1,18 +0,0 @@ -# Version 3.90.0 - Itsuki - in development - -# New Features - -# WebGL Rendering Updates - -* `WebGLTextureWrapper.update` expanded: - * `source` parameter is now type `?object`, so it can be used for anything that is valid in the constructor. - * New `format` parameter can update the texture format. - -# Updates - -# Bug Fixes - -## Examples, Documentation, Beta Testing and TypeScript - -Thanks to the following for helping with the Phaser Examples, Beta Testing, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs: - diff --git a/package.json b/package.json index b4e0c395c..6ea356222 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "phaser", "version": "3.85.0", - "release": "Nino", + "release": "Itsuki", "description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.", "author": "Richard Davey (https://www.phaser.io)", "homepage": "https://phaser.io",