All notable changes to the pkgi-ps3
project will be documented in this file. This project adheres to Semantic Versioning.
v1.2.4 - 2023-01-23
- Explicit FTP over TLS support
- Increased database memory limit to 32 Mb
- Variable Menu width (auto-adjusted to translated text width)
- Progress bar not showing correct values when resuming a file
- Proper screen aspect ratio (Tiny3D issue)
v1.2.2 - 2021-10-22
- Migrated all networking code to
libcurl
- Support for HTTP, HTTPS, FTP, FTPS links with TLS v1.2
- Finnish translation
- French translation
- German translation
- Italian translation
- Polish translation
- Portuguese translation
- Turkish translation
- Crash when item list is empty
v1.2.0 - 2021-10-09
- Internationalization support
- Language detection based on PS3 settings
- Spanish translation
- Online scan for available content updates
- Support for TLS v1.2 using newer libcurl+polarSSL
- UI: use customized dialogs
v1.1.8 - 2020-12-08
- Content icon download from the TMDB (based on Title ID)
- Use content icons for package bubbles (XMB)
- Set L2/R2 buttons as shortcuts to switch between content categories
- XMB callback handling
v1.1.6 - 2020-06-23
- Generate
.rif
files when downloading items (system must be activated) - Improved speed when creating empty files in background download mode
- Enter button detection (
cross
/circle
)
v1.1.3 - 2020-05-20
- Improved auto-update code to download
.pkg
updates directly from GitHub - Increased database memory limit to 32768 items
- Changed App location to the XMB
Network
tab
- The app now allows to download items that already exist
- Start/Stop music works without requiring to restart the application
v1.1.2 - 2019-12-31
- Added content categorization and filtering
- Added support for loading multiple database files
- Added support for online db update/sync
- Filter unsupported or missing URLs when loading a database
v1.1.0 - 2019-12-23
- Added TTF fonts to support Japanese characters
- Added SSL support (the app can download
https
links) - Added package install bubble for Direct downloads
- Added background music
- Added settings options for music and auto-update
- Fixed UI issue where texts could go beyond the screen limits
v1.0.8 - 2019-12-19
- Added analog pad support
- Added CPU/RSX temperature status
- Added "Details" screen
- Added automatic download after version update check
- Improved empty
.pkg
file generation using async IO. - Improved UI
v1.0.5 - 2019-12-14
- Generic text database format support
- Credits
(SELECT)
and Exit(START)
confirmation dialogs - Changelog file
- The app now creates
/dev_hdd0/exdata
, if folder doesn't exists - Fixed unresponsive
background download
dialog while creating a PKG file - Fixed a bug when the URL was missing
v1.0.0 - 2019-12-11
- Text search filtering using on-screen keyboard
- Background download task mode (uses internal Download Manager)
- New version check
- Fixed incorrect progress bar information during direct download
v0.0.1-beta - 2019-12-04
- First public beta release