Skip to content

Releases: MegaBitmap/UDPBD-for-XEBP

2.11.0.1

28 Mar 17:17

Choose a tag to compare

Full Changelog: 2.11.0.0...2.11.0.1

neutrino was updated to v1.8.0-27-ge6ba675

A delay was added to the first message received in udpfs_server. This fixes the following error on a server cold boot:
[WinError 10051] A socket operation was attempted to an unreachable network

Other small changes

2.11.0.0

24 Mar 17:02

Choose a tag to compare

Full Changelog: 2.10.0.0...2.11.0.0

neutrino was updated to v1.8.0-19-gbe75aaf

Support for udpfs_server was added including both filesystem and block-device mode.
This requires Python 3.13
Note that udpfs is also accessed via "UDPBD" inside XEB+

2.10.0.0

20 Feb 18:08

Choose a tag to compare

Full Changelog: 2.9.7.2...2.10.0.0

PLEASE NOTE This update includes breaking changes to gsm settings. It is recommended to reset all settings by deleting XEBPLUS/CFG/neutrinoLauncher

Added PoliPyc's changes from:
sync-on-luma#58

Added context menu options for enabling the apa-net and udpbd-hdd bsd configs.

All the code from the CLI, GUI, and UDPBDTray app were combined into UDPBDG.

The UDPBD-XEB-CLI app is still included for linux support as UDPBDG is windows only.

2.9.7.2

24 Dec 19:51

Choose a tag to compare

Full Changelog: 2.9.7.1...2.9.7.2

udpbd-server and vexfat are now built as dll files.
There is now no need to preload network drivers on server cold boots.
ps2client was replaced by c# code.
Added a custom console to prevent server stalls/stutters while scrolling or copying text.

Note that the first launch of a new version may run slow due to win defender's scanning. If this happens reboot the pc and then the server/sync app should run normally.

2.9.7.1

09 Nov 16:46

Choose a tag to compare

Re-synced with upstream to add the following changes: sync-on-luma/xebplus-neutrino-loader-plugin@34783e0...b36efed

Please Note When updating versions it is REQUIRED to update BOTH the XEBPLUS plugin and the sync app.
DO NOT MISMATCH different versions of the XEBPLUS plugin and the sync app.

2.9.4.2

14 Sep 23:46

Choose a tag to compare

This release includes updates to udpbd-server and neutrino as well other small changes.

With help from reddevild271, udpbd-server's compatibility with windows created exFAT partitions has been fixed.

neutrino has been updated to v1.7.0-30-g607309e.

Fixed a small bug in UDPBDTray's start server method.

Full Changelog: 2.9.3.1...2.9.4.2

2.9.4.1

14 Sep 18:51

Choose a tag to compare

This release includes updates to udpbd-server and neutrino as well other small changes.

With help from reddevild271, udpbs-server's compatibility with windows created exFAT partitions has been fixed.

neutrino has been updated to v1.7.0-30-g607309e.

Full Changelog: 2.9.3.1...2.9.4.1

2.9.3.1

16 Aug 00:20

Choose a tag to compare

PLEASE NOTE:
Automated network initialization by radshell has been disabled.
Please install the PS2BBL-Network-Init files.
See PS2BBL-Network-Init/README.txt for more details.
PLEASE NOTE:

The Sync app now has a preformatted Linux exFAT VHDX included. If no exFAT drive if found, selecting yes on the prompt will automatically mount it.
A new notification tray server manager has been added (UDPBDTray). It provides controls to start/stop the server. It can also start a ps2client console for debugging.
Neutrino has been updated to v1.7.0-24-g9bc1ef6.
A major bug in the file transfer protocol (FTP) methods was fixed.
Lots of other small changes and bug fixes.

2.8.4.2

27 Apr 22:12

Choose a tag to compare

Full Changelog: 2.8.4.1...2.8.4.2

udpbd-server has been reverted back to the build from March 2023.
There seems to be a problem with the build of udpbd-server from April 14 (2.8.4.1).
The build from 2025-4-14 seems to fail when saving data to virtual memory cards.
The build from 2023-3-8 does not have this issue.

2.8.4.1

14 Apr 15:39

Choose a tag to compare

Added changes from upstream:
sync-on-luma/xebplus-neutrino-loader-plugin@2.7.4...2.8.4
Added icon.sys to fix the history file appearing in the browser as "Corrupted data".
Added changes for udpbd-vexfat:
awaken1ng/vexfatbd@78c6545...1537364
udpbd-server/vexfat have been recompiled with the latest gcc/rust toolchains.
Automated build scripts for the sync app and servers have been added to the repo.
All instances of WebClient have been replaced with HttpClient or FluentFTP.
Improved the async implementation.