Added a new page and updated the software
This commit is contained in:
parent
731a06c266
commit
ac38efff9c
3 changed files with 2020 additions and 2071 deletions
30
blog/2022-11-10-4.3.10-patch-notes.md
Normal file
30
blog/2022-11-10-4.3.10-patch-notes.md
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
---
|
||||||
|
slug: 4.1.10-patch-notes
|
||||||
|
title: 4.1.10 patch notes
|
||||||
|
authors: [EmotionChild]
|
||||||
|
tags: [Patchnote]
|
||||||
|
---
|
||||||
|
|
||||||
|
## 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
|
10
package.json
10
package.json
|
@ -14,9 +14,9 @@
|
||||||
"write-heading-ids": "docusaurus write-heading-ids"
|
"write-heading-ids": "docusaurus write-heading-ids"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "2.0.0-beta.20",
|
"@docusaurus/core": "2.2.0",
|
||||||
"@docusaurus/preset-classic": "2.0.0-beta.20",
|
"@docusaurus/preset-classic": "2.2.0",
|
||||||
"@docusaurus/types": "^2.0.0-beta.20",
|
"@docusaurus/types": "^2.2.0",
|
||||||
"@mdx-js/react": "^1.6.22",
|
"@mdx-js/react": "^1.6.22",
|
||||||
"clsx": "^1.1.1",
|
"clsx": "^1.1.1",
|
||||||
"prism-react-renderer": "^1.3.1",
|
"prism-react-renderer": "^1.3.1",
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
"react-dom": "^17.0.2"
|
"react-dom": "^17.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "2.0.0-beta.20"
|
"@docusaurus/module-type-aliases": "2.2.0"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
@ -38,4 +38,4 @@
|
||||||
"last 1 safari version"
|
"last 1 safari version"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue