mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2025-03-04 02:33:06 +08:00
27 lines
947 B
Markdown
27 lines
947 B
Markdown
# Release info
|
|
|
|
Version: 0.3
|
|
|
|
Release date: November 7, 2022
|
|
|
|
# Important
|
|
|
|
1. Default config template `bot/config-template.yml` was changed, reconfiguration needed
|
|
|
|
# New features
|
|
|
|
1. New or changed config variables in `bot/config-template.yml`:
|
|
1. `send_startup_message` - send startup messages (per user in config) or not
|
|
2. Fixed typo in `upload_vide_file` -> `upload_video_file`
|
|
3. `ytdlp_version_check_interval` variable replaced with a new `ytdlp` config
|
|
section:
|
|
1. `version_check_enabled` - check for the new `yt-dlp` version or not
|
|
2. `version_check_interval` - check interval in seconds when enabled,
|
|
default `86400` (24 hours)
|
|
3. `notify_users_on_new_version` - send a notification to Telegram chats about
|
|
the new `yt-dlp` version or not (only log records will contain the message
|
|
about the new version) for every user in the config
|
|
|
|
# Misc
|
|
|
|
1. Updated README
|