|
| 1 | +v2.5.100 (2 Feb 2025) |
| 2 | +------------------------------------------------------------------------------- |
| 3 | + |
| 4 | +MAJOR FIXES |
| 5 | +- In the download options window, 'Formats' tab, fixed the incorrect handling |
| 6 | + of multiple formats: multiple formats should of course be specified with |
| 7 | + '-f 100/101/102', not '-f 100+101+102'. Also added special handling when |
| 8 | + all specified formats are either video-only or audio-only, so that yt-dlp |
| 9 | + receives '-f (137/136)+(140/139)'. (Note that double quotes would be |
| 10 | + required if using this pattern in the 'Additional download options' box, |
| 11 | + i.e. '-f "(137/136)+(140/139)"' (Git #680) |
| 12 | +- In the Classic Mode tab, fixed the broken 'Download in this format/Convert |
| 13 | + to this format' combo (Git #672) |
| 14 | +- Fixed several issues to do with broken locales, some of which affected all |
| 15 | + locales, some of which affected only the German locale (Git #670) |
| 16 | +- Fixed inability to install yt-dlp and/or FFmpeg on MS Windows (this fix was |
| 17 | + rolled out to MS Windows users as v2.5.062). Also fixed Tartube's inability |
| 18 | + to spot a successful yt-dlp installation in some circumstances (Git #665, |
| 19 | + #679) |
| 20 | + |
| 21 | +MAJOR NEW FEATURES |
| 22 | +- When you re-check or re-download a video, the video and its associated |
| 23 | + metadata files are moved to a temporary folder, rather than being deleted |
| 24 | + immediately. If the re-check/re-download fails, the original files are |
| 25 | + moved back to their original location. This process is not foolproof (it |
| 26 | + would not automatically recover files in the event of a loss of power, for |
| 27 | + example), but should work in most cases (Git #676, #680 and others) |
| 28 | +- In the System Preferences window, in the Operations > Stop tab, you can |
| 29 | + prevent Tartube from trying to process an entire channel or playlist, by |
| 30 | + specifying that a download should stop after finding the first few videos |
| 31 | + that have already been checked/downloaded. You can now specify that videos |
| 32 | + that have been filtered out because of upload date, view count and/or age |
| 33 | + limit should be counted as a checked/downloaded video. This feature is |
| 34 | + optional and disabled by default (Git #671) |
| 35 | + |
| 36 | +MINOR NEW FEATURES |
| 37 | +- In the download options window, in the 'Name' tab, the tooltip for the |
| 38 | + 'Additional download options' box shows a warning about surrounding |
| 39 | + arguments with quotes, when they contain shell special characters (Git |
| 40 | + #680) |
| 41 | +- In the download options window, 'Formats' tab, added a setting to hide |
| 42 | + formats that are apparently obsolete on YouTube. Also added some new |
| 43 | + formats that are currently in use on YouTube, and expanded the descriptions |
| 44 | + for many of the formats (existing and new) |
| 45 | +- In the same window, the 'Type extractor code directly' button now allows you |
| 46 | + to specify formats like '140-drc' that aren't among the list of standard |
| 47 | + formats for Tartube (Git #680) |
| 48 | + |
1 | 49 | v2.5.059 (26 Nov 2024) |
2 | 50 | ------------------------------------------------------------------------------- |
3 | 51 |
|
@@ -43,7 +91,7 @@ MAJOR FIXES |
43 | 91 | - In the Classic Mode tab, livestreams would not download when the 'is a |
44 | 92 | livestream' button was selected, but they downloaded just fine when it |
45 | 93 | wasn't selected. Fixed (Git #643) |
46 | | - |
| 94 | + |
47 | 95 | MINOR FIXES |
48 | 96 | - Fixed incorrect sorting of videos whose names begin/end with whitespace |
49 | 97 | characters or quotes (Git #611) |
@@ -2888,10 +2936,10 @@ MINOR FIXES |
2888 | 2936 | - When deleting large channels/playlists/folders, sometimes not everything was |
2889 | 2937 | deleted, and the user had to delete the item a second time. This was due to |
2890 | 2938 | inconsistencies in the Tartube database, which have now been fixed |
2891 | | -- Channels/playlists/folders beginning with a number, e.g. '5 Pewdiepie', were |
2892 | | - supposed to be displayed in numerical order, rather than in strict |
2893 | | - alphabetical order. This did not work as intended (e.g. '11 Pewdiepie' was |
2894 | | - listed before '1 T-Series'). Fixed again |
| 2939 | +- Channels/playlists/folders beginning with a number, e.g. '5 Games Channel', |
| 2940 | + were supposed to be displayed in numerical order, rather than in strict |
| 2941 | + alphabetical order. This did not work as intended (e.g. '11 Games Channel' |
| 2942 | + was listed before '1 Comedy Channel'). Fixed again |
2895 | 2943 | - In the 'Delete channel' dialogue window (and so on), the name of the channel |
2896 | 2944 | to be deleted is now displayed prominently |
2897 | 2945 | - The size of the MS Windows installer has been reduced by about 40% |
|
0 commit comments