mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			395 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			395 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Changelog
 | 
						||
 | 
						||
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
 | 
						||
 | 
						||
## Unreleased
 | 
						||
 | 
						||
-
 | 
						||
 | 
						||
## [3.0.11] - 17.12.2021
 | 
						||
 | 
						||
### Added
 | 
						||
- `.remindl` and `.remindrm` commands now supports optional 'server' parameter for Administrators which allows them to delete any reminder created on the server
 | 
						||
- Added slots.currencyFontColor to gambling.yml
 | 
						||
- Added `.qexport` and `.qimport` commands which allow you to export and import quotes just like `.crsexport`
 | 
						||
- Added `.showembed <msgid>` and `.showembed #channel <msgid>` which will show you embed json from the specified message
 | 
						||
 | 
						||
### Changed
 | 
						||
- `.at` and `.atl` commands reworked
 | 
						||
  - Persist restarts
 | 
						||
  - Will now only translate non-commands
 | 
						||
  - You can switch between `.at del` and `.at` without clearing the user language registrations
 | 
						||
  - Disabling `.at` will clear all user language registrations on that channel
 | 
						||
  - Users can't register languages if the `.at` is not enabled
 | 
						||
  - Looks much nicer
 | 
						||
    - Bot will now reply to user messages with a translation if `del` is disabled
 | 
						||
    - Bot will make an embed with original and translated text with user avatar and name if `del` is enabled
 | 
						||
  - If the bot is unable to delete messages while having `del` enabled, it will reset back to the no-del behavior for the current session  
 | 
						||
 | 
						||
### Fixed
 | 
						||
- `.crypto` now supports top 5000 coins
 | 
						||
 | 
						||
## [3.0.10] - 01.12.2021
 | 
						||
 | 
						||
### Changed
 | 
						||
- `.warn` now supports weighted warnings
 | 
						||
- `.warnlog` will now show current amount and total amount of warnings
 | 
						||
 | 
						||
### Fixed
 | 
						||
- `.xprewsreset` now has correct permissions
 | 
						||
 | 
						||
### Removed 
 | 
						||
- Removed slot.numbers from `images.yml` as they're no longer used
 | 
						||
 | 
						||
## [3.0.9] - 21.11.2021
 | 
						||
 | 
						||
### Changed
 | 
						||
- `.ea` will now use an image attachments if you omit imageUrl
 | 
						||
 | 
						||
### Added
 | 
						||
- Added `.emojiadd` with 3 overloads
 | 
						||
  - `.ea :customEmoji:` which copies another server's emoji 
 | 
						||
  - `.ea newName :customEmoji:` which copies emoji under a different name
 | 
						||
  - `.ea emojiName <imagelink.png>` which creates a new emoji from the specified image
 | 
						||
- Patreon Access and Refresh Tokens should now be automatically updated once a month as long as the user has provided the necessary credentials in creds.yml file:
 | 
						||
  - `Patreon.ClientId`
 | 
						||
  - `Patreon.RefreshToken` (will also get updated once a month but needs an initial value)
 | 
						||
  - `Patreon.ClientSecret`
 | 
						||
  - `Patreon.CampaignId`
 | 
						||
 | 
						||
### Fixed
 | 
						||
- Fixed an error that would show up in the console when a club image couldn't be drawn in certain circumstances
 | 
						||
 | 
						||
## [3.0.8] - 03.11.2021
 | 
						||
 | 
						||
### Added 
 | 
						||
- Created VotesApi project nad re-worked vote rewards handling
 | 
						||
  - Updated votes entries in creds.yml with explanations on how to set up vote links
 | 
						||
 | 
						||
### Fixed
 | 
						||
- Fixed adding currency to users who don't exist in the database
 | 
						||
- Memory used by the bot is now correct (thanks to kotz)
 | 
						||
- Ban/kick will no longer fail due to too long reasons
 | 
						||
- Fixed some fields not preserving inline after string replacements
 | 
						||
 | 
						||
### Changed
 | 
						||
- `images.json` moved to `images.yml`
 | 
						||
  - Links will use the new cdn url
 | 
						||
  - Heads and Tails images will be updated if you haven't changed them already
 | 
						||
- `.slot` redesigned (and updated entries in `images.yml`)
 | 
						||
- Reduced required permissions for .qdel (thanks to tbodt)
 | 
						||
 | 
						||
## [3.0.7] - 05.10.2021
 | 
						||
 | 
						||
### Added
 | 
						||
- `.streamsclear` re-added. It will remove all followed streams on the server.
 | 
						||
- `.gifts` now have 3 new ✂️ Haircut 🧻 ToiletPaper and 🥀 WiltedRose which **reduce** waifu's value
 | 
						||
  - They are called negative gifts
 | 
						||
  - They show up at the end of the `.gifts` page and are marked with a broken heart
 | 
						||
  - They have a separate multiplier (`waifu.multi.negative_gift_effect` default 0.5, changeable via `.config gambling` or `data/gambling.yml`)
 | 
						||
  - When gifted, the waifu's price will be reduced by the `price * multiplier` 
 | 
						||
  - Negative gifts don't show up in `.waifuinfo` nor is the record of them kept in the database
 | 
						||
 | 
						||
### Fixed 
 | 
						||
- Fixed `%users%` and `%shard.usercount%` placeholders not showing correct values
 | 
						||
 | 
						||
## [3.0.6] - 27.09.2021
 | 
						||
 | 
						||
### Added
 | 
						||
 | 
						||
- .logignore now supports ignoring users and channels. Use without parameters to see the ignore list
 | 
						||
 | 
						||
### Changed
 | 
						||
 | 
						||
- Hangman rewrite
 | 
						||
  - Hangman categories are now held in separate .yml files in data/hangman/XYZ.yml where XYZ is the category name
 | 
						||
 | 
						||
### Fixed
 | 
						||
 | 
						||
- Fixed an exception which caused repeater queue to break
 | 
						||
- Fixed url field not working in embeds
 | 
						||
 | 
						||
## [3.0.5] - 20.09.2021
 | 
						||
 | 
						||
### Fixed
 | 
						||
 | 
						||
- Fixed images not automatically reloading on startup if the keys don't exist
 | 
						||
- Fixed `.logserver` - it should no longer throw an exception if you had no logsettings previously
 | 
						||
 | 
						||
## [3.0.4] - 16.09.2021
 | 
						||
 | 
						||
### Added
 | 
						||
 | 
						||
- Fully translated to Brazilian Portuguese 🎉
 | 
						||
- Added `%server.boosters%` and `%server.boost_level%` placeholders
 | 
						||
- Added `DmHelpTextKeywords` to `data/bot.yml`
 | 
						||
  - Bot now sends dm help text ONLY if the message contains one of the keywords specified
 | 
						||
  - If no keywords are specified, bot will reply to every DM (like before)
 | 
						||
 | 
						||
### Fixed
 | 
						||
 | 
						||
- Possible fix for `.repeat` bug
 | 
						||
  - Slight adjustment for repeater logic
 | 
						||
  - Timer should no longer increase on some repeaters
 | 
						||
  - Repeaters should no longer have periods when they're missing from the list  
 | 
						||
- Fixed several commands which used error color for success confirmation messages
 | 
						||
 | 
						||
## [3.0.3] - 15.09.2021
 | 
						||
 | 
						||
### Added
 | 
						||
 | 
						||
- Added `.massban` to ban multiple people at once. 30 second cooldown
 | 
						||
- Added `.youtubeuploadnotif` / `.yun` as a shortcut for subscribing to a youtube channel's rss feed
 | 
						||
- Added `.imageonlychannel` / `.imageonly` to prevent users from posting anything but images in the channel
 | 
						||
- Added `.config games hangman.currency_reward` and a property with the same name in games.yml
 | 
						||
  - If set, users will gain the specified amount of currency for each hangman win
 | 
						||
- Fully translated to Spanish, Russian and Ukrainian 🎉
 | 
						||
 | 
						||
### Changed
 | 
						||
 | 
						||
- Ban `.warnp` will now prune user's messages
 | 
						||
 | 
						||
### Fixed
 | 
						||
 | 
						||
- `.boostmsg` will now properly show boost, and not greet message
 | 
						||
 | 
						||
## [3.0.2] - 12.09.2021
 | 
						||
 | 
						||
### Added
 | 
						||
 | 
						||
- `.rero` now optionally takes a message id to which to attach the reaction roles
 | 
						||
