Skip to content

Releases: sioaeko/Vencord-splitLargeFile

v0.1.1

15 Mar 09:03

Choose a tag to compare

Fix Vencord compatibility: Split & Upload button not appearing

Changes

  • Fix Vencord patch module resolution: Replaced Vencord.Webpack.Common dependency with direct Vencord.Webpack.findByProps() lookups. Common's properties are read-only getters in esbuild output, causing module resolution to silently fail.
  • Add ChatButtons API readiness check: Bootstrap now waits for Vencord.Api.ChatButtons.addChatBarButton to be available before starting the plugin.
  • Improve retry logic: Changed from fixed timeout list (500ms–8s) to persistent 1s interval retry with 30s max timeout, ensuring the plugin starts even on slower machines.
  • Self-sufficient module finding: Plugin now finds React, FluxDispatcher, MessageStore, RestAPI, Constants, SelectedChannelStore, SnowflakeUtils, Toasts, and CloudUploader via findByProps/find, with Webpack.Common as fallback.

Known Issues

Split Upload button may not appear on the default Discord theme (Vencord patch only)

If the Split Upload button does not show up, apply any BetterDiscord or Vencord theme first, then re-run the patcher. After this, the upload icon will appear normally — and will remain visible even if you switch back to the default Discord theme.

Assets

  • FileSplitterPatcher.exe — Windows patcher (run as administrator)

v0.1.0

09 Mar 09:19

Choose a tag to compare

Release patcher for installed Vencord and Equicord.

Highlights:

  • Supports Installed Equicord and Installed Vencord patching
  • Supports Vencord and Equicord source repo install mode
  • Adds merged result cards with image previews and download actions
  • Improves default theme readability for result cards
  • Includes Windows FileSplitterPatcher.exe release asset