From 34bb9fda5b0dde2b21109bfdbf954be57b54042f Mon Sep 17 00:00:00 2001 From: hyperfield Date: Fri, 24 Jan 2025 22:02:59 +0100 Subject: [PATCH] Update the About dialog for version change --- ui/about.ui | 2 +- ui/ui_about.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/about.ui b/ui/about.ui index 0dad6d3..2e7eda0 100644 --- a/ui/about.ui +++ b/ui/about.ui @@ -29,7 +29,7 @@ - <html><head><title>About</title></head><body><h3 style=" margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:large; font-weight:700;">YT Channel Downloader</span></h3><p><span style=" font-weight:700;">Version:</span> 0.4.5</p><p><span style=" font-weight:700;">Year: </span>2024 </p><p><span style=" font-weight:700;">License: </span>MIT </p><p><span style=" font-weight:700;">Github: </span><a href="https://github.com/hyperfield/yt-channel-downloader"><span style=" text-decoration: underline; color:#0000ff;">View on Github</span></a></p><p><span style=" font-weight:700;">Author: </span><a href="mailto:info@quicknode.net"><span style=" text-decoration: underline; color:#0000ff;">hyperfield</span></a></p></body></html> + <html><head><title>About</title></head><body><h3 style=" margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:large; font-weight:700;">YT Channel Downloader</span></h3><p><span style=" font-weight:700;">Version:</span> 0.4.6</p><p><span style=" font-weight:700;">Years: </span>2023-2025</p><p><span style=" font-weight:700;">License: </span>MIT </p><p><span style=" font-weight:700;">Github: </span><a href="https://github.com/hyperfield/yt-channel-downloader"><span style=" text-decoration: underline; color:#0000ff;">View on Github</span></a></p><p><span style=" font-weight:700;">Author: </span><a href="mailto:info@quicknode.net"><span style=" text-decoration: underline; color:#0000ff;">hyperfield</span></a></p><p><span style=" font-weight:700;">Contributors: </span><a href="https://github.com/dsasmblr"><span style=" text-decoration: underline; color:#0000ff;">dsasmblr</span></a></p></body></html> diff --git a/ui/ui_about.py b/ui/ui_about.py index 1777365..0bcc38f 100644 --- a/ui/ui_about.py +++ b/ui/ui_about.py @@ -33,7 +33,7 @@ def setupUi(self, aboutDialog): def retranslateUi(self, aboutDialog): _translate = QtCore.QCoreApplication.translate aboutDialog.setWindowTitle(_translate("aboutDialog", "About")) - self.aboutLabel.setText(_translate("aboutDialog", "About

YT Channel Downloader

Version: 0.4.5

Year: 2024

License: MIT

Github: View on Github

Author: hyperfield

")) + self.aboutLabel.setText(_translate("aboutDialog", "About

YT Channel Downloader

Version: 0.4.6

Years: 2023-2025

License: MIT

Github: View on Github

Author: hyperfield

Contributors: dsasmblr

")) self.aboutOkButton.setText(_translate("aboutDialog", "OK")) self.label.setText(_translate("aboutDialog", "

\n" ""))