Skip to content

Tags: LightningMods/PS4-Store

Tags

4.6

Toggle 4.6's commit message
STORE Version: 2.5-V-2023-05-19T16:18:55

Change log

- Implemented C++
- App will now check for database updates in the background automatically every 5 mins
- Added the Updates section (BETA)
- Added an Update thread (DB and App updates)
- Added Icon pre-loading on startup (setting)
- Added the ability to upload crash logs after crashing
- Improved overall responsiveness
- Improved the Search feature to not be case sensitive
- Improved readability and memory safety
- Improved background texture/icon loading
- Bug fixes
================= Changed Settings =============
**Before**: Change Freetype  (font) Path | **After**: Pre-Load Icons on Startup

4.5

Toggle 4.5's commit message
STORE Version: 2.5-V-2023-05-19T16:18:55

Change log

- Implemented C++
- App will now check for database updates in the background automatically every 5 mins
- Added the Updates section (BETA)
- Added an Update thread (DB and App updates)
- Added Icon pre-loading on startup (setting)
- Added the ability to upload crash logs after crashing
- Improved overall responsiveness
- Improved the Search feature to not be case sensitive
- Improved readability and memory safety
- Improved background texture/icon loading
- Bug fixes
================= Changed Settings =============
**Before**: Change Freetype  (font) Path | **After**: Pre-Load Icons on Startup

4.4

Toggle 4.4's commit message
STORE Version: 2.4-V-2023-01-01T03:58:57

Change log:

heres a sneak peak at the change log
- The Homebrew Store now uses and has been fully ported to the OOSDK instead of using orbisdev
- Added an icons download thread (icons now download in the background while you use the app)
- Updated libjbc version from @sleir
- Added a Pause, Resume and Cancel button
- Added app version info to the download view
- Removed the Itemz Daemon
- Store can now show multiple PKG/App (BGFT) install progresses in-app with the same download bar
- Added Default text if the new text doesn't exist (new PKG isnt installed)
- Fixed bugs installing PKGs like Game patches etc
- Corrupted PNGs will now auto delete and try to redownload (1 time only)
- Improved SQL Functions
- Replaced all sceHttp* functions with libcurl functions which supports SSL
- Switched the Store loader/pkg to use https://api.pkg-zone.com instead of non-SSL http://
- Loader no longer jailbreaks instead uses the run as root function from libjbc
- Fixed memory leak in calculateSize(...)
- Added URL validation to the CDN setting (app will try to connect first)
- Added the URL keyboard for URLs instead of the reg keyboard
- Store Crash logs now save to /mnt/usb0/Store/Store.log if a USB is available
- Store log renamed from log.txt to store.log
- Removed Itemzflow (inc strings) and replaced it with a shortcut to download the new IF standalone app (transition)
- Project is now compiler warning free! (-Wall and -Werror added to the Makefile)
- Added a feature that gives other apps the ability to launch/display the store with a search query (supports app name and tid) via the Store-API lib
- new PKG Assets
- Added categories for locally hosting (base games, patches and dlc)
- Store-API implemented for app update statuses
- "Update Now" and "Reinstall latest" text added to reflect Store-API update statuses
- Store-API app update statuses are now session cached to save time (app re-launch might be required to refresh some of the statuses i.e reinstall the latest)

============ SETTINGS CHANGED ===========
**Before:** Set as Home menu | **After:** Refresh Store Database
**Before:** Store Downloads on USB | **After:** Auto Install
**Before:** Disable CF Shader | **After:** Reset Store Settings
**Before:** Show Install Progress | **After:** Legacy Install Progress

**NOTE:** The Queue will only show all paused downloads or currently downloading apps but not both,
apps that are downloading take priority and will show first once all downloading apps are finished
the Store will show all the paused downloads

The Limit of 4 apps at once still applies even if all apps are paused, its 4 regardless of status (including installing)

4.31

Toggle 4.31's commit message
STORE Version: 2.3-V-2022-03-31T20:45:43

- GP4 fixed to be compatible with Official tools by @Al-Azif
- Fixed a bug that crashed the store if you had over 128 items in a single Group category
- Downloaded PKGs that fail to install will now also be deleted after failing

4.3

Toggle 4.3's commit message
STORE Version: 2.3-V-2022-03-23T01:09:29

- Added SQL Support
- New API change from Json Pages to 1 SQL Database
- Increased Store caching and loading time by atleast 5 secs
- Faster downloading for games > 1GB
- Fixed a bug caused by a USB with no INI
- Fixed a bug in the INI Saving settings
- Removed the Legacy api setting
- Increased Default content len to 600 KBs
- Re-enabled Dumping of EXT HDD Games
- disallowed the settings.ini download name
- removed a few now unused JSON funcs

4.2

Toggle 4.2's commit message
STORE Version: 2.2-V-2022-03-03T03:17:53 && STORE-Loader Version: 1.4…

…-V-2022-02-06T12:33:05

- new Game Dumper by @Al-Azif
- Installation progress
- Multi language
- No devkit prx (fully legal now)
- added a USB free space check for the dumper
- New daemon version with a update checking thread
- Updated readme
- New PKG on the website
- Fixed bugs
- Added an optimization for downloading local games from a local CDN
- Triangle now sorts games by alphabetical order in itemzflow only
- Fixed an issue where the caching/downloading website dialog wasnt showing
- improved download speed

3.3

Toggle 3.3's commit message
STORE Version: 2.2-V-2022-03-03T03:17:53 && STORE-Loader Version: 1.4…

…-V-2022-02-06T12:33:05

- new Game Dumper by @Al-Azif
- Installation progress
- Multi language
- No devkit prx (fully legal now)
- added a USB free space check for the dumper
- New daemon version with a update checking thread
- Updated readme
- New PKG on the website
- Fixed bugs
- Added an optimization for downloading local games from a local CDN
- Triangle now sorts games by alphabetical order in itemzflow only
- Fixed an issue where the caching/downloading website dialog wasnt showing
- improved download speed

4.1

Toggle 4.1's commit message
STORE Version: 2.1-V-2021-12-26T00:15:33

4.0

Toggle 4.0's commit message
Version: 2.0-V-2021-11-06T02:01:08

```
Change Log

- Moved Store to a new Web API instead of static jsons
- Select App files and UI were rewritten
- Changed page size from 8 hb a page to 15
- Many fixed mem leaks and bugs in general
- Added a per-app global download counter
- Added Filter by and its sub options Author and FW Version
- Changed "Games" to "Store Apps"
- Changed "Groups" to "Store Groups"
- L1 now saves a screenshot of the app to USB0
- Added Itemzflow (game launcher) and all its sub options (launch game etc etc)
- Triangle in itemzflow now refreshs the installed apps list
- Added Settings option(s) "Clear cached images", "CF bg shader", "CF reflections"
- Added a Signal hanlder and redirected all signals
- Added a Game Dumper
- Added CPU temp, USB and Internal Storage usage
- Added Bar for % of used app fmem
- Added a New Logging lib (log_error(...) etc)
- Replaced almost alll sprintfs with snprintfs
- Added Easter Egg
- Added BETA_KEY and Legacy Ini settings
```

3.2

Toggle 3.2's commit message
Version 1.2-V-2021-01-06T23:17:24