- Fully translated to German 🎉
 | 
						||
- Added `.boost`, `.boostmsg` and `.boostdel` commands which allow you to have customizable messages when someone boosts your server, with auto-deletion support
 | 
						||
 | 
						||
### Changed
 | 
						||
 | 
						||
- Updated `.greetmsg` and `.byemsg` command help to match the new `.boost` command help
 | 
						||
- Updated response embed colors in greet commands
 | 
						||
    - Success -> green
 | 
						||
    - Warning or Disable -> yellow.
 | 
						||
 | 
						||
### Fixed
 | 
						||
 | 
						||
- `.timely` will now correctly use `Ok` color
 | 
						||
- Fixed `.log` commands
 | 
						||
 | 
						||
### Removed
 | 
						||
 | 
						||
- Removed `.novel` command as it no longer works
 | 
						||
 | 
						||
## [3.0.1] - 10.09.2021
 | 
						||
 | 
						||
### Fixed
 | 
						||
 | 
						||
- Fixed some issues with the embeds not showing the correct data
 | 
						||
 | 
						||
## [3.0.0] - 06.09.2021
 | 
						||
 | 
						||
### Changed
 | 
						||
 | 
						||
- Renamed `credentials.json` to `creds.yml` (example in `creds_example.yml`)
 | 
						||
  - Most of the credentials from 2.x will be automatically migrated
 | 
						||
  - Explanations on how to get the keys are added as the comments
 | 
						||
- Code cleanup
 | 
						||
  - Command attributes cleaned up
 | 
						||
    - Removed dummy Remarks and Usages attributes as hey were unused for a few patches but stayed in the code to avoid big git diffsmigration code has ran and it can be safely removed 
 | 
						||
  - There are 2 projects: NadekoBot and NadekoBot.Coordinator
 | 
						||
    - You can directly run NadekoBot as the regular bot with one shard
 | 
						||
    - Run NadekoBot.Coordinator if you want more control over your shards and a grpc api for coordinator with which you can start, restart, kill and see status of shards
 | 
						||
  - Small performance improvements
 | 
						||
  - Db Migrations squashed
 | 
						||
  - A lot of cleanup all around
 | 
						||
- Many guides reworked
 | 
						||
  - Guides now instruct users to set build output to nadekobot/output instead of running from nadekobot/src/NadekoBot
 | 
						||
 | 
						||
### Fixed
 | 
						||
 | 
						||
- Fixed many response strings which were formatted or used incorrectly
 | 
						||
 | 
						||
### Removed
 | 
						||
 | 
						||
- Removed All database migrations and data (json file) migrations
 | 
						||
  - As updating to the latest 2.x version before switching over to v3 is mandated (or fresh v3 install), that means all
 | 
						||
 | 
						||
## [2.46.2] - 14.07.2021
 | 
						||
 | 
						||
### Fixed 
 | 
						||
 | 
						||
- Fixed .save for local songs
 | 
						||
- Fixed .lq for local songs if the song names are too long
 | 
						||
- Fixed hierarchy check for .warnpunish with role argument
 | 
						||
 | 
						||
## [2.46.1] - 21.06.2021
 | 
						||
 | 
						||
### Fixed
 | 
						||
 | 
						||
- Fixed some response strings (thx Ala)
 | 
						||
- Fixed repeaters having 5 global limit, instead of 5 server limit (thx cata)
 | 
						||
 | 
						||
## [2.46.0] - 17.06.2021
 | 
						||
 | 
						||
### Added
 | 
						||
 | 
						||
- Added some nsfw commands
 | 
						||
 | 
						||
### Changed
 | 
						||
 | 
						||
- `.aar` reworked. Now supports multiple roles, up to 3.
 | 
						||
  - Toggle roles that are added to newly joined users with `.aar RoleName`
 | 
						||
  - Use `.aar` to list roles which will be added
 | 
						||
  - Roles which are deleted are automatically cleaned up from `.aar`
 | 
						||
- `.inrole` now also shows user ids
 | 
						||
- Blacklist commands (owner only) `.ubl` `.sbl` and `.cbl` will now list blacklisted items when no argument (or a page number) is provided
 | 
						||
- `.cmdcd` now works with customreactions too
 | 
						||
