Skip to content

Commit

Permalink
envsetup: set version 4.23 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya-s-sekhar committed Sep 7, 2024
1 parent e2c8887 commit ed5fb19
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion Changelog.txt → CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Advanced Youtube Client - AYC v4.22 - 06/Jun/2024
Advanced Youtube Client - AYC v4.23 - 07/Sep/2024
Open AYClient.bat

What's new?

[4.23]
- New: Toggle to enable or disable downloading auto-generated subtitles.
- New: Subtitles support added to custom quality youtube downloads.
- Fixed: Thumbnails were not being shown on custom quality youtube downloads.
- Updated: ffmpeg, atomicparsley.

[4.22]
- Fixed: Retries were failing due to a previous optimization from v4.19.
- Updated: Libraries.
Expand Down
6 changes: 3 additions & 3 deletions resources/scripts/envsetup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ set path=%path%;%scripts_path%\tui;
set name=Advanced Youtube Client - AYC
set short_name=AYC
set major_ver=4
set minor_ver=22
set ver_day=06
set ver_month=Jun
set minor_ver=23
set ver_day=07
set ver_month=Sep
set ver_year=2024
set ver_date=%ver_day%/%ver_month%/%ver_year%
set display_version=v%major_ver%.%minor_ver%
Expand Down

0 comments on commit ed5fb19

Please sign in to comment.