This commit is contained in:
EmotionChild 2023-01-23 13:27:58 +13:00
commit e4ff826c99
No known key found for this signature in database
GPG key ID: 15EBDFF858B9A65A
6 changed files with 1369 additions and 849 deletions

View file

@ -1,41 +1,3 @@
# Website
# ellie-patchnotes
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```
Not using SSH:
```
$ GIT_USER=<Your GitHub username> yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
[![Netlify Status](https://api.netlify.com/api/v1/badges/6819b1e5-ef88-4867-86fd-862281cda04d/deploy-status)](https://app.netlify.com/sites/ellie-patchnotes/deploys)

View file

@ -0,0 +1,32 @@
---
slug: 4.3.10-patch-notes
title: 4.3.10 patch notes
authors: [EmotionChild]
tags: [Patchnote]
---
Here are the current patch notes for Ellie
## Added
- 'filterlist / 'fl command which lists link and invite filtering channels and status
- Added support for %target% placeholder in 'alias command
- Added 'forwardtochannel which will forward messages to the current channel. It has lower priority than fwtoall
- Added 'exprtoggleglobal / 'extg which can be used to toggle usage of global expressions on the server
## Changed
- Several club related command have their error messages improved
- Updated help text for 'antispam and 'antiraid
- You can now specify time and date (time is optional) in .remind command instead of relative time, in the format HH:mm dd.MM.YYYY
## Fixed
- Fixed 'cmdcd console error
- Fixed an error when currency is add per xp
- Fixed 'feedadd
- Fixed 'prune @target not working
- Fixed command cooldown calculation

View file

@ -0,0 +1,12 @@
---
slug: small-update
title: Small update on things
authors: [EmotionChild]
tags: [Update]
---
Hey guys sorry for the lack of patch notes I have been really busy with IRL stuff hopefully I can get back into writing the patch notes and publishing them again I am sorry for the lack of posts here and I plan on changing that
Thanks for reading,
EmotionChild

View file

@ -18,7 +18,7 @@ const config = {
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'EllieBotDevs', // Usually your GitHub org/user name.
projectName: 'Ellie-Patchnotes', // Usually your repo name.
projectName: 'ellie-patchnotes', // Usually your repo name.
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
@ -42,7 +42,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/EllieBotDevs/Ellie-Patchnotes/tree/dev/blog',
'https://github.com/EllieBotDevs/ellie-patchnotes/tree/dev/blog',
blogTitle: 'Ellie patchnotes',
blogDescription: 'Here you can find the patch notes for Ellie',
postsPerPage: 'ALL',
@ -69,7 +69,7 @@ const config = {
},
items: [
{
href: 'https://github.com/EllieBotDevs/Ellie-Patchnotes',
href: 'https://github.com/EllieBotDevs/ellie-patchnotes',
label: 'GitHub',
position: 'right',
},
@ -109,7 +109,7 @@ const config = {
items: [
{
label: 'GitHub',
href: 'https://github.com/EllieBotDevs/Ellie-Patchnotes',
href: 'https://github.com/EllieBotDevs/ellie-patchnotes',
},
],
},

View file

@ -24,7 +24,7 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.20"
"@docusaurus/module-type-aliases": "2.2.0"
},
"browserslist": {
"production": [
@ -38,4 +38,4 @@
"last 1 safari version"
]
}
}
}

2120
yarn.lock

File diff suppressed because it is too large Load diff