Skip to content

Releases: Leinad4Mind/1fichier-dl

1.2.1

18 Jun 16:52
Compare
Choose a tag to compare

What's Changed

  • Fix linux issues by @DJKero in #3
  • Fixes timeout issue and download logic

New Contributors

  • @DJKero made their first contribution in #3

Full Changelog: v1.1.0...1.2.0

v1.1.0

14 May 16:08
Compare
Choose a tag to compare

1.0.0

  • Release new oficial version with bugfixes (Thanks to jshsakura)

v1.0.0

19 Nov 20:27
Compare
Choose a tag to compare

1.0.0

  • Release new oficial version with many improvements (Thanks to jshsakura)

0.2.6-Beta

  • Fixed an issue where the loading window would cover the screen when entering a password was required.
  • Changed to a more natural loading image

0.2.5-Beta

  • I cleaned up pyqt's theme and modified the font.
  • Fixed an issue where the path was defaulted to the app folder.

0.2.4-Beta

  • One-file build to avoid vaccine misdiagnosis, external log file to check when a problem occurs
  • Moved the download link clear logic when adding to the download list (fixed the problem of initialization even when updating)
  • Additional proxy servers and protocols apply socks5 proxy bypass (still experimental, list shuffled randomly)
  • Add proxy server column to make it easier to visually check
  • Add a button to paste and add a link from the clipboard at once
  • (The first time adding to the download list is a bit slow because GitHub reads the proxy)
  • Added multi-threaded simultaneous download function (can set number of threads in settings, requires restart)
  • Fix pyinstaller bootloader build due to anti-virus misdiagnosis issue
  • This is a fairly unstable test version and various bugs are expected.

0.2.3-Alpha

  • Apply one-file build for single execution
  • Modify the default download folder to the Windows download folder
  • The cache file is created in the executable file location in the app folder (I thought about moving it to My Documents, but I thought it would be inconvenient to just delete it as a user.)
  • Added proxy server and protocol socks5 proxy bypass application (experimental)
  • Prevent double clicks when adding download address
  • After entering the download address, reset the input window
  • Fixed a bug where the program would stop if you pressed Delete immediately after pausing (code refactoring)
  • This is a fairly unstable test version and various bugs are expected.

0.2.2-Alpha

  • Added reCAPTCHA bypass processing for the ouo.io site, which is a shortened link.
  • Build dependencies and Python version 3.7 -> 3.11 upgrade
  • Improved session handling of some consecutive requests
  • Change the cache file and folder path as a preliminary work for one-file build.
  • This is a fairly unstable test version and various bugs are expected.

0.2.1-Alpha

  • It seems cleaner to create a separate default path for the download folder to be used in the program.
  • It was built with a one-file structure, but the problem was confirmed that caching did not work because there was no internal cache path (for now, it returned to the folder structure as soon as possible)
  • Since it works like a drought in the free proxy list, a check for development has been added. It is possible to check the IP in advance, but it is judged to be correct to use even a local IP one-time due to the delay time, so it reverts to the same as the existing program.
  • If you use a VPN independently of the program, you can easily rotate your IP by reconnecting.
  • Modified the proxy list to be managed remotely on GitHub rather than hard-coding it.

v0.2.0

18 Sep 03:30
Compare
Choose a tag to compare
  • Fix looping bug when proxy works but download fails
  • Allows to input custom proxy list via a URL in the Settings > Connection menu (example list: https://pastebin.com/raw/uVVLrxyd), should use HTTPS proxies, if you don't input anything then it defaults to getting proxies from proxyscan.io

v0.1.6

19 Dec 20:49
f501ae0
Compare
Choose a tag to compare

New release.

Fix: Support for copying password to all download field (#25)
Fix: Fix download issues (manuGMG)
Enhancement: Added new icons (HackZy01)
Enhancement: Dark Theme Improvements (HackZy01)