From 596370a98c9ac5155866dd55059aefa359cf05e4 Mon Sep 17 00:00:00 2001 From: Nikolay Vizovitin <73231049+vizovitin@users.noreply.github.com> Date: Wed, 26 Apr 2023 16:13:35 +0300 Subject: [PATCH] Update documentation for release --- CHANGELOG.md | 4 +++- README.md | 4 +++- module.json | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f97b40..d0eaa0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to the project will be documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## [0.1.1] - 2023-04-26 ### Added @@ -19,3 +19,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Customizable ChatGPT prompt. - HTML formatted ChatGPT responses in the chat log with selectable text. - Proper OpenAI API error handling and reporting. + +[0.1.1]: https://github.com/vizovitin/foundryvtt-ask-chatgpt/releases/tag/0.1.1 diff --git a/README.md b/README.md index 6734108..47f0819 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@ Customizable ChatGPT integration for Foundry VTT. -![](https://img.shields.io/badge/Foundry_VTT-v10-informational) +![Foundry VTT 10](https://img.shields.io/badge/Foundry_VTT-v10-informational?style=flat-square) ![GitHub all releases downloads](https://img.shields.io/github/downloads/vizovitin/foundryvtt-ask-chatgpt/total?label=downloads%40total&style=flat-square) ![GitHub latest release downloads](https://img.shields.io/github/downloads/vizovitin/foundryvtt-ask-chatgpt/latest/total?style=flat-square) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vizovitin/foundryvtt-ask-chatgpt/ci.yml?label=ci&logo=github&style=flat-square) ## Installation You can install the module using the following manifest URL: +`https://github.com/vizovitin/foundryvtt-ask-chatgpt/releases/latest/download/module.json` + ## How to use First enter you [OpenAI API key](https://platform.openai.com/account/api-keys) in the module settings. diff --git a/module.json b/module.json index d9a473e..84d78c2 100644 --- a/module.json +++ b/module.json @@ -21,6 +21,7 @@ "url": "#{URL}#", "manifest": "#{MANIFEST}#", "download": "#{DOWNLOAD}#", + "changelog": "#{URL}#/blob/master/CHANGELOG.md", "license": "LICENSE", "readme": "README.md" }