Updated pachnotes.

This commit is contained in:
Toastie 2025-03-21 20:39:03 +13:00
parent 8f8d0dd2d5
commit 072e194fb0
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
11 changed files with 792 additions and 869 deletions

Binary file not shown.

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.0.5",
"astro": "5.5.3",
"sass": "^1.80.6",
"sharp": "^0.33.3"
},

View file

@ -0,0 +1,16 @@
---
title: 'Ellie Bot 6.0.10.'
date: '2025-03-20'
versionNumber: '6.0.10'
description: 'Ellie Bot version 6.0.10 release notes.'
---
### Changed
- Live channels `.lcha` is limited to 1 for now. It will be reverted back to 5 in a couple of days at most as some things need to be implemented.
### Fixed
- `.antispam` won't break if you have thread channels in the server anymore
- `.ve` now works properly
- selfhosters: `.yml` parsing errors will now tell you which .yml file is causing the issue and why.

View file

@ -0,0 +1,13 @@
---
title: 'Ellie Bot 6.0.11.'
date: '2025-03-20'
versionNumber: '6.0.11'
description: 'Ellie Bot version 6.0.11 release notes.'
---
### Changed
- wordfilter, invitefilter and linkfilter will now properly detect forwarded messages, as forwards were used to circumvent filtering.
### Fixed
- `.dmc` fixed
- Fixed .streamremove - now showing proper youtube name when removing instead of channel id

View file

@ -0,0 +1,11 @@
---
title: 'Ellie Bot 6.0.12.'
date: '2025-03-20'
versionNumber: '6.0.12'
description: 'Ellie Bot version 6.0.12 release notes.'
---
### Fixed
- `.antispamignore` fixed for the last time hopefully
- protection commands are some of the oldest commands, and they might get overhauled in future updates
- please report if you find any other weird issue with them

View file

@ -0,0 +1,20 @@
---
title: 'Ellie Bot 6.0.5.'
date: '2025-03-15'
versionNumber: '6.0.5'
description: 'Ellie Bot version 6.0.5 release notes.'
---
### Added
- Aded a title in `.whosplaying`
- Added a crown emoji next to commands if -v 1 or -v2 option is specified
### Changed
- `.remind` looks better
- `.savechat` no longer owner only, up to 1000 messages - unlimited if ran by the bot owner
### Fixed
- `.ropl` fixed

View file

@ -0,0 +1,19 @@
---
title: 'Ellie Bot 6.0.6.'
date: '2025-03-16'
versionNumber: '6.0.6'
description: 'Ellie Bot version 6.0.6 release notes.'
---
### Added
- Added youtube live stream notification support for `.streamadd`
- it only works by using an invidious instance (with a working api) from data/searches.yml
### Fixed
- Fixed `.hangman` not receiving input sometimes
- Fixed `.sfl` and similar toggles not working
- Fixed `.antialt` and other protection commands not properly turning on
- Fixed `%bot.time%` and `%bot.date%` placeholders showing wrong date.
- No longer a timestamp

View file

@ -0,0 +1,21 @@
---
title: 'Ellie Bot 6.0.7.'
date: '2025-03-19'
versionNumber: '6.0.7'
description: 'Ellie Bot version 6.0.7 release notes.'
---
### Added
- Schedule commands!
- `.scha <time> <text>` adds the command to be excuted after the specified amount of time
- `.schd <id>` deletes the command with the specified id
- `.schl` lists your scheduled commands
- `.masskick` added as massban and masskill already exist
- `.xpex` and `.xpexl` are back, as there was no way to exclude specific users or roles with .xprate
### Fix
- `.xprate` will now (as exclusion did) respect parent channel xp rates in threads
- the xprate system will first check if a thread channel has a rate set
- if it doesn't it will try to use the parent channel's rate

View file

@ -0,0 +1,19 @@
---
title: 'Ellie Bot 6.0.8.'
date: '2025-03-19'
versionNumber: '6.0.8'
description: 'Ellie Bot version 6.0.8 release notes.'
---
### Added
- Live channel commands
- `.lcha` adds a channel with a template message (supports placeholders, and works on category channels too!)
- Every 10 minutes, channel name will be updated
- example: `.lcha #my-channel --> Members: %server.members% <--` will display the number of members in the server as a channel name, updating once every 10 minutes
- `.lchl` lists all live channels (Up to 5)
- `.lchd <channel or channelId>` removed a live channel
### Fixed
- `.antispamignore` fixed

View file

@ -0,0 +1,15 @@
---
title: 'Ellie Bot 6.0.9.'
date: '2025-03-19'
versionNumber: '6.0.9'
description: 'Ellie Bot version 6.0.9 release notes.'
---
### Changed
- `.cinfo` now also has a member list
### Fixed
- `.antispamignore` will now properly persist through restarts
- livechannels and scheduled commands will now be inside utility module as they should

1525
yarn.lock

File diff suppressed because it is too large Load diff