Releases: woefe/ytcc
Releases · woefe/ytcc
Version 2.4.0
- Add thumbnail support
Version 2.3.0
- Truncate long tables to terminal width
- Add --truncate option to control the truncating behavior
- Add unmark functionality to
tui
command - Fix empty descriptions in ytccf.sh script
Version 2.2.0
Version 2.1.0
- Add
restrict_filenames
andmax_duration
config options - Add RSS printer (
--output rss
) to generate a video feed - Add
umark
subcommand and key-binding to ytccf.sh - Add
--order-by
option tolist
subcommand - Changed watched status from simple yes/no flag to date
- Changed behavior of
--watched
option and added--unwatched
option.--watched
now lists only watched videos and not all videos. To list all videos use both--watched --unwatched
.
Version 2.0.1
- Fix cleanup command
- Add ytccf.sh script to setup.py (and therefore also to the pypi.org package)
- Improve autocompletion
Version 2.0.0
This release is not backwards compatible with older releases. Check the migration docs to migrate your old subscriptions.
New features and changes:
- New ytcc command structure. See
ytcc --help
to get started - Support for platforms other than YouTube: ytcc now is based on youtube-dl's playlist features. (#7)
- A tagging feature has been added for easier categorization of subscriptions (#23)
- Windows (10) support
- The ytcc command now supports reading IDs from stdin, which makes it more reusable. See the ytccf script based on fzf for an alternative terminal user interface
- Improved startup time
- Video duration (#25)
- JSON output
- Fixed wide character support in printed tables (#62)
- Dropped support for Python 3.6
Version 2.0.0b2
- Windows support
- Fixed some crashes
- Python 3.7 support
- Faster startup
Version 2.0.0b1
Tons of new stuff
Version 1.8.5
- Fix random crash that sometimes occurs on some YouTube feeds. (See #41)
Version 1.8.4
- Fixed not being able to add new channels