Skip to content

Commit 8bf5a5a

Browse files
author
A S Lewis
committed
Update to v2.4.412
1 parent 325578f commit 8bf5a5a

File tree

31 files changed

+19467
-18907
lines changed

31 files changed

+19467
-18907
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ If using MS Windows, are you using Windows 10, Windows 7, or something else?
1313
### What version of Tartube are you using?
1414
In Tartube's main window, click Help > About
1515

16-
###If your bug report is "I can't download this video", please provide a link to the video
16+
### If your bug report is "I can't download this video", please provide a link to the video
1717
This will save a lot of time!

CHANGES

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
v2.4.412 (31 Jul 2023)
2+
-------------------------------------------------------------------------------
3+
4+
MINOR NEW FEATURES
5+
- Added 'stop download' conditions for each individual scheduled download (in
6+
the scheduled download's edit window, click the 'Stop' tab). These
7+
conditions, if enabled, override the global conditions visible in
8+
Edit > System preferences... > Operations > Stop (Git #563)
9+
- In the Classic Mode tab, when one-click downloads were enabled, after adding
10+
a duplicate URL to the box at the top of the tab, the URL was not
11+
downloaded. Worse still, when the user tried to manually remove the
12+
duplicate URL, Tartube crashed. Fixed (#566)
13+
- System commands displayed in the Output tab, terminal window and/or logs
14+
now include quotes "..." around arguments containing whitespace, so the
15+
commands can be copy-pasted elsewhere (for example, into a new terminal
16+
window). This issue only affects the way commands are displayed; the actual
17+
system command sent to the system has not changed (Git #576)
18+
19+
MAJOR FIXES
20+
- Initial fix for an error generated by MS Windows, when writing yt-dlp to a
21+
logfile (Git #557)
22+
- Fixed python key error on startup (Git #558) and a python index error for an
23+
unknown video URL (Git #564)
24+
- Fixed drag-and-drop error when dragging from the Errors/Warnings tab on MS
25+
Windows. Also added a button in that tab to copy the selected lines to the
26+
system clipboard (#559)
27+
- In each Video's properties window, Tartube was in some situation unable to
28+
display video comments. Fixed (Git #565)
29+
- Dragging a video from the 'Missing Videos' folder to another folder created
30+
a new video in Tartube's database. Fixed (Git #561)
31+
- Fixed an error caused when trying to create a new profile, due to a typo in
32+
the code
33+
34+
MINOR FIXES
35+
- When counting the number of videos in the 'Missing Videos' folder, Tartube
36+
counted each video three times. This generated errors when doing a database
37+
integrity check. Fixed (#561)
38+
- In the README, updated the MacOS installation guides, following advice from
39+
a user (Git #571)
40+
- Reduced the ridiculously wide width of the 'Database check complete' window
41+
142
v2.4.386 (8 Jun 2023)
243
-------------------------------------------------------------------------------
344

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@ For a full list of new features and fixes, see `recent changes <CHANGES>`__.
6666
3 Downloads
6767
===========
6868

69-
Stable release: **v2.4.386 (8 Jun 2023)**
69+
Stable release: **v2.4.412 (31 Jul 2023)**
7070

71-
Development release: **v2.4.386 (8 Jun 2023)**
71+
Development release: **v2.4.412 (31 Jul 2023)**
7272

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

75-
- `MS Windows (64-bit) installer <https://sourceforge.net/projects/tartube/files/v2.4.386/install-tartube-2.4.386-64bit.exe/download>`__ and `portable edition <https://sourceforge.net/projects/tartube/files/v2.4.386/tartube-2.4.386-64bit-portable.zip/download>`__ from Sourceforge
75+
- `MS Windows (64-bit) installer <https://sourceforge.net/projects/tartube/files/v2.4.412/install-tartube-2.4.412-64bit.exe/download>`__ and `portable edition <https://sourceforge.net/projects/tartube/files/v2.4.412/tartube-2.4.412-64bit-portable.zip/download>`__ from Sourceforge
7676
- Tartube is no longer supported on MS Windows (32-bit) - see `7.24 Doesn't work on 32-bit Windows`_
77-
- `DEB package (for Debian-based distros, e.g. Ubuntu, Linux Mint) <https://sourceforge.net/projects/tartube/files/v2.4.386/python3-tartube_2.4.386.deb/download>`__ from Sourceforge
78-
- `RPM package (for RHEL-based distros, e.g. Fedora) <https://sourceforge.net/projects/tartube/files/v2.4.386/tartube-2.4.386.rpm/download>`__ from Sourceforge
77+
- `DEB package (for Debian-based distros, e.g. Ubuntu, Linux Mint) <https://sourceforge.net/projects/tartube/files/v2.4.412/python3-tartube_2.4.412.deb/download>`__ from Sourceforge
78+
- `RPM package (for RHEL-based distros, e.g. Fedora) <https://sourceforge.net/projects/tartube/files/v2.4.412/tartube-2.4.412.rpm/download>`__ from Sourceforge
7979

8080
Official 'Strict' packages:
8181

@@ -92,7 +92,7 @@ Semi-official packages (Linux):
9292

9393
Source code:
9494

95-
- `Source code <https://sourceforge.net/projects/tartube/files/v2.4.386/tartube_v2.4.386.tar.gz/download>`__ from Sourceforge
95+
- `Source code <https://sourceforge.net/projects/tartube/files/v2.4.412/tartube_v2.4.412.tar.gz/download>`__ from Sourceforge
9696
- `Source code <https://github.com/axcore/tartube>`__ and `support <https://github.com/axcore/tartube/issues>`__ from GitHub
9797
- In case this Github repository is taken down, there is an official backup `here <https://gitlab.com/axcore/tartube>`__
9898

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.407
1+
2.4.412

0 commit comments

Comments
 (0)