Skip to content

Releases: marcussacana/DirectPackageInstaller

Support for PKGs from SMB server

05 Jun 18:00
Compare
Choose a tag to compare

DON'T DOWNLOAD FROM HERE, OUTDATED BUILDS

The Download links are in the repo Readme, check it!

6.1.3 Changelog:

  • Fix urls without content disposition header

Changelog:

  • Support for PKGs from SMB server
  • Fix support with urls that don't give the pkg file name

6.1.1 - 1Fichier Optimizations

04 Jun 05:54
Compare
Choose a tag to compare

DON'T DOWNLOAD FROM HERE, OUTDATED BUILDS

The Download links are in the repo Readme, check it!

Changelog:

  • 1Fichier Optimizations

Notes:
This optimization only works if you have a Bridge IPV6 connection and your network driver implements Enable/Disable method.
By default this optimization is disabled since is a bit intrusive (Modifies your network adapter status), if you want enable this feature add a new line in the Settings.ini file "AllowReconnect=true" and try open different 1fichier links, if you are able to open a second link without the 60 minutes delay, then you are lucky! your network and computer meet the requeriments.

6.1.0 - Major Decompressor Otimizations

02 Jun 07:29
Compare
Choose a tag to compare

DON'T DOWNLOAD FROM HERE, OUTDATED BUILDS

The Download links are in the repo Readme, check it!

  • Decompressor code refactored
  • More efficient implementation that use the half of the time of old versions to install pkgs from compressed files
  • Show decompression progress

6.0.15 Released, but not here

30 May 02:10
Compare
Choose a tag to compare
  • Support for 1fichier links protected with password
    • for CLI add the password as &pass= GET url param.

Changes of 6.0.14:

  • Support to File hosting links from CLI

Changes of 6.0.13:

  • Fix 1Fichier bug: #16

Changes of 6.0.12:

  • Fix Deadlock
  • Google Drive Cookie Request Bug

Changes of 6.0.11:

  • Fix bug detecting upper case extensions
  • Try close connections soon as possible for use less network resources.

Changes of 6.0.10:

  • Fix bug in Server
  • Try bring window to front when finish reading the pkg

Changes of 6.0.9:

  • Fix URL List with non supported files
  • Fix PKG Download URL with server running under 0.0.0.0

6.0.8 Released, but not here

28 May 01:09
Compare
Choose a tag to compare

DON'T DOWNLOAD FROM HERE, OUTDATED BUILDS

The Download links are in the repo Readme, check it!

  • Fix 'not responding' during decompression
  • Fix Available Memory estimation under OSX
  • Block URL texbox during loading
  • Show Version in Main Window Title

6.0.7 Released, but not here

26 May 03:58
Compare
Choose a tag to compare

DON'T DOWNLOAD FROM HERE, OUTDATED BUILDS

The Download links are in the repo Readme, check it!

Changes of v6.0.7:

  • Add CNL Support
  • Fix bug in legacy version that enforce update to the 6.x version

Changes of v6.0.6

  • Fix UI Status text don't Updating
  • 7z decompression code refactoration
  • Show parts labels in the list

Changes of v6.0.5:

  • Fix minor UI bugs after the v6.0.4

Changes of v6.0.4:

  • Fix CLI Port Bug
  • Initial OSX Support

Changes of v6.0.3:

  • Add Command Line Interface

Changes of v6.0.2:

  • Add Crash Log
  • Fix Crash when delayed response from the PS4 Discovery

Changes of v6.0.1:

  • Better PS4 IP Detection
  • Allow select Multiple PKGs from local disk
  • Minor Bug Fixes

Key Changes of v6.0.0:

  • Ported to .NET 6.0
  • UI Rewrited in Avalonia to a proper multiplatform support
  • Stable Linux Support (And now the main focus, since i'm using linux now XD)
  • Install Packages without the RemotePackageInstaller, only using the GoldHEN payload server
  • Segmented Download is near stable now.
  • Refactorations, Optimizations and etc.

Prepare to the next update

12 May 20:16
Compare
Choose a tag to compare
Prepare to the next update.

Ensure DotNet 6 is Installed.

Bug Fixes

08 Apr 17:51
Compare
Choose a tag to compare
  • Fix Google Drive #11
  • Fix Aldebrid asking for API key every startup
  • Fix linux cookies.txt location
  • Drag&Drop PKG support
  • Next update will take a while since will be a major change.

AllDebrid Integration + Fixes

09 Feb 02:38
Compare
Choose a tag to compare

+ AllDebrid Support added (Required API Key)
+ 1Fichier 7z Support (RAR Don't works well since require download the entire file to open)
- Removed x86 Prefer Flag (Now the program will run as x64 when possible)
- Bring back memory unrar download buffer
- Minor Fixes

The Segmented Download mode isn't stable yet, I know there are some bugs but I'm still considering whether to take the time to fix or re-implement.
I'm with a problem to debug the problem, since it happens randomly, I made the assumption that the dotnet stream buffering was automatically reading the front of the already downloaded part of the segment in question, bringing invalid data for processing, for now I tried to prevent the reading of the last 4mb of the segment in hopes of changing the situation , as such, I will remain a while longer observing the results and feedbacks will be welcome.

5.0.0

29 Jan 21:59
Compare
Choose a tag to compare
  • Support for GDrive Authenticated download
  • Usable 1Fichier Support (But still have 1 hour cooldown)
  • Initial Segmented Downloads Feature (Under Tesing yet)
  • Fixes VirtualStream CanRead
  • Fixes VirtualStream ForceAmount bug (Dear god, how this shit worked with this bug?)
  • Fixes #9
    Full Changelog: 4.1.1...5.0.0