Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit 31965f0

Browse files
committed
Prepare v2.0.4
1 parent ea5f1b3 commit 31965f0

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

uget-chrome-wrapper/bin/uget-chrome-wrapper

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ UGET_COMMAND = "uget-gtk"
3030
VERSION = "2.0.4"
3131

3232
logger = logging.getLogger()
33-
log_file_path = join(expanduser('~'), 'uget-chrome-wrapper.log')
34-
logging.basicConfig(format='%(asctime)s [%(levelname)s]: %(message)s', filename=log_file_path, filemode='a', level=logging.DEBUG)
33+
# log_file_path = join(expanduser('~'), 'uget-chrome-wrapper.log')
34+
# logging.basicConfig(format='%(asctime)s [%(levelname)s]: %(message)s', filename=log_file_path, filemode='a', level=logging.DEBUG)
3535
logger.propagate = False
3636

3737
# Platform specific configuration

uget-chrome-wrapper/debian/changelog

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
uget-chrome-wrapper (2.0.2-1) xenial; urgency=medium
1+
uget-chrome-wrapper (2.0.4-1) xenial; urgency=medium
22

3+
* Add cookie support
4+
35
* Fix error in Python 3.4 & 3.5
46

57
* Migrate to Python 3
6-
8+
79
* Fix %20 in extracted file name
8-
10+
911
* Extract Youtube video names from links generated by SaveFrom.net
10-
12+
1113
* Fixing bug in urls with 'version'
12-
14+
1315
* Downgrading Python dependency
1416

1517
* Adding support for Chromium and Vivaldi
16-
18+
1719
* Fixing integration issue with extension and filename format
18-
20+
1921
* Initial release
2022

2123
-- Loganathan Gobinath <slgobinath@gmail.com> Sun, 02 Oct 2016 08:28:40 +0530

uget-chrome-wrapper/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Package: uget-chrome-wrapper
1010
Architecture: any
1111
Depends: uget (>= 2.0.2), python3 (>= 3.4.0)
1212
Description: uGet Chrome Wrapper
13-
Integrate uGet Download manager with Google Chrome, Chromium, Vivaldi and Opera
13+
Integrate uGet Download manager with Google Chrome, Chromium, Vivaldi, Opera and Firefox

0 commit comments

Comments
 (0)