Skip to content

Commit

Permalink
Version 2.4.2
Browse files Browse the repository at this point in the history
	modified:   README.md
	modified:   files/Persepolis Download Manager
	modified:   files/about.py
	modified:   files/initialization.py
	modified:   files/update.py
	modified:   man/persepolis.1
  • Loading branch information
alireza-amirsamimi committed Apr 17, 2017
1 parent 5475d37 commit 52abaa9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@

Persepolis Download Manager is a GUI for aria2.

+ Version : 2.4.1
+ Version : 2.4.2
+ Written in PYQT5.
+ For GNU/Linux and FreeBSD and PCBSD and Mac and Windows.

Expand All @@ -12,7 +12,7 @@
#### Mac OSX
![ScreenShot](https://persepolisdm.github.io/img/screen/mac.png)

#### MicroSoft Windows
#### Microsoft Windows
![ScreenShot](https://persepolisdm.github.io/img/screen/windows.png)

### Persepolis Website
Expand Down
2 changes: 1 addition & 1 deletion files/Persepolis Download Manager
Expand Up @@ -168,7 +168,7 @@ parser.add_argument('--default',action='store_true',help='restore default settin
parser.add_argument('--clear',action='store_true',help='Clear download list and user setting!' )
parser.add_argument('--tray',action='store_true',help="Persepolis is starting in tray icon. It's useful when you want to put persepolis in system's startup." )
parser.add_argument('--parent-window',action='store',nargs = 1 , help='this switch is used for chrome native messaging in Windows' )
parser.add_argument('--version', action='version', version='Persepolis Download Manager 2.4.1')
parser.add_argument('--version', action='version', version='Persepolis Download Manager 2.4.2')
args = parser.parse_args()

#Mozilla firefox flashgot will send download information whith terminal arguments(link , referer , cookie , agent , headers , name )
Expand Down
2 changes: 1 addition & 1 deletion files/about.py
Expand Up @@ -128,7 +128,7 @@ def __init__(self,persepolis_setting):

self.setWindowTitle("About Persepolis")
self.title_label.setText("Persepolis Download Manager")
self.version_label.setText("Version 2.4.1")
self.version_label.setText("Version 2.4.2")
self.name_label.setText(
"\nAliReza AmirSamimi\nMohammadreza Abdollahzadeh\nSadegh Alirezaie\nMostafa Asadi\nMohammadAmin Vahedinia\nJafar Akhondali")
self.site2_label.setText(
Expand Down
2 changes: 1 addition & 1 deletion files/initialization.py
Expand Up @@ -206,5 +206,5 @@

persepolis_setting.setValue('version/version', 2.41)

persepolis_setting.setValue('version/version', 2.41)
persepolis_setting.setValue('version/version', 2.42)
persepolis_setting.sync()
2 changes: 1 addition & 1 deletion files/update.py
Expand Up @@ -49,7 +49,7 @@ def __init__(self, persepolis_setting):
self.update_label.setAlignment(QtCore.Qt.AlignCenter)

# second line text
self.version_label = QLabel('This is Persepolis Download Manager version 2.4.1')
self.version_label = QLabel('This is Persepolis Download Manager version 2.4.2')
self.version_label.setAlignment(QtCore.Qt.AlignCenter)

# release link
Expand Down
2 changes: 1 addition & 1 deletion man/persepolis.1
@@ -1,4 +1,4 @@
.TH "Persepolis" "1" "April 15, 2017" "2.4.1" "persepolis"
.TH "Persepolis" "1" "April 17, 2017" "2.4.2" "persepolis"
.SH NAME
persepolis \- Persepolis Download Manager
.
Expand Down

0 comments on commit 52abaa9

Please sign in to comment.