Skip to content

Latest commit

 

History

History
229 lines (199 loc) · 6.21 KB

CHANGELOG.md

File metadata and controls

229 lines (199 loc) · 6.21 KB

Changelog

Planned Fixes and Features

  • App Layout
    • Add Device Status on TabBar
    • Add Back Button on Desktop Version
  • Games Page
    • Sort by Name, Size, Date
    • Filter by Installed, Not Installed
  • Library
    • Open Downloads Folder (Only Desktop Version)
    • Fix Install Errors not showing
      • Ask to continue or remove
    • Feature install only game data
    • Add Game Eye Icon when click is available
    • Manage Storage
    • Split Device Library and Local Library
    • Show Total Download Speed
  • Game Details
    • Show Game Download Storage Usage
    • Show Game Downloaded Files
    • Show Installed Game Version
  • Devices
    • Filter not VR android devices
    • Improve Layout
    • Add Quest System Settings Customization (Same as SideQuest Features)
      • Change User Name
      • Change Performance Configs
        • CPU, GPU, Resolution
        • Refresh Rate
        • FFR ( Fixed Foveated Rendering )
        • Streaming & Recording Quality/Configs
        • Experimental Features (Disable Proximity Sensor, etc)
    • Device Menagement
      • Reboot
      • Install External APK
      • Upload External Files to Device
  • Settings
    • Improve Layout
    • Turn on/off Web Server (Only Desktop Version)
    • Split Settings in Sections
    • Choose Max Files Simultaneos Downloads

Changes Log

Changes Release 0.2.1

  • Games
    • Fix Just Missing should not reinstall apk
    • Add compare reload after game install
  • Development
    • Remove some irrelevant logs

Changes Release 0.2.0

  • Games
    • Fix Listing Bug
  • Game Files Inspect/Compare (New)
    • Show Download Obb Files
    • Show Device Obb Files
    • Compare Versions
    • Push Just Missing Obb Files
  • Devices Manager
    • optimize device listing with caches, Reducing 60% of adb calls
    • optimize device apps listing with caches
  • Headless
    • Add WebSocket Auto Reconection
  • Development
    • Fix command log on verbose mode

Changes Release 0.1.3

  • Headless
    • Fix Page Title and Icons
    • Add Dev Mode Scripts With hot reload
    • Fix Images on Dev Mode
  • Games / Library
    • Add List View
    • Fix Game Details Page on Mobile (Responsive Wrap)
    • Improve Mobile and Desktop Responsivity
  • Core
    • Fix VrpPublic and HttpDownloader cyclic dependencie
  • Project
    • Rename electron folders and scripts to server
    • Finally solving project aliases - it was hard
    • change project structure
  • Settings
    • Show last app version to download

Changes Release 0.1.2

  • Rename AndroidTermux to Headless (works on system with node/warn/7zip installed)
  • Android Termux Install Script
    • Fix auto resolving pkg dependencies
    • Fix Start script
    • Supress getCommandPath errors
  • Headless Mode
    • Show System Network IP
    • Add start --help and arguments
  • Library
    • Uninstall Games

Changes Release 0.1.1

  • Update Readme
    • Install and Run Tutorials
    • Dev Documentation
  • Core
    • Fully working on Android Termux 🎉
    • Auto Find Dist folder to fix find Cross Bundles assets finding
    • Big Refactor
    • Update CI
    • Fix showing app version
  • Settings

Changes Release 0.1.0

Changes Release 0.0.10

  • Devices
    • Connect with TCP/Wireless
    • Pair Device using Android Wireless Adb
  • Games / Library
    • Improve Game Status
    • Code Refector, DownloadInfo -> GameStatus
    • Rename -> Downloads to Library
    • Not Found message / Improve Layout
  • Settings
    • Improve HelthCheck
    • Fix Windows Helth Check
  • Core

Changes Release 0.0.9

Changes Release 0.0.8

  • Update Windows documentation
  • New Button Component with icons
  • Devices
    • Load on app init
    • Auto reload on time interval
  • Downloads
    • List downloaded
    • Improve Layout
    • Unziping downloads
    • HttpDownloads refactor
    • Downloads queue
  • Game
    • Install games 🎉 (without custom obb/data)
    • New States ('downloading', 'installing', 'unziping
    • Improved event changes
  • Settings

Changes Release 0.0.7

Changes Release 0.0.6

Changes Release 0.0.5

Changes Release 0.0.4 (develop version)

Changes Release 0.0.3

Changes Release 0.0.1

  • Initial release, create app, CI, navigation, and basic components
  • Show simple devices information
  • List available games
  • Add improved search functionality