From 3767eb3ee2f4b13875c45ad8a5401c9ef8d4f0c6 Mon Sep 17 00:00:00 2001 From: "Shiyu.Yang" <46014028+TE-ShiyuYang@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:23:08 +0800 Subject: [PATCH] doc: update document for release/v0.2.0 --- README.md | 2 +- RELEASE.txt | 10 +++++++++- VERSION.txt | 2 +- docs/install-manual.md | 4 ++-- electron_app/package.json | 4 ++-- local_editor/python_modules/conf/settings.py | 2 +- local_editor/resource/docs/about.html | 2 +- 7 files changed, 17 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 67b5027..fde8726 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# NNCD release-v0.1.0 +# NNCD release-v0.2.0 ## Quickstart # Build from source diff --git a/RELEASE.txt b/RELEASE.txt index 34b58f6..efe3d5e 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1,3 +1,11 @@ +NNCD/v0.2.0 +===================== +feature: +*update macos arm64 build script +*update building script and document. +*build the linux version of nnc-desktop under rootless docker + NNCD/v0.1.0 ===================== -initial release \ No newline at end of file +feature: +*initial release \ No newline at end of file diff --git a/VERSION.txt b/VERSION.txt index 6c6aa7c..341cf11 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/docs/install-manual.md b/docs/install-manual.md index ca95771..38ac772 100644 --- a/docs/install-manual.md +++ b/docs/install-manual.md @@ -12,7 +12,7 @@ NNC-D provides both cpu and gpu build versions, here we use cpu version as an ex 2. Install NNC-D using the provided `.deb` package: ```bash - sudo apt install -y ./nncd_cpu_0.1.0_amd64.deb + sudo apt install -y ./nncd_cpu_0.2.0_amd64.deb ``` ### Start NNC-D: @@ -24,7 +24,7 @@ NNC-D provides both cpu and gpu build versions, here we use cpu version as an ex ### Installation Steps: -1. Double-click `NeuralNetworkConsoleDesktop-cpu Setup 0.1.0.exe` to start the installation. +1. Double-click `NeuralNetworkConsoleDesktop-cpu Setup 0.2.0.exe` to start the installation. ![Loading](/docs/images/loading.png) 2. Select the desired users for installation. diff --git a/electron_app/package.json b/electron_app/package.json index c714687..4d4edb3 100644 --- a/electron_app/package.json +++ b/electron_app/package.json @@ -1,6 +1,6 @@ { "name": "nncd", - "version": "0.1.0", + "version": "0.2.0", "description": "NeuralNetworkConsole Desktop version", "main": "main.js", "scripts": { @@ -72,7 +72,7 @@ "artifactName": "NeuralNetworkConsoleDesktop.exe" }, "npmRebuild": false, - "buildVersion": "0.1.0", + "buildVersion": "0.2.0", "publish": null }, "devDependencies": { diff --git a/local_editor/python_modules/conf/settings.py b/local_editor/python_modules/conf/settings.py index f68cbb5..cc5f3cd 100644 --- a/local_editor/python_modules/conf/settings.py +++ b/local_editor/python_modules/conf/settings.py @@ -19,7 +19,7 @@ from os.path import expanduser home = expanduser("~") -NNCD_VERSION = '0.1.0' # should be updated after test finished +NNCD_VERSION = '0.2.0' # should be updated after test finished RESULT_DIR = os.path.join(home, 'nncd_bucket') INSTANCE_CONF_DIR = f"{os.getcwd()}/py/server/instance_config/nncd_cli" diff --git a/local_editor/resource/docs/about.html b/local_editor/resource/docs/about.html index 7d78249..409d637 100644 --- a/local_editor/resource/docs/about.html +++ b/local_editor/resource/docs/about.html @@ -35,7 +35,7 @@