mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-20 03:01:04 -05:00
Bump version 0.7.0
This commit is contained in:
10
README.md
10
README.md
@@ -93,14 +93,20 @@ npm start
|
|||||||
|
|
||||||
### Setup with Docker Hub image
|
### Setup with Docker Hub image
|
||||||
1. Install Docker for your OS.
|
1. Install Docker for your OS.
|
||||||
1. Open a command prompts and run this one-liner:
|
1. Open a command prompts and run:
|
||||||
```sh
|
```sh
|
||||||
docker build https://github.com/charlocharlie/markov-discord.git
|
docker pull charlocharlie/markov-discord
|
||||||
|
docker run --rm -d charlocharlie/markov-discord:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
### 0.7.0
|
||||||
|
* Convert project to Typescript
|
||||||
|
* Optimize Docker build (smaller image)
|
||||||
|
* Load corpus from filesystem to reduce memory load
|
||||||
|
|
||||||
### 0.6.2
|
### 0.6.2
|
||||||
* Fix MarkovDB not loading on boot
|
* Fix MarkovDB not loading on boot
|
||||||
|
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "markbot",
|
"name": "markbot",
|
||||||
"version": "0.6.2",
|
"version": "0.7.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "markbot",
|
"name": "markbot",
|
||||||
"version": "0.6.2",
|
"version": "0.7.0",
|
||||||
"description": "A conversational Markov chain bot for Discord",
|
"description": "A conversational Markov chain bot for Discord",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user