Skip to content

Releases: rashevskyv/dbi

DBI 658

04 Jan 17:01
Compare
Choose a tag to compare

GitHub release (latest by date)

Additions and fixes on Activity Log

DBI 656

20 Dec 14:07
Compare
Choose a tag to compare

GitHub release (latest by date)

  • Added BuildID to games's cart

DBI 654

15 Dec 15:03
Compare
Choose a tag to compare

GitHub release (latest by date)

Bugfix

DBI 653

11 Dec 17:39
Compare
Choose a tag to compare

GitHub release (latest by date)

Fixes for FTP, for small files transfer

DBI 652

05 Dec 18:56
Compare
Choose a tag to compare

GitHub release (latest by date)

Changelog

Added

  • Filter functionality in applications, tickets, and saves. Activation using ZR+ZL keys.

Quality of Life Improvements

  • Enhanced the Activity log for better user experience.

Fixed

  • Various bug fixes and optimizations.

Removed

  • Chinese version at the request of the translation author.

DBI 640

24 Nov 09:14
Compare
Choose a tag to compare

GitHub release (latest by date)

Changelog

Fixed

  • Activity Log: Improved functionality and stability.
  • USB Installation Issues: Addressed some issues related to installation from external drives, particularly involving Windows and the 'read-only' attribute.

New config entries

; HTTP Server
HTTP=true

;HTTP options
[HTTP]
; Access port
Port=1234

; Start local access point for FTP/HTTP server
UseAP=false

DBI 633

14 Nov 12:57
Compare
Choose a tag to compare

GitHub release (latest by date)

Changelog

Added

  • Screenshot Transfer via HTTP: Users can now transfer screenshots from their device to a PC using HTTP. This feature is available under the Tools > Browse Album via HTTP menu option.
  • Configuration Options:
    • EnableNSZ=true: Allows NSZ/XCZ installation in applet mode. This option disables the installation of NSZ/XCZ files when DBI is running in applet mode. It ensures installations can only be done in title mode, either through a forwarder or a game. This mode is characterized by a black background in the application, eliminating the error due to memory insufficiency during unpacking.
    • CreateLFS=true: Creates a LFS (Large File Storage) folder in /atmosphere/contents after game installation.
  • Traditional Chinese Translation: A new version of the application, DBI_znch.nro, has been added to support Traditional Chinese language.

DBI 628

26 Oct 12:46
Compare
Choose a tag to compare

GitHub release (latest by date)

Changes

Added

  • Ability to transfer games via USB cable from console to console. On the master, go to Browse installed > select games > (+) > Share via USB. On the slave, launch Install title from DBI backend and connect the consoles with a cable.
  • Added an entry in the config:
[Disabled titles to check for updates]
010072400E04A000; Pokemon Cafe Mix

The specified titles will be excluded from update checks.

DBI 616

25 Aug 08:09
Compare
Choose a tag to compare

GitHub release (latest by date)

Changes

Added

  • Portugal / Brazilian version (DBI_ptbr.nro)
  • Clocks in the status bar at the top right.
  • Display of Emunand (E) or Sysnand (S) at the top left.
  • Ability to update DBI from a local .zip archive on the console itself with the '+' button.
  • Two new custom commands 'SITE FREESPACE', 'SITE TOTALSPACE' when working via FTP to get free and total space on SD/NAND.

Fixed

  • A bug in the dbibackend script.
  • During game save backups, saves are now sorted into folders with game names.
  • A resource leak bug that prevented more than 64 files from being installed at once from an external USB-HDD.
  • Smart keygeneration check for .NCA compatibility with the current firmware before creating a placeholder during game installation.

Other

  • Fixes for keygeneration check on Mariko consoles.
  • Minor bug fixes, typos.

dbibackend.exe is an old version, cause I have problems with building new version to exe file. Will try to fix it later. If anyone can built it, will be appreciated.

DBI 598

05 Jul 15:30
Compare
Choose a tag to compare

GitHub release (latest by date)

New Features:

  • Added detailed console information in "Tools" > "System Information"
  • In MTP mode, the current active USB 3.0 Super Speed / USB 2.0 High Speed connection type is displayed
  • Improvements in the Activity Log interface
  • Code refactoring for game installation queues
  • Fixed error in remaining_file_length data type
  • Fixed 2002-6203 copy error in Browse SD Card
  • Updated the context menu in File actions
  • Added a feature to delete old backups in the context menu in save backups. Deletes those backups for which there are newer ones for the same user.
  • Bugfixes

Config Additions:

; Backup saves before delete
FoolproofSaveDelete=true

This can only be set via config. Always makes a backup before deleting the save, unless there's an up-to-date one already present.