From ed534b11afc5b54a6278c5d6c927c09f42cd35fc Mon Sep 17 00:00:00 2001 From: Yoichiro Hasebe Date: Thu, 15 Aug 2024 11:25:50 +0900 Subject: [PATCH] PDF document import/export features --- CHANGELOG.md | 3 ++- README.md | 3 ++- docker/monadic.sh | 2 +- docker/services/ruby/lib/monadic/version.rb | 2 +- docs/installation.md | 10 +++++----- docs/installation_ja.md | 10 +++++----- package-lock.json | 4 ++-- package.json | 2 +- 8 files changed, 19 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8560c4ff..f42ac86e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ### Change Log - - [Aug, 2024] 0.8.4 + - [Aug, 2024] 0.8.5 + - PDF Document import/export feature - Several bug fixes - Docker container addition mechanism - Better container management diff --git a/README.md b/README.md index 7b0a58f3..6c30e015 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ **Monadic Chat** is a framework designed to create and use intelligent chatbots. By providing a full-fledged Linux environment on Docker to GPT-4 and other LLMs, it allows the chatbots to perform advanced tasks that require external tools. It also supports voice interaction, image and video recognition and generation, and AI-to-AI chat, suitable not only for using AI but also for developing and researching various applications. - Recent Updates - - [Aug, 2024] 0.8.4 + - [Aug, 2024] 0.8.5 + - PDF Document import/export feature - Several bug fixes - Docker container addition mechanism - Better container management diff --git a/docker/monadic.sh b/docker/monadic.sh index 0faf0a60..2bdc819c 100755 --- a/docker/monadic.sh +++ b/docker/monadic.sh @@ -4,7 +4,7 @@ export PATH=$PATH:/usr/local/bin export SELENIUM_IMAGE="selenium/standalone-chrome:latest" -export MONADIC_VERSION=0.8.4 +export MONADIC_VERSION=0.8.5 export HOST_OS=$(uname -s) # Define the path to the root directory diff --git a/docker/services/ruby/lib/monadic/version.rb b/docker/services/ruby/lib/monadic/version.rb index 46a76549..887d92a6 100644 --- a/docker/services/ruby/lib/monadic/version.rb +++ b/docker/services/ruby/lib/monadic/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Monadic - VERSION = "0.8.4" + VERSION = "0.8.5" end diff --git a/docs/installation.md b/docs/installation.md index 7b81628e..ebe45919 100755 --- a/docs/installation.md +++ b/docs/installation.md @@ -22,8 +22,8 @@ layout: default 1. Install Docker Desktop for Mac (see [below](#install-docker-macos)). 2. Install Monadic Chat. -- [📦 Installer package for macOS ARM64 (Apple Silicon)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.4-arm64.dmg) (0.8.4) -- [📦 Installer package for macOS x64 (Intel)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.4.dmg) (0.8.4) +- [📦 Installer package for macOS ARM64 (Apple Silicon)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.5-arm64.dmg) (0.8.5) +- [📦 Installer package for macOS x64 (Intel)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.5.dmg) (0.8.5) ### Windows @@ -31,15 +31,15 @@ layout: default 2. Install Docker Desktop for Windows (see [below](#install-docker-win)). 3. Install Monadic Chat. -- [📦 Installer package for Windows](https://yohasebe.com/assets/apps/Monadic%20Chat%20Setup%200.8.4.exe) (0.8.4) +- [📦 Installer package for Windows](https://yohasebe.com/assets/apps/Monadic%20Chat%20Setup%200.8.5.exe) (0.8.5) ### Linux (Ubuntu/Debian) 1. Install Docker Desktop for Linux (See [Docker Desktop for Linux](https://docs.docker.com/desktop/install/linux-install/)). 2. Install Monadic Chat. -- [📦 Installer package for Linux (Ubuntu/Debian) x64](https://yohasebe.com/assets/apps/monadic-chat_0.8.4_amd64.deb) (0.8.4) -- [📦 Installer package for Linux (Ubuntu/Debian) arm64](https://yohasebe.com/assets/apps/monadic-chat_0.8.4_arm64.deb) (0.8.4) +- [📦 Installer package for Linux (Ubuntu/Debian) x64](https://yohasebe.com/assets/apps/monadic-chat_0.8.5_amd64.deb) (0.8.5) +- [📦 Installer package for Linux (Ubuntu/Debian) arm64](https://yohasebe.com/assets/apps/monadic-chat_0.8.5_arm64.deb) (0.8.5) ## How to Install Dependencies diff --git a/docs/installation_ja.md b/docs/installation_ja.md index c278e183..842d81fe 100755 --- a/docs/installation_ja.md +++ b/docs/installation_ja.md @@ -22,8 +22,8 @@ layout: default 1. Docker Desktop for Macをインストールします([詳細](#install-docker-macos))。 2. Monadic Chat のインストーラーをダウンロードしてインストールします。 -- [📦 Installer package for macOS ARM64 (Apple Silicon)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.4-arm64.dmg) (0.8.4) -- [📦 Installer package for macOS x64 (Intel)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.4.dmg) (0.8.4) +- [📦 Installer package for macOS ARM64 (Apple Silicon)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.5-arm64.dmg) (0.8.5) +- [📦 Installer package for macOS x64 (Intel)](https://yohasebe.com/assets/apps/Monadic%20Chat-0.8.5.dmg) (0.8.5) ### Windows @@ -31,15 +31,15 @@ layout: default 2. Docker Desktop for Windowsをインストールします([詳細](#install-docker-win))。 3. Monadic Chat のインストーラーをダウンロードしてインストールします。 -- [📦 Installer package for Windows](https://yohasebe.com/assets/apps/Monadic%20Chat%20Setup%200.8.4.exe) (0.8.4) +- [📦 Installer package for Windows](https://yohasebe.com/assets/apps/Monadic%20Chat%20Setup%200.8.5.exe) (0.8.5) ### Linux (Ubuntu/Debian) 1. Docker Desktop for Linuxをインストールします。(参考:[LinuxにDocker Desktopをインストール](https://docs.docker.jp/desktop/install/linux-install.html)) 2. Monadic Chat のインストーラーをダウンロードしてインストールします。 -- [📦 Installer package for Linux (Ubuntu/Debian) x64](https://yohasebe.com/assets/apps/monadic-chat_0.8.4_amd64.deb) (0.8.4) -- [📦 Installer package for Linux (Ubuntu/Debian) arm64](https://yohasebe.com/assets/apps/monadic-chat_0.8.4_arm64.deb) (0.8.4) +- [📦 Installer package for Linux (Ubuntu/Debian) x64](https://yohasebe.com/assets/apps/monadic-chat_0.8.5_amd64.deb) (0.8.5) +- [📦 Installer package for Linux (Ubuntu/Debian) arm64](https://yohasebe.com/assets/apps/monadic-chat_0.8.5_arm64.deb) (0.8.5) ## 依存ソフトウェアのインストール diff --git a/package-lock.json b/package-lock.json index 637f2c96..ab36b2f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "monadic-chat", - "version": "0.8.4", + "version": "0.8.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "monadic-chat", - "version": "0.8.4", + "version": "0.8.5", "license": "MIT", "dependencies": { "dotenv": "^16.4.5", diff --git a/package.json b/package.json index fd58d93f..e7eb842e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "monadic-chat", "productName": "Monadic Chat", - "version": "0.8.4", + "version": "0.8.5", "description": "Launcher application responsible for starting and stopping Monadic Chat", "main": "main.js", "scripts": {