Skip to content

Commit

Permalink
bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leovan committed Aug 4, 2019
1 parent 164fb9c commit 9cd5a67
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.0](https://github.com/leovan/SciHubEVA/compare/v2.1.2...v3.0.0) (2019-08-04)

### Features

- Support downloading with query list file. ([#10](https://github.com/leovan/SciHubEVA/issues/10))
- Add SciHubEVA as a brew cask formula. (Thanks [@womeimingzi11](https://github.com/womeimingzi11))

## [2.1.2](https://github.com/leovan/SciHubEVA/compare/v2.1.1...v2.1.2) (2019-06-04)

### Features
Expand Down
4 changes: 2 additions & 2 deletions SciHubEVA.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[common]
save_to_dir =
save_to_dir =
filename_prefix_format = {author}_{year}_{title}

[network]
scihub_url = https://sci-hub.tw
scihub_available_urls = ["https://sci-hub.tw", "https://sci-hub.se"]
session_header = {"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36"}
session_header = {"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.87 Safari/537.36"}
timeout = 10000
retry_times = 3

Expand Down
2 changes: 1 addition & 1 deletion building/Windows/SciHubEVA.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Sci-Hub EVA"
#define MyAppVersion "2.1.2"
#define MyAppVersion "3.0.0"
#define MyAppPublisher "Leo Van"
#define MyAppURL "https://leovan.me"
#define MyAppExeName "SciHubEVA.exe"
Expand Down
8 changes: 4 additions & 4 deletions building/Windows/SciHubEVA.win.version
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(2, 1, 2, 0),
prodvers=(2, 1, 2, 0),
filevers=(3, 0, 0, 0),
prodvers=(3, 0, 0, 0),
mask=0x3f,
flags=0x0,
OS=0x4,
Expand All @@ -16,12 +16,12 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'Leo Van'),
StringStruct(u'FileDescription', u'Sci-Hub EVA'),
StringStruct(u'FileVersion', u'2.1.2.0'),
StringStruct(u'FileVersion', u'3.0.0.0'),
StringStruct(u'InternalName', u'SciHubEVA'),
StringStruct(u'LegalCopyright', u'\xa9 2018-2019 Leo Van.'),
StringStruct(u'OriginalFilename', u'SciHubEVA.Exe'),
StringStruct(u'ProductName', u'Sci-Hub EVA'),
StringStruct(u'ProductVersion', u'2.1.2.0')])
StringStruct(u'ProductVersion', u'3.0.0.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down
2 changes: 1 addition & 1 deletion building/macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>MacOS/SciHubEVA</string>
<key>CFBundleShortVersionString</key>
<string>2.1.2</string>
<string>3.0.0</string>
<key>LSBackgroundOnly</key>
<string>0</string>
<key>CFBundleName</key>
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lxml==4.3.3
lxml==4.4.0
pdfminer.six==20181108
PySide2==5.12.4
PySide2==5.13.0
requests==2.22.0

0 comments on commit 9cd5a67

Please sign in to comment.