6.3.0 (2024-05-12)
- Add failed queries exporting.
6.2.5 (2024-02-06)
- Add arm64 arch macOS Github Actions building.
6.2.4 (2023-11-12)
- Close PDFParser and manual gc to avoid memory leak.
6.2.3 (2023-09-10)
- Fix DDos-Guard bypass cookies handling.
6.2.2 (2023-09-09)
- Add DDos-Guard bypass (not fully tested).
- Reuse network session to speed up downloading.
6.2.1 (2023-08-25)
- Optimize default font rendering on Windows.
6.2.0 (2023-08-19)
- Add Linux building target with AppImage.
- Add macOS arm64 building target.
- Add Windows scoop install support.
- Fix error opening downloaded file link in log on different OS.
6.1.0 (2023-05-25)
- Optimize fetching PDF URL when link is a relative path.
- Change to Material 3 theme.
6.0.0 (2022-10-02)
- Fix error fetching PDF URL when link is a relative path.
- Fix error fetching PDF URL and PDF when get a non 200 response.
- Add Github Actions to auto build and package. (#51)
- Sci-Hub website is now protected by DDoS-Guard, sometimes it may get errors since the DDoS protection.
5.1.2 (2022-02-12)
- Fix error fetching PDF URL from different version sci-hub website mirror. (#47)
5.1.1 (2021-10-16)
- Fix error handling problem when failed to get PDF.
5.1.0 (2021-09-20)
- Change API according to the new Sci-Hub website.
- Add Portuguese translation.
5.0.0 (2021-06-20)
- Change Qt Python binding from PySide2 to PySide6.
4.1.1 (2020-10-22)
- Fix dialog auto width problem.
- Fix high DPI scaling problem on Windows.
4.1.0 (2020-10-19)
- Restore preferences after a new version installed.
- Fix network retry times and proxy.
4.0.1 (2020-05-05)
- Center windows based on parent.
4.0.0 (2020-05-02)
- More modern preference dialog.
- Invert captcha image when dark theme is enabled.
3.2.3 (2019-10-29)
- Add log file, right clicking log area can popup menu to open log file or log directory. (#21)
- Fix illegal filename on Windows. (#20)
3.2.2 (2019-10-12)
- Add PMID and DOI filename keywords. (#17)
- Fix OpenGL problem. (#18)
3.2.1 (2019-09-26)
This is a hotfix version.
- Fix captcha handling bug.
3.2.0 (2019-09-26)
- Support doing not overwrite existing file when downloading.
3.1.2 (2019-09-10)
- Fix captcha display bug. (#13)
3.1.1 (2019-08-11)
- Add buttons and keys binding.
- Fix socks proxy bugs. (#12)
3.1.0 (2019-08-08)
- Support range pattern in query.
- Fix captcha handling bugs.
- Add a fake server to test different situations. (#11)
3.0.0 (2019-08-04)
- Support downloading with query list file. (#10)
- Add SciHubEVA as a brew cask formula. (Thanks @womeimingzi11)
2.1.2 (2019-06-04)
- Change to new icon.
- Fix building with PyInstaller against PySide2 5.12.3+.
- Fix some bugs.
2.1.1 (2019-03-27)
- Fix some small bugs.
2.1.0 (2019-01-16)
- Fully support dark theme in macOS ("System" option now works).
2.0.1 (2019-01-09)
2.0.0 (2018-12-22)
- Support dark theme (Change it in "Preferences", "System" option does not work currently).
- Add Traditional Chinese support.
- Change Qt Python binding from PyQt5 to PySide2.
- Change Windows installer builder from NSIS to Inno Setup.
- Change Material Design Icons from Google to Community.
1.3.0 (2018-08-03)
- Enhance dealing with HTTP response, e.g. response may be open access article page rather than captcha page.
- Add feature of opening links in logs.
1.2.0 (2018-07-07)
- Add preference button on the main window for env without menu (e.g. Linux).
- Remove retry with different Sci-Hub URLs.
- Allow user enter captcha. (#5)
1.1.0 (2018-06-16)
- Update Sci-Hub API which supports title searching now.
- Fix issue PDF metadata fetching error. (#2)
1.0.1 (2018-05-28)
- Change placeholder of query which makes it more clear.
- Add Windows x86 version.
- First release version.