- `.xprr` usage changed. It now takes add/rm parameter to add/remove a role ex. You can only take or remove a single role, adding and removing a role at the same level doesn't work (yet?)
 | 
						||
    - example: `.xprr 5 add Member` or `.xprr 1 rm Newbie`
 | 
						||
 | 
						||
## [2.45.2] - 14.06.2021
 | 
						||
 | 
						||
### Added
 | 
						||
 | 
						||
- Added `.duckduckgo / .ddg` search
 | 
						||
 | 
						||
### Changed
 | 
						||
 | 
						||
- `.invlist` shows expire time and is slightly prettier
 | 
						||
 | 
						||
### Fixed
 | 
						||
 | 
						||
- `.antialt` will be properly cleaned up when the bot leaves the server
 | 
						||
 | 
						||
## [2.45.1] - 12.06.2021
 | 
						||
 | 
						||
### Added
 | 
						||
 | 
						||
- Added many new aliases to custom reaction commands in the format ex + "action" to prepare for the future rename from CustomReactions to Expressions
 | 
						||
- You can now `.divorce` via username#discrim even if the user no longer exists
 | 
						||
 | 
						||
### Changed
 | 
						||
 | 
						||
- DmHelpText should now have %prefix% and %bot.prefix% placeholders available
 | 
						||
- Added squares which show enabled features for each cr in `.lcr`
 | 
						||
- Changed CustomReactions' IDs to show, and accept base 32 unambigous characters instead of the normal database IDs (this will result in much shorter cr IDs in case you have a lot of them)
 | 
						||
- Improved `.lcr` helptext to explain what's shown in the output
 | 
						||
- `.rolecolor <color> <role>` changed to take color, then the role, to make it easier to set color for roles with multiple words without mentioning the role
 | 
						||
- `.acmdcds` alias chanaged to `.cmdcds`
 | 
						||
- `.8ball` will now cache results for a day
 | 
						||
- `.chatmute` and `.voicemute` now support timed mutes
 | 
						||
 | 
						||
### Fixed
 | 
						||
 | 
						||
- Fixed `.config <conf> <prop>` exceeding embed field character limit
 | 
						||
 | 
						||
## [2.45.0] - 10.06.2021
 | 
						||
 | 
						||
### Added
 | 
						||
 | 
						||
- Added `.crsexport` and `.crsimport` 
 | 
						||
  - Allows for quick export/import of server or global custom reactions
 | 
						||
  - Requires admin permissions for server crs, and owner for global crs
 | 
						||
  - Explanation of the fields is in the comment at the top of the `.crsexport` .yml file
 | 
						||
- Added `.mquality` / `.musicquality` - Set encoding quality. Has 4 presets - Low, Medium, High, Highest. Default is Highest
 | 
						||
- Added `.xprewsreset` which resets all currently set xp level up rewards
 | 
						||
- Added `.purgeuser @User` which will remove the specified from the database completely. Removed settings include: Xp, clubs, waifu, currency, etc...
 | 
						||
- Added `.config xp txt.per_image` and xpFromImage to xp.yml - Change this config to allow xp gain from posting images. Images must be 128x128 or greater in size
 | 
						||
- Added `.take <amount> <role>` to complement `.award <amount> role`
 | 
						||
- Added **Fans** list to `.waifuinfo` which shows how many people have their affinity set to you
 | 
						||
- Added `.antialt` which will punish any user whose account is younger than specified threshold
 | 
						||
 | 
						||
### Changed
 | 
						||
 | 
						||
- `.warne` with no args will now show current state
 | 
						||
- .inrole` will now lists users with no roles if no role is provided
 | 
						||
- Music suttering fixed on some systems
 | 
						||
- `.say` moved to utility module
 | 
						||
- Re-created GuildRepeaters table and renamed to Repeaters
 | 
						||
- confirmation prompts will now use pending color from bot config, instead of okcolor
 | 
						||
- `.mute` can now have up to 49 days mute to match .warnp
 | 
						||
- `.warnlog` now has proper pagination (with reactions) and checking your own warnings past page 1 works correctly now with `.warnlog 2`
 | 
						||
 | 
						||
### Fixed
 | 
						||
 | 
						||
- obsolete_use string fixed
 | 
						||
- Fixed `.crreact`
 | 
						||
 | 
						||
## [2.44.4] - 06.06.2021
 | 
						||
 | 
						||
### Added
 | 
						||
 | 
						||
- Re-added `%music.playing%` and `%music.queued%` (#290)
 | 
						||
- Added `%music.servers%` which shows how many servers have a song queued up to play  
 | 
						||
ℹ️ ^ Only available to `.ropl` / `.adpl` feature atm
 | 
						||
- `.autodc` re-added
 | 
						||
- `.qrp`, `.vol`, `.smch` `.autodc` will now persist
 | 
						||
 | 
						||
### Changed
 | 
						||
 | 
						||
- Using `.commands` / `.cmds` without a module will now list modules
 | 
						||
- `.qrp` / `.queuerepeat` will now accept one of 3 values
 | 
						||
    - `none` - don't repeat queue
 | 
						||
    - `track` - repeat single track
 | 
						||
    - `queue` (or ommit) - repeat entire queue
 | 
						||
- your old `.defvol` and `.smch` settings will be reset
 | 
						||
 | 
						||
### Fixed
 | 
						||
 | 
						||
- Fixed `.google` / `.g` command
 | 
						||
- Removing last song in the queue will no longer reset queue index
 | 
						||
- Having `.rpl` disabled will now correctly stop after the last song, closes #292
 | 
						||
 | 
						||
### Removed 
 | 
						||
 | 
						||
- `.sad` removed. It's more or less useless. Use `.qrp` and `.autodc` now for similar effect
 | 
						||
 | 
						||
### Obsolete
 | 
						||
 | 
						||
- `.rcs` is obsolete, use `.qrp s` or `.qrp song`
 | 
						||
- `.defvol` is obsolete, use `.vol`
 | 
						||
 | 
						||
## [2.44.3] - 04.06.2021
 | 
						||
 | 
						||
### Changed
 | 
						||
 | 
						||
- Minor perf improvement for filter checks
 | 
						||
 | 
						||
### Fixed 
 | 
						||
 | 
						||
- `.qs` result urls are now valid
 | 
						||
- Custom reactions with "`-`" as a response should once again disable that custom reaction completely
 | 
						||
- Fixed `.acrm` out of range string
 | 
						||
- Fixed `.sclist` and `.aclist` not showing correct indexes past page 1
 | 
						||
 | 
						||
## [2.44.2] - 02.06.2021
 | 
						||
 | 
						||
### Added
 | 
						||
 | 
						||
- Music related commands reimplemented with custom code, **considered alpha state**
 | 
						||
- Song and playlist caching (faster song queue after first time)
 | 
						||
- Much faster starting and skipping once the songs are in the queue
 | 
						||
- Higher quality audio (no stuttering too!)
 | 
						||
- Local tracks will now have durations if you have ffprobe installed (comes with ffmpeg)
 | 
						||
- Bot supports joining a different vc without skipping the song if you use `.j` 
 | 
						||
  - ⚠️ **DO NOT DRAG THE BOT** to another vc, as it's not properly supported atm, and you will have to do `.play` after dragging it) 
 | 
						||
- `.j` makes the bot join your voice channel
 | 
						||
- `.p` is now alias of play, pause is `.pause`
 | 
						||
- `.qs` should work without google api key now for most users as it is using a custom loader
 | 
						||
- Added `.clubs` alias for `.clublb`
 | 
						||
 | 
						||
### Changed
 | 
						||
 | 
						||
- `.ms` no longer takes `>` between arguments (`.ms 1 5` now, was `.ms 1>5` before)
 | 
						||
- FlowerShop renamed to Shop
 | 
						||
 | 
						||
### Fixed
 | 
						||
 | 
						||
- Fixed decay bug giving everyone 1 flower every 24h
 | 
						||
- Fixed feeds which have rss media items without a type
 | 
						||
- Fixed `.acrm` index not working
 | 
						||
- Fixed and error reply when a waifu item doesn't exist
 | 
						||
- Disabled colored console on windows as they were causing issues for some users
 | 
						||
- Fixed/Updated some strings and several minor bugfixes
 | 
						||
 | 
						||
### Removed
 | 
						||
 | 
						||
- Removed admin requirement on `.scrm` as it didn't make sense
 | 
						||
- Some Music commands are removed because of the complexity they bring in with little value (if you *really* want them back, you can open an issue and specify your *good* reason) |