From 54a4bf1274796596518541536e20e76f9be573cb Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Tue, 18 Feb 2025 23:41:11 +0300 Subject: [PATCH 1/2] Set module version as 2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a195225..01df088 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ unrenapk = "unrenapk.application:launch" [project] name = "vntools" -version = "2.0-dev" +version = "2.0.0" requires-python = ">= 3.11" dependencies = [ "Pillow>=10.3.0", From 44f6777f704e51c8f07967cac5c739d73f4ad02f Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Thu, 1 May 2025 03:16:59 +0300 Subject: [PATCH 2/2] Add release links to README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eb026d5..f9b3c17 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ Collection of tools used by VienDesu! Porting Team ### Installation #### Download from releases: - * Windows - `TODO` - * Linux - `TODO` - * MacOS - `TODO` + * Windows - [x64](https://git.viende.su/VienDesuPorting/VNTools/releases/download/2.0.0/vntools-win-x64.zip) + * Linux - [x86_64](https://git.viende.su/VienDesuPorting/VNTools/releases/download/2.0.0/vntools-linux-x86_64.zip) [arm64](https://git.viende.su/VienDesuPorting/VNTools/releases/download/2.0.0/vntools-linux-arm64.zip) + * MacOS - [x86_64](https://git.viende.su/VienDesuPorting/VNTools/releases/download/2.0.0/vntools-darwin-x86_64.zip) [arm64](https://git.viende.su/VienDesuPorting/VNTools/releases/download/2.0.0/vntools-darwin-arm64.zip) #### Build tools as binaries: - * Run `./build.sh` on UNIX + * Run `./build.sh` for UNIX * Run `.\build.bat` for Windows #### Install as python package: