Skip to content

Commit

Permalink
Update to v2.4.412
Browse files Browse the repository at this point in the history
  • Loading branch information
A S Lewis committed Jul 30, 2023
1 parent 325578f commit 8bf5a5a
Show file tree
Hide file tree
Showing 31 changed files with 19,467 additions and 18,907 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ If using MS Windows, are you using Windows 10, Windows 7, or something else?
### What version of Tartube are you using?
In Tartube's main window, click Help > About

###If your bug report is "I can't download this video", please provide a link to the video
### If your bug report is "I can't download this video", please provide a link to the video
This will save a lot of time!
41 changes: 41 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
v2.4.412 (31 Jul 2023)
-------------------------------------------------------------------------------

MINOR NEW FEATURES
- Added 'stop download' conditions for each individual scheduled download (in
the scheduled download's edit window, click the 'Stop' tab). These
conditions, if enabled, override the global conditions visible in
Edit > System preferences... > Operations > Stop (Git #563)
- In the Classic Mode tab, when one-click downloads were enabled, after adding
a duplicate URL to the box at the top of the tab, the URL was not
downloaded. Worse still, when the user tried to manually remove the
duplicate URL, Tartube crashed. Fixed (#566)
- System commands displayed in the Output tab, terminal window and/or logs
now include quotes "..." around arguments containing whitespace, so the
commands can be copy-pasted elsewhere (for example, into a new terminal
window). This issue only affects the way commands are displayed; the actual
system command sent to the system has not changed (Git #576)

MAJOR FIXES
- Initial fix for an error generated by MS Windows, when writing yt-dlp to a
logfile (Git #557)
- Fixed python key error on startup (Git #558) and a python index error for an
unknown video URL (Git #564)
- Fixed drag-and-drop error when dragging from the Errors/Warnings tab on MS
Windows. Also added a button in that tab to copy the selected lines to the
system clipboard (#559)
- In each Video's properties window, Tartube was in some situation unable to
display video comments. Fixed (Git #565)
- Dragging a video from the 'Missing Videos' folder to another folder created
a new video in Tartube's database. Fixed (Git #561)
- Fixed an error caused when trying to create a new profile, due to a typo in
the code

MINOR FIXES
- When counting the number of videos in the 'Missing Videos' folder, Tartube
counted each video three times. This generated errors when doing a database
integrity check. Fixed (#561)
- In the README, updated the MacOS installation guides, following advice from
a user (Git #571)
- Reduced the ridiculously wide width of the 'Database check complete' window

v2.4.386 (8 Jun 2023)
-------------------------------------------------------------------------------

Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ For a full list of new features and fixes, see `recent changes <CHANGES>`__.
3 Downloads
===========

Stable release: **v2.4.386 (8 Jun 2023)**
Stable release: **v2.4.412 (31 Jul 2023)**

Development release: **v2.4.386 (8 Jun 2023)**
Development release: **v2.4.412 (31 Jul 2023)**

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

- `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
- `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
- Tartube is no longer supported on MS Windows (32-bit) - see `7.24 Doesn't work on 32-bit Windows`_
- `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
- `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
- `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
- `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

Official 'Strict' packages:

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

Source code:

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.407
2.4.412
Loading

0 comments on commit 8bf5a5a

Please sign in to comment.