Skip to content

Commit 118eb44

Browse files
author
A S Lewis
committed
Update to v2.5.040
1 parent 3f13061 commit 118eb44

File tree

21 files changed

+13134
-1490
lines changed

21 files changed

+13134
-1490
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Authors ordered by first contribution:
66

77
Translations:
88
Chinese (simplified): archblue
9+
Chinese (traditional): hugoalh
910
Dutch: Heimen Stoffels
1011
French: Le Sharkoïste,
1112
https://hosted.weblate.org/projects/tartube/language-names/fr/

CHANGES

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
v2.5.040 (31 Jul 2024)
2+
-------------------------------------------------------------------------------
3+
4+
MAJOR FIXES
5+
- Fixed rare crashes caused by the system tray icon (Git #577)
6+
- Fixed failure to add videos/channels/playlists to the Progress List (the
7+
top half of the Progress tab) in certain circumstances (Git #651)
8+
- In the Classic Mode tab, livestreams would not download when the 'is a
9+
livestream' button was selected, but they downloaded just fine when it
10+
wasn't selected. Fixed (Git #643)
11+
12+
MINOR FIXES
13+
- Fixed incorrect sorting of videos whose names begin/end with whitespace
14+
characters or quotes (Git #611)
15+
- In the preferences window, Downloaders > Forks tab, fixed the broken button
16+
'When using other downloaders, filter out youtube-dl options' (Git #614)
17+
- Fixed inability to re-download videos when the youtube-dl archive file is
18+
enabled (Git #613, #623)
19+
- In the Classic Mode tab, the 'Clear downloaded' button didn't work for any
20+
videos which were not downloaded because of the youtube-dl archive file,
21+
when use of that file was enabled. Fixed (Git #621)
22+
- In the Custom Download Settings window, the spinbutton to set the maximum
23+
delay did not work. Fixed it (Reddit)
24+
- When using the 'strict' installers, it was not possible to set the path to
25+
the youtube-dl executable due to more broken buttons. Fixed (Git #633)
26+
- Fixed various python errors and warnings generated only by the most recent
27+
versions of Python
28+
- In the setup wizard, removed the FFmpeg installation page for users who
29+
should not have been able to see it
30+
- While downloading Odysee videos, "Pre-processing" is seen in the Progress tab
31+
both before AND after the actual video download. Fixed it
32+
- When DEBUG_FUNC flags are enabled (by editing the source code), tweaked the
33+
code so that text is not constantly sent to STDOUT while Tartube is idle
34+
- When changing Tartube's locale in the preferences window, the message
35+
'The new setting will be applied when Tartube restarts" appears in the
36+
wrong place, messing up the formatting. Fixed
37+
38+
MINOR NEW FEATURES
39+
- Added (traditional) Chinese translation. Thanks to hugoalh
40+
- In the Video Index (the left-hand column in the Videos tab), you can now
41+
disable dialogue windows when moving videos/channels/playlists/folders.
42+
Click Edit > System preferences > Windows > Dialogues, and deselect the
43+
'Prompt the user..." buttons (Git #624)
44+
- Linux users can now use both pip3 or pipx to install or update youtube-dl
45+
and other components
46+
147
v2.5.0 (3 Jan 2024)
248
-------------------------------------------------------------------------------
349

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ Problems can be reported at `our GitHub page <https://github.com/axcore/tartube/
4444
3 Downloads
4545
===========
4646

47-
Stable release: **v2.5.0 (3 Jan 2024)**
47+
Stable release: **v2.5.040 (31 Aug 2024)**
4848

49-
Development release: **v2.5.028 (6 Aug 2024)**
49+
Development release: **v2.5.040 (31 Aug 2024)**
5050

5151
Official packages (also available from the `Github release page <https://github.com/axcore/tartube/releases>`__):
5252

53-
- `MS Windows (64-bit) installer <https://sourceforge.net/projects/tartube/files/v2.5.0/install-tartube-2.5.0-64bit.exe/download>`__, `MS Windows (64-bit) and FFmpeg installer <https://sourceforge.net/projects/tartube/files/v2.5.0/install-tartube-with-ffmpeg-2.5.0-64bit.exe/download>`__ and `portable edition <https://sourceforge.net/projects/tartube/files/v2.5.0/tartube-2.5.0-64bit-portable.zip/download>`__ from Sourceforge
53+
- `MS Windows (64-bit) installer <https://sourceforge.net/projects/tartube/files/v2.5.040/install-tartube-2.5.040-64bit.exe/download>`__, `MS Windows (64-bit) and FFmpeg installer <https://sourceforge.net/projects/tartube/files/v2.5.040/install-tartube-with-ffmpeg-2.5.040-64bit.exe/download>`__ and `portable edition <https://sourceforge.net/projects/tartube/files/v2.5.040/tartube-2.5.040-64bit-portable.zip/download>`__ from Sourceforge
5454
- Tartube is no longer supported on older versions of MS Windows - see `7.24 Doesn't work on 32-bit Windows / Windows 7 / Windows 8`_
55-
- `DEB package (for Debian-based distros, e.g. Ubuntu, Linux Mint) <https://sourceforge.net/projects/tartube/files/v2.5.0/python3-tartube_2.5.0.deb/download>`__ from Sourceforge
56-
- `RPM package (for RHEL-based distros, e.g. Fedora) <https://sourceforge.net/projects/tartube/files/v2.5.0/tartube-2.5.0.rpm/download>`__ from Sourceforge
55+
- `DEB package (for Debian-based distros, e.g. Ubuntu, Linux Mint) <https://sourceforge.net/projects/tartube/files/v2.5.040/python3-tartube_2.5.040.deb/download>`__ from Sourceforge
56+
- `RPM package (for RHEL-based distros, e.g. Fedora) <https://sourceforge.net/projects/tartube/files/v2.5.040/tartube-2.5.040.rpm/download>`__ from Sourceforge
5757

5858
Official 'Strict' packages:
5959

@@ -70,7 +70,7 @@ Semi-official packages (Linux):
7070

7171
Source code:
7272

73-
- `Source code <https://sourceforge.net/projects/tartube/files/v2.5.0/tartube_v2.5.0.tar.gz/download>`__ from Sourceforge
73+
- `Source code <https://sourceforge.net/projects/tartube/files/v2.5.040/tartube_v2.5.040.tar.gz/download>`__ from Sourceforge
7474
- `Source code <https://github.com/axcore/tartube>`__ and `support <https://github.com/axcore/tartube/issues>`__ from GitHub
7575
- In case this Github repository is taken down, there is an official backup `here <https://gitlab.com/axcore/tartube>`__
7676

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.028
1+
2.5.040

icons/locale/flag_zh_Hant.png

368 Bytes
Loading

locale/zh_Hant/LC_MESSAGES/base.mo

3.77 KB
Binary file not shown.

0 commit comments

Comments
 (0)