Skip to content

Releases: LightningMods/PS4-Store

STORE Version: 2.5-V-2023-06-14T23:46:40

19 May 20:41
Compare
Choose a tag to compare

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

HOT FIX 5/20/2023

  • Fixed Store categories for other langs

STORE Version: 2.4-V-2023-01-02T20:39:45

01 Jan 09:19
Compare
Choose a tag to compare

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 @sleirsgoevy
  • 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)

STORE Version: 2.3-V-2022-04-01T01:52:38

01 Apr 00:15
Compare
Choose a tag to compare
  • 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

Hot fix:

  • Fixed dumper semaphore
  • Added more files to the excluded files list for the GP4

STORE Version: 2.3-V-2022-03-23T01:09:29

24 Mar 02:32
Compare
Choose a tag to compare
  • Added SQL Support
  • New API change from Json Pages to 1 SQL Database
  • Decreased 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

STORE Version: 2.2-V-2022-03-12T01:18:55 (w/ hotfix)

04 Mar 00:10
Compare
Choose a tag to compare
  • 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 an update checking thread
  • Updated readme
  • New PKG on the website
  • Fixed bugs
  • Added 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

STORE Version: 2.1-V-2021-12-26T00:15:33 (including hotfix)

26 Dec 00:22
Compare
Choose a tag to compare

Changelog:

  • The controllers option button is now the exit button it is recommended you only close the app with that button
  • Ability to set default PS4 Home menu in Store Settings
  • Itemzflow Daemon
  • Added Support for Ext HDDs
  • App Meta and Encrypted Trophy Dumper fix by @Znullptr
  • Other fixes
  • Fixed an SFO bug
  • Switched to Orbisdev's user_mem_sys lib
  • Added IPC code for the daemon
  • New Dumper paths, the rest is still the same
|----->CUSAXXXXXX-app
|--> meta (pkg metadata)
|--> binaries (decrypted app bins)
|--> Trophy (has all the trophies)
  • Added Stack protection

Store Update 2.0

06 Nov 04:07
Compare
Choose a tag to compare

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

Store Update 1.2

06 Jan 23:31
Compare
Choose a tag to compare
  • Added the Settings menu
  • Added MANY bug fixes
  • Apps renamed to Installed Apps for later addition
  • TTF now load from the INI file path with backup embedded font
  • Manage almost all INI settings from the Settings Menu
  • added Store Version to the Corner of the screen and log under temp
  • etc etc
Store[GL] Compiled Time: Jan 19 2021 @ 15:08:38
STORE Version: 1.2-V-2021-01-19T15:08:38

Store Update 1.1

30 Dec 18:20
86f42ac
Compare
Choose a tag to compare
  • Added more fixes
  • shacc and piglet are now MD5 checked

New Store + Source

30 Dec 02:32
0a181b5
Compare
Choose a tag to compare

its been almost 6 months but its finally here