Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Releases: KitsuneLab-Development/K4-GOTV

K4-GOTV | v2.1.2

21 May 18:48

Choose a tag to compare

  • fix: Improved file deletion to handle locked files more robustly with incremental retry delays
  • fix: Properly close file streams before attempting to delete files

Full Changelog: v2.1.1...v2.1.2

K4-GOTV | v2.1.1

09 May 16:23

Choose a tag to compare

K4-GOTV | v2.1.1 Pre-release
Pre-release
  • fix: Database initialization didnt succeed
  • chore: Block Mega files from getting into trash as it waste the space there

Full Changelog: v2.1.0...v2.1.1

K4-GOTV | v2.1.0

09 May 10:57

Choose a tag to compare

K4-GOTV | v2.1.0 Pre-release
Pre-release
  • feat: Added support for line breaks in payload
  • feat: Added file auto-cleanup for servers that are running 24/7 and fails many upload due to bad configuration
  • feat: Added optional retention settings to periodically delete old demo files from Mega and FTP
  • fix: Database connection issues

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

K4-GOTV | v2.0.1

02 Feb 19:00

Choose a tag to compare

  • fix: Non-game thread issue on uploading demo

Full Changelog: v2.0.0...v2.0.1

K4-GOTV | v2.0.0

01 Feb 20:53

Choose a tag to compare

  • feat: Made Discord webhook optional - plugin now works without Discord integration
  • feat: Added MySQL database integration for demo URL storage (made by @wohahobg)
  • feat: Complete architectural overhaul for better scalability
  • feat: Improved logging system with more detailed and readable output
  • upgrade: Completely refactored codebase for better performance and maintainability
  • optimise: Core functionalities rewritten for improved efficiency
  • note: This is a major version update with significant changes to the plugin architecture

New Contributors

Full Changelog: v1.3.4...v2.0.0

K4 GOTV Discord - v1.3.4

11 Nov 20:48

Choose a tag to compare

  • feat: Added new config to enable/disable warmup recording
  • feat: Added safety measurements to start the recording always if not recording, but set to auto-record
  • feat: Added new config to change output folder

Full Changelog: v1.3.3...v1.3.4

K4 GOTV Discord - v1.3.3

15 Oct 15:18

Choose a tag to compare

  • feat: Added option to set the Discord server's boost level to increase the file size limit automatically to it
  • feat: Delete every .dem and .zip files from discord_demos folder after server start

This patch was created by @originalaidn.

Full Changelog: v1.3.2...v1.3.3

K4 GOTV Discord - v1.3.2

17 Sep 16:53

Choose a tag to compare

  • fixing server crash when WS map used (via RTV or admin change) by @originalaidn in #8

Full Changelog: v1.3.1...v1.3.2

K4 GOTV Discord - v1.3.1

15 Sep 11:21

Choose a tag to compare

  • fix: Demo file was used while trying to upload it, added a better solution to prevent it
  • upgrade: File lock detection in delete and process, and wait for the file to be ready

Full Changelog: v1.3.0...v1.3.1

K4 GOTV Discord - v1.3.0

12 Sep 23:05

Choose a tag to compare

  • feat: Added customisable payload to Discord hook
  • feat: Added SFTP support
  • feat: Added FTP support
  • feat: Added customizable file naming patterns
  • feat: Added customizable default file name config
  • feat: Added Discord upload limit detection
  • feat: Added player join detection to start recording
  • feat: Added placeholders to FTP directory to group by date or anything else
  • fix: Added double trigger block
  • fix: Plugin broke other plugins due to thread sleep
  • fix: File deletions not working properly
  • fix: Auto record didnt start within some cases
  • fix: Delayed uploads didnt remove processed files from the list
  • fix: Added safety measurements to not to throttle thread with infinite sleep
  • optimise: All IO based operation made to use threaded contexts
  • remove: Upload delayers due to we handle them in new thread now

Full Changelog: v1.2.8...v1.3.0