Skip to content

Commit fae4cf8

Browse files
Version 4.1.0
1 parent 0e64385 commit fae4cf8

8 files changed

Lines changed: 35 additions & 29 deletions

File tree

man/persepolis.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "Persepolis" "1" "February 9, 2024" "4.0.1" "persepolis"
1+
.TH "Persepolis" "1" "April 18, 2024" "4.1.0" "persepolis"
22
.SH NAME
33
persepolis \- Persepolis Download Manager
44
.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('persepolis',
2-
version: '4.0.1',
2+
version: '4.1.0',
33
meson_version: '>=0.61.2')
44

55
python = import('python')

persepolis/gui/about_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def __init__(self, persepolis_setting):
242242

243243
# about_tab
244244
self.title_label.setText(QCoreApplication.translate("about_ui_tr", "Persepolis Download Manager"))
245-
self.version_label.setText(QCoreApplication.translate("about_ui_tr", "Version 4.0.1"))
245+
self.version_label.setText(QCoreApplication.translate("about_ui_tr", "Version 4.1.0"))
246246
self.site2_label.setText(QCoreApplication.translate("about_ui_tr",
247247
"<a href=https://persepolisdm.github.io>https://persepolisdm.github.io</a>",
248248
"TRANSLATORS NOTE: YOU REALLY DON'T NEED TO TRANSLATE THIS PART!"))

persepolis/scripts/persepolis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def setPersepolisColorScheme(self, color_scheme):
167167
help="Persepolis is starting in tray icon. It's useful when you want to put persepolis in system's startup.")
168168
parser.add_argument('--parent-window', action='store', nargs=1,
169169
help='this switch is used for chrome native messaging in Windows')
170-
parser.add_argument('--version', action='version', version='Persepolis Download Manager 4.0.1')
170+
parser.add_argument('--version', action='version', version='Persepolis Download Manager 4.1.0')
171171

172172

173173
# Clears unwanted args ( like args from Browers via NHM )
@@ -409,7 +409,7 @@ def main():
409409
persepolis_download_manager.setOrganizationName('com.github.persepolisdm.persepolis')
410410
persepolis_download_manager.setApplicationName('PersepolisDM')
411411
persepolis_download_manager.setDesktopFileName('com.github.persepolisdm.persepolis')
412-
persepolis_download_manager.setApplicationVersion('4.0.1')
412+
persepolis_download_manager.setApplicationVersion('4.1.0')
413413

414414
# Persepolis setting
415415
persepolis_download_manager.setting = QSettings('persepolis_download_manager', 'persepolis')

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ py-modules = ["persepolis"]
77

88
[project]
99
name = "persepolis"
10-
version = "4.0.1"
10+
version = "4.1.0"
1111
dependencies = [
1212
"pyside6",
1313
"requests",

resources/locales/ui.ts

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,65 +4,60 @@
44
<context>
55
<name>about_ui_tr</name>
66
<message>
7-
<location filename="../../persepolis/gui/about_ui.py" line="298"/>
7+
<location filename="../../persepolis/gui/about_ui.py" line="303"/>
88
<source>About Persepolis</source>
99
<translation type="unfinished"></translation>
1010
</message>
1111
<message>
12-
<location filename="../../persepolis/gui/about_ui.py" line="241"/>
12+
<location filename="../../persepolis/gui/about_ui.py" line="244"/>
1313
<source>Persepolis Download Manager</source>
1414
<translation type="unfinished"></translation>
1515
</message>
1616
<message>
17-
<location filename="../../persepolis/gui/about_ui.py" line="243"/>
17+
<location filename="../../persepolis/gui/about_ui.py" line="246"/>
1818
<source>&lt;a href=https://persepolisdm.github.io&gt;https://persepolisdm.github.io&lt;/a&gt;</source>
1919
<comment>TRANSLATORS NOTE: YOU REALLY DON&apos;T NEED TO TRANSLATE THIS PART!</comment>
2020
<translation type="unfinished"></translation>
2121
</message>
2222
<message>
23-
<location filename="../../persepolis/gui/about_ui.py" line="247"/>
23+
<location filename="../../persepolis/gui/about_ui.py" line="250"/>
2424
<source>&lt;a href=https://telegram.me/persepolisdm&gt;https://telegram.me/persepolisdm&lt;/a&gt;</source>
2525
<comment>TRANSLATORS NOTE: YOU REALLY DON&apos;T NEED TO TRANSLATE THIS PART!</comment>
2626
<translation type="unfinished"></translation>
2727
</message>
2828
<message>
29-
<location filename="../../persepolis/gui/about_ui.py" line="251"/>
29+
<location filename="../../persepolis/gui/about_ui.py" line="254"/>
3030
<source>&lt;a href=https://twitter.com/persepolisdm&gt;https://twitter.com/persepolisdm&lt;/a&gt;</source>
3131
<comment>TRANSLATORS NOTE: YOU REALLY DON&apos;T NEED TO TRANSLATE THIS PART!</comment>
3232
<translation type="unfinished"></translation>
3333
</message>
3434
<message>
35-
<location filename="../../persepolis/gui/about_ui.py" line="299"/>
35+
<location filename="../../persepolis/gui/about_ui.py" line="304"/>
3636
<source>Developers</source>
3737
<translation type="unfinished"></translation>
3838
</message>
3939
<message>
40-
<location filename="../../persepolis/gui/about_ui.py" line="302"/>
40+
<location filename="../../persepolis/gui/about_ui.py" line="307"/>
4141
<source>Translators</source>
4242
<translation type="unfinished"></translation>
4343
</message>
4444
<message>
45-
<location filename="../../persepolis/gui/about_ui.py" line="303"/>
45+
<location filename="../../persepolis/gui/about_ui.py" line="308"/>
4646
<source>License</source>
4747
<translation type="unfinished"></translation>
4848
</message>
4949
<message>
50-
<location filename="../../persepolis/gui/about_ui.py" line="306"/>
50+
<location filename="../../persepolis/gui/about_ui.py" line="311"/>
5151
<source>OK</source>
5252
<translation type="unfinished"></translation>
5353
</message>
5454
<message>
55-
<location filename="../../persepolis/gui/about_ui.py" line="262"/>
55+
<location filename="../../persepolis/gui/about_ui.py" line="265"/>
5656
<source>Special thanks to:</source>
5757
<translation type="unfinished"></translation>
5858
</message>
5959
<message>
60-
<location filename="../../persepolis/gui/about_ui.py" line="242"/>
61-
<source>Version 4.0.1</source>
62-
<translation type="unfinished"></translation>
63-
</message>
64-
<message>
65-
<location filename="../../persepolis/gui/about_ui.py" line="258"/>
60+
<location filename="../../persepolis/gui/about_ui.py" line="261"/>
6661
<source>
6762
AliReza AmirSamimi
6863
Mohammadreza Abdollahzadeh
@@ -77,35 +72,45 @@ MohammadAmin Vahedinia</source>
7772
<translation type="unfinished"></translation>
7873
</message>
7974
<message>
80-
<location filename="../../persepolis/gui/about_ui.py" line="267"/>
75+
<location filename="../../persepolis/gui/about_ui.py" line="270"/>
8176
<source>Acknowledgments:</source>
8277
<translation type="unfinished"></translation>
8378
</message>
8479
<message>
85-
<location filename="../../persepolis/gui/about_ui.py" line="269"/>
80+
<location filename="../../persepolis/gui/about_ui.py" line="272"/>
8681
<source>&lt;a href=https://github.com/aria2/aria2&gt;Aria2c project&lt;/a&gt;</source>
8782
<translation type="unfinished"></translation>
8883
</message>
8984
<message>
90-
<location filename="../../persepolis/gui/about_ui.py" line="271"/>
85+
<location filename="../../persepolis/gui/about_ui.py" line="274"/>
9186
<source>&lt;a href=https://github.com/yt-dlp/yt-dlp&gt;YT-DLP project&lt;/a&gt;</source>
9287
<translation type="unfinished"></translation>
9388
</message>
9489
<message>
95-
<location filename="../../persepolis/gui/about_ui.py" line="273"/>
90+
<location filename="../../persepolis/gui/about_ui.py" line="276"/>
9691
<source>&lt;a href=https://github.com/ffmpeg/ffmpeg&gt;FFmpeg project&lt;/a&gt;</source>
9792
<translation type="unfinished"></translation>
9893
</message>
9994
<message>
100-
<location filename="../../persepolis/gui/about_ui.py" line="275"/>
95+
<location filename="../../persepolis/gui/about_ui.py" line="280"/>
10196
<source>&lt;a href=https://github.com/ginuerzh/gost&gt;Gost project&lt;/a&gt;</source>
10297
<translation type="unfinished"></translation>
10398
</message>
10499
<message>
105-
<location filename="../../persepolis/gui/about_ui.py" line="300"/>
100+
<location filename="../../persepolis/gui/about_ui.py" line="305"/>
106101
<source>Acknowledgments</source>
107102
<translation type="unfinished"></translation>
108103
</message>
104+
<message>
105+
<location filename="../../persepolis/gui/about_ui.py" line="245"/>
106+
<source>Version 4.1.0</source>
107+
<translation type="unfinished"></translation>
108+
</message>
109+
<message>
110+
<location filename="../../persepolis/gui/about_ui.py" line="278"/>
111+
<source>&lt;a href=https://github.com/KaranGauswami/socks-to-http-proxy&gt;Socks to http proxy project&lt;/a&gt;</source>
112+
<translation type="unfinished"></translation>
113+
</message>
109114
</context>
110115
<context>
111116
<name>addlink_ui_tr</name>

uninstall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747

4848
# finding persepolis directories in /usr/lib/python3.6/site-packages/
49-
python_version_list = ['python3.5','python3.6', 'python3.7', 'python3.8', 'python3.9', 'python3.10', 'python3.11']
49+
python_version_list = ['python3.5','python3.6', 'python3.7', 'python3.8', 'python3.9', 'python3.10', 'python3.11', 'python3.12']
5050

5151
for python_version in python_version_list:
5252
# for BSD

xdg/com.github.persepolisdm.persepolis.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<url type="translate">https://www.transifex.com/persepolis/persepolis-translations/</url>
3131
<developer_name>AliReza AmirSamimi</developer_name>
3232
<releases>
33+
<release version="4.1.0" date="2024-04-18"/>
3334
<release version="4.0.1" date="2024-03-12"/>
3435
<release version="4.0.0" date="2024-02-09"/>
3536
<release version="3.2.0" date="2019-09-17"/>

0 commit comments

Comments
 (0)