Skip to content

Commit

Permalink
Version 2.3.3
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/mainwindow_ui.py
	modified:   files/persepolis
	modified:   install
	deleted:    man/config
	modified:   man/persepolis.1
  • Loading branch information
alireza-amirsamimi committed Jan 21, 2017
1 parent 971f035 commit 7c305e4
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Persepolis Download Manager [![Build Status](https://travis-ci.org/persepolisdm/persepolis.svg?branch=master)](https://travis-ci.org/persepolisdm/persepolis)

+ version : 2.3.2
+ version : 2.3.3
+ Persepolis Download Manager is a GUI for aria2.
+ Persepolis written in PYQT5.

Expand Down
2 changes: 1 addition & 1 deletion files/Persepolis Download Manager
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ parser.add_argument('--name',action='store',nargs = 1 , help='The file name o
parser.add_argument('--default',action='store_true',help='restore default setting' )
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('--version', action='version', version='Persepolis Download Manager 2.3.2')
parser.add_argument('--version', action='version', version='Persepolis Download Manager 2.3.3')
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
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(self,persepolis_setting):

self.setWindowTitle( "About Persepolis")
self.title_label.setText( "Persepolis Download Manager")
self.version_label.setText( "Version 2.3.2")
self.version_label.setText( "Version 2.3.3")
self.name_label.setText( "\nAliReza AmirSamimi\nMohammadreza Abdollahzadeh\nSadegh Alirezaie\nMostafa Asadi\nMohammadAmin Vahedinia\nJafar Akhondali")
self.site2_label.setText("<a href=https://persepolisdm.github.io>https://persepolisdm.github.io</a>" )
self.telegram_label.setText( "<a href=https://telegram.me/persepolisdm>https://telegram.me/persepolisdm</a>" )
Expand Down
2 changes: 1 addition & 1 deletion files/mainwindow_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def __init__(self , persepolis_setting):
self.end_checkBox.setText( "End Time")
self.end_label.setText( ":")

self.reverse_checkBox.setText("Download top of\n the list first")
self.reverse_checkBox.setText("Download bottom of\n the list first")

self.limit_checkBox.setText( "Limit Speed")
self.limit_comboBox.setItemText(0, "KB/S")
Expand Down
2 changes: 1 addition & 1 deletion files/persepolis
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ parser.add_argument('--name',action='store',nargs = 1 , help='The file name o
parser.add_argument('--default',action='store_true',help='restore default setting' )
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('--version', action='version', version='Persepolis Download Manager 2.3.2')
parser.add_argument('--version', action='version', version='Persepolis Download Manager 2.3.3')
args = parser.parse_args()

#Mozilla firefox flashgot will send download information whith terminal arguments(link , referer , cookie , agent , headers , name )
Expand Down
3 changes: 1 addition & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ chmod +x "./files/persepolis"
chmod +x "./persepolis"
chmod +x "./Persepolis Download Manager.desktop"

chmod +x "./man/config"
./man/config
gzip -k -9 ./man/persepolis.1

sudo rm -rf "$program_path"
sudo mkdir -p "$program_path"
Expand Down
6 changes: 0 additions & 6 deletions man/config

This file was deleted.

2 changes: 1 addition & 1 deletion man/persepolis.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "Persepolis" "1" "January 9, 2017" "2.3" "persepolis"
.TH "Persepolis" "1" "January 21, 2017" "2.3.3" "persepolis"
.SH NAME
persepolis \- Persepolis Download Manager
.
Expand Down

0 comments on commit 7c305e4

Please sign in to comment.