Skip to content

Commit

Permalink
Update documentation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vizovitin committed Apr 26, 2023
1 parent 45d1a00 commit 596370a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"changelog": "#{URL}#/blob/master/CHANGELOG.md",
"license": "LICENSE",
"readme": "README.md"
}

0 comments on commit 596370a

Please sign in to comment.