Skip to content

Releases: WolfwithSword/TwitchCollabNetwork

v1.0.10 QoL updates

30 Aug 17:24
1f04680
Compare
Choose a tag to compare
  • Enabled --help commandline param
  • Added -of / --open_file flag. If set, will automatically open the generated output file
  • Updated template.html such that double-clicking a node will open the user's channel in browser.

What's Changed

Full Changelog: v1.0.9...v1.0.10

v1.0.9 Updater and Versioning

25 Aug 01:37
Compare
Choose a tag to compare

Implemented versioning in workflows and application ( run it with -v or --version)

Including updater scripts that "should" work for v1.0.9 and up.

What's Changed

Full Changelog: v1.0.8...v1.0.9

v1.0.8 UI improvements

24 Aug 17:28
2939321
Compare
Choose a tag to compare

Improved UI for Edges on graph, as well as some loading behaviour.

Also added new config item under Display for showing edge thickness based on collab frequency between users.

What's Changed

Full Changelog: v1.0.7.1...v1.0.8

v1.0.7.1 Output path hotfix

23 Aug 21:39
Compare
Choose a tag to compare

Blame me for forgetting to edit a configuration parameters when testing - this will fix when no custom output path is specified

Full Changelog: v1.0.7...v1.0.7.1

v1.0.7 CLI Params

23 Aug 20:50
6be47c8
Compare
Choose a tag to compare

Adding CLI Parameters to use a custom config file and/or custom file output

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6 Disk Cache

23 Aug 18:53
Compare
Choose a tag to compare

Added local disk/file cache for API results. Persistent values stored based on configurable expiries, should avoid hitting twitch api as frequently when running multiple times in a row.

Full Changelog: v1.0.5...v1.0.6

v1.0.5 Release

23 Aug 12:07
Compare
Choose a tag to compare

Refactored code and added native logging and extra value checks

Full Changelog: v1.0.4...v1.0.5

v1.0.4 Parallel Processing

22 Aug 23:00
Compare
Choose a tag to compare

Added parallel processing / concurrency and configuration \o/

Full Changelog: v1.0.3...v1.0.4

v1.0.3 Public Release

18 Aug 21:37
Compare
Choose a tag to compare

Pretty much just the first public release - setup the icon for the executable and some cleanup.

Full Changelog: v1.0.1...v1.0.3

v1.0.1 Test Release

17 Aug 00:43
Compare
Choose a tag to compare

Fixes a minor bug with invalid user lookup.

Doing a patch release as a test of the automated release artifact workflow.

Full Changelog: v1.0.0...v1.0.1