Update History

Update History

v2.1.1

2025-07-12

  • Fixed: Fixed compilation errors that occurred in environments without YamaPlayer and VizVid

v2.1.0

2025-07-07

  • Added: In YamaPlayer environment, batch queue addition now requires no additional setup steps
  • Fixed: Fixed bug where tags would not display when exceeding a certain number
  • Fixed: Fixed issue where video playback was not working on user-hosted servers

Spreadsheet Update v2

2025-07-07

  • Added: Added title retrieval button to the sheet
  • Fixed: Fixed issue where titles would be misaligned when some videos couldn’t be retrieved
  • Fixed: Added handling for when YouTube API rate limit is reached
  • Changed: ID numbering is now done on the GAS side instead of the sheet to prevent accidents from editing
  • Changed: Video ID extraction is now done on the GAS side to prevent accidents from editing

※You can continue to use your spreadsheet v1 without recreating it

Server-side Update

2025-07-06

  • Changed: When YouTube API rate limit is reached on the GAS side, it now picks up cached items if available
  • Fixed: Fixed bug where redeployed WebApp URL was not reflected

Server-side Update

2025-04-24

  • Changed: Stopped querying GAS for all data, now using DB for unnecessary portions
    • Video list retrieval: About 10 seconds → About 5 seconds
    • Thumbnail retrieval: About 15 seconds → About 7 seconds
    • Video playback: About 15 seconds → Less than 0.1 seconds

Server-side Update

2025-04-15

  • Fixed: When thumbnail cannot be retrieved for a video, it now replaces with a dedicated image
    • Prevents glitch-like display when thumbnail decode fails on VRChat side

v2.0.0

2024-10-19

  • Added: iwaSync support
  • Added: VizVid support
  • Changed: UI layout adjustment for all types
  • Changed: Layout changed from 3 types to 6 types
  • Changed: Now works even without importing YamaPlayer
  • Changed: Reload button can be pressed when video list retrieval fails
  • Changed: Added option to use fallback fonts to reduce build size (about -8MB)
  • Changed: Optimization
    • About 40% reduction in draw calls
    • Reduced stuttering when loading video lists
    • Smaller build size (about 15MB → about 9MB)

v1.3.2

2024-08-18

  • Added: All features now available on Quest/Android

v1.3.1

2024-08-16

  • Fixed: Fixed non-functioning bug in v1.3.0
  • Changed: Setup UI adjustments

v1.3.0

2024-08-15

  • Changed: Unity2022 support
  • Changed: Support for YamaPlayer v1.4.x
  • Changed: Changed video playback mechanism
    • Previously used YamaPlayer’s URL resolution feature, but changed to own resolution.
    • This should improve environments that have been reported as non-functional for the past six months.
  • Removed: Removed custom UI version of YamaPlayer (discontinued due to increased development workload and sufficient usability with default YamaPlayer)

Server-side Update

2024-08-13

  • Changed: Thumbnail retrieval speed increased by about 3x (first time same as before, cache takes effect from second time onwards making it faster)

v1.2.1

2023-12-23

  • Added: Songs now play with video player type set in YamaPlayer (AVProVideoPlayer is now available)
  • Fixed: Fixed YamaPlayerCustom queue panel being hard to touch (hitbox was in front)

v1.2.0

2023-11-26

  • Added: Added color variations, ability to freely change colors
  • Added: Ability to sort in ascending/descending order
  • Changed: Support for YamaPlayer v1.3.x
  • Added: Play button disabled during video loading
  • Added: Dialog displayed when setup fails
  • Changed: Layout adjustments with addition of color variation feature
  • Fixed: Fixed issue where pressing select all/deselect all tag buttons would stop working (occurred since v1.1.0)
  • Fixed: Play button spam prevention (no additional play requests sent while YamaPlayer is loading)
  • Fixed: Fixed rare issue where loading would continue spinning even after failure
  • Fixed: Fixed issue where playlist would stop working when reloaded (occurred since v1.1.0)

v1.1.0

2023-10-28

  • Added: Default playback video can now be specified on the sheet side
  • Added: Play button and add to queue button now hidden in Quest builds
  • Fixed: Fixed issue where video list could not be retrieved (Bug due to VRChat’s Unity2022 update)
  • Fixed: Fixed issue where playlist setup was not possible when YamaPlayer was not in the scene

v1.0.2

2023-10-15

  • Fixed: Fixed issue where videos played from playlist could not be looped
  • Fixed: Fixed issue where tag filtering was not working (occurred in v1.0.1 TypeA and TypeB)

Server-side Update

2023-09-14

  • Fixed: Fixed issue where video list retrieval sometimes failed

v1.0.1

2023-08-30

  • Added: Added layout TypeC

v1.0.0

2023-08-19
Initial release