From 2f3b8ab0ee3694a133cbf35cac399432b5b6231e Mon Sep 17 00:00:00 2001 From: Yusarina Date: Sun, 3 Aug 2025 15:00:25 +0100 Subject: [PATCH] Version Bump --- README.md | 6 +++--- blender_manifest.toml | 4 ++-- core/updater.py | 2 +- resources/translations/en_US.json | 2 +- resources/translations/ja_JP.json | 2 +- resources/translations/ko_KR.json | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b961eb6..74c8a9e 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ See everything Avatar Toolkit has ot offer [here](https://avatartoolkit.xyz/lega ## Requirements 1) Blender Version -- Blender 4.4 or newer is required -- Blender 4.4 is the current recommended version +- Blender 4.5 or newer is required +- Blender 4.5 is the current recommended version 2) Python Requirements @@ -42,7 +42,7 @@ See everything Avatar Toolkit has ot offer [here](https://avatartoolkit.xyz/lega 3) Recommended Setup - Download Blender directly from https://blender.org -- Use Blender 4.4 for the best experience +- Use Blender 4.5 for the best experience #### Additional Plugins Requirements. Currently None. diff --git a/blender_manifest.toml b/blender_manifest.toml index 77dd551..c61abd6 100644 --- a/blender_manifest.toml +++ b/blender_manifest.toml @@ -3,13 +3,13 @@ schema_version = "1.0.0" id = "avatar_toolkit" -version = "0.3.0" +version = "0.4.0" name = "Avatar Toolkit" tagline = "A modern tool for importing and optimizing models for VRChat, Resonite, and other similar games." maintainer = "Team NekoNeo" type = "add-on" -blender_version_min = "4.4.0" +blender_version_min = "4.5.0" license = [ "SPDX:GPL-3.0-or-later", diff --git a/core/updater.py b/core/updater.py index e1c30ec..068baeb 100644 --- a/core/updater.py +++ b/core/updater.py @@ -20,7 +20,7 @@ GITHUB_REPO = "teamneoneko/Avatar-Toolkit" # Define which version series this installation can update to # For example: ["0.1"] means only look for 0.1.x updates # ["0.2", "0.3"] would look for both 0.2.x and 0.3.x updates -ALLOWED_VERSION_SERIES = ["0.3"] +ALLOWED_VERSION_SERIES = ["0.4"] is_checking_for_update: bool = False update_needed: bool = False diff --git a/resources/translations/en_US.json b/resources/translations/en_US.json index e4d2136..667ac37 100644 --- a/resources/translations/en_US.json +++ b/resources/translations/en_US.json @@ -1,7 +1,7 @@ { "authors": ["Avatar Toolkit Team"], "messages": { - "AvatarToolkit.label": "Avatar Toolkit (Alpha 0.3.0)", + "AvatarToolkit.label": "Avatar Toolkit (Alpha 0.4.0)", "AvatarToolkit.desc1": "Avatar Toolkit is in Early Access there", "AvatarToolkit.desc2": "will be issues, if you find any issues,", "AvatarToolkit.desc3": "please report it on our Github.", diff --git a/resources/translations/ja_JP.json b/resources/translations/ja_JP.json index 7429eec..57554c8 100644 --- a/resources/translations/ja_JP.json +++ b/resources/translations/ja_JP.json @@ -1,7 +1,7 @@ { "authors": ["Avatar Toolkit Team"], "messages": { - "AvatarToolkit.label": "アバターツールキット (アルファ 0.3.0)", + "AvatarToolkit.label": "アバターツールキット (アルファ 0.4.0)", "AvatarToolkit.desc1": "アバターツールキットは早期アクセス中であり、", "AvatarToolkit.desc2": "問題が発生する可能性があります。問題を見つけた場合は、", "AvatarToolkit.desc3": "GitHubで報告してください。", diff --git a/resources/translations/ko_KR.json b/resources/translations/ko_KR.json index 38e2938..ca19665 100644 --- a/resources/translations/ko_KR.json +++ b/resources/translations/ko_KR.json @@ -1,7 +1,7 @@ { "authors": ["Avatar Toolkit Team"], "messages": { - "AvatarToolkit.label": "아바타 툴킷 (알파 0.3.0)", + "AvatarToolkit.label": "아바타 툴킷 (알파 0.4.0)", "AvatarToolkit.desc1": "아바타 툴킷은 초기 액세스 단계에 있으므로", "AvatarToolkit.desc2": "문제가 있을 수 있습니다. 문제를 발견하시면", "AvatarToolkit.desc3": "Github에 보고해 주세요.",