From 00deb11a8e9b6b65c8ee5850a566e7ff56a720c9 Mon Sep 17 00:00:00 2001 From: MASSHUU12 Date: Tue, 2 Jul 2024 12:22:16 +0200 Subject: [PATCH 1/3] feat: add addon icon --- addons/confirma/docs/resources/icon.svg | 9 +++++++++ icon.svg | 10 +++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 addons/confirma/docs/resources/icon.svg diff --git a/addons/confirma/docs/resources/icon.svg b/addons/confirma/docs/resources/icon.svg new file mode 100644 index 00000000..5c2921c5 --- /dev/null +++ b/addons/confirma/docs/resources/icon.svg @@ -0,0 +1,9 @@ + + + \ No newline at end of file diff --git a/icon.svg b/icon.svg index b370ceb7..5c2921c5 100644 --- a/icon.svg +++ b/icon.svg @@ -1 +1,9 @@ - + + + \ No newline at end of file From a14926a563eb08f19a269e8fd8198d9cd2d32b54 Mon Sep 17 00:00:00 2001 From: MASSHUU12 Date: Tue, 2 Jul 2024 12:22:44 +0200 Subject: [PATCH 2/3] docs: update addon version to v0.6.0-beta --- CHANGELOG.md | 3 ++- addons/confirma/plugin.cfg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05938315..c13c89a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.6.0-beta 2024-07-02] ### Added @@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file. - IsFalse - Throws - NotThrows +- Addon icon. ### Changed diff --git a/addons/confirma/plugin.cfg b/addons/confirma/plugin.cfg index 1f4e5e26..dd202886 100644 --- a/addons/confirma/plugin.cfg +++ b/addons/confirma/plugin.cfg @@ -3,5 +3,5 @@ name="Confirma" description="A lightweight and intuitive unit testing tool for the Godot (C#) game engine." author="MASSHUU" -version="0.5.0-beta" +version="0.6.0-beta" script="Plugin.cs" From f6d3502117383e17f84ac187b9e05c76681d8038 Mon Sep 17 00:00:00 2001 From: MASSHUU12 Date: Tue, 2 Jul 2024 12:22:52 +0200 Subject: [PATCH 3/3] docs: update README.md --- README.md | 2 +- addons/confirma/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0460c808..75651d6e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +

Confirma

A lightweight and intuitive unit testing tool for the Godot (C#) game engine.

diff --git a/addons/confirma/README.md b/addons/confirma/README.md index d497d948..ffc45b2b 100644 --- a/addons/confirma/README.md +++ b/addons/confirma/README.md @@ -1,5 +1,5 @@
- +

Confirma

A lightweight and intuitive unit testing tool for the Godot game engine.