Skip to content

Releases: apurv-r/discord-together

discord-together v1.2.6 STABLE PUBLIC

07 Jul 06:36
c4063b2
Compare
Choose a tag to compare
  • Added new activity, 'Ask Away', with reference code ask-away
  • Removed defunct activities that are no longer supported: Fishington.io & Betrayal.io

discord-together v1.2.5 STABLE PUBLIC

08 Jun 16:22
22b26b7
Compare
Choose a tag to compare
  • 1 new activity added

Bobble League (bobble-league)

  • Switched from API v8 to v10

discord-together v1.2.4 STABLE PUBLIC

31 Mar 09:13
aece0db
Compare
Choose a tag to compare

Added 3 new activities to the default list:

  • Blazing 8s (blazing-8s)
  • Land-io (land-io)
  • Putt Party (putt-party)

discord-together v1.2.3 STABLE PUBLIC

21 Jan 11:42
f378a04
Compare
Choose a tag to compare
  • 2 new revamps/redesigns to
    • Letter Tile (Now named Letter League)
    • Doodle Crew (Now named Sketch Heads)
  • Fixed response code 403 error mistakenly being raised for an insufficient permissions error.

discord-together v1.2.2 STABLE PUBLIC

06 Nov 10:57
d8fb345
Compare
Choose a tag to compare

Added two new activities:

  • Awkword (awkword)
  • Checkers in the Park (checkers)

discord-together v1.2.1 STABLE PUBLIC

20 Oct 08:08
Compare
Choose a tag to compare
  • Added SpellCast to default activities
  • Fixed a bug with ConnectionError

discord-together v1.2 STABLE PUBLIC

16 Oct 07:54
4d0be95
Compare
Choose a tag to compare

⚠️This release has breaking changes, please view the docs on how to upgrade to v1.2 from v1.1.x

  • Changed import folder name from discordTogether to discord_together
  • Rewrite of entire backend to support any fork of discord.py, now supports any fork
  • Removed ActivityLink class, replaced with string output
  • Optimized error handling by removing redundant custom errors
  • Updated Watch Together's application ID
  • Changed docs provider to mkdocs and updated docs content.

discord-together v1.1.2 STABLE PUBLIC

25 Sep 16:59
24d9d9e
Compare
Choose a tag to compare
  • Added 3 new voice activities:
  • Letter Tile
  • Word Snack
  • Doodle Crew

Thanks to @awesomehet2124 for providing the IDs!

  • Optimized a few lines
  • Added new DiscordTogether.default_choices attribute to list all default application choices as a list

discord-together v1.1.1 STABLE PUBLIC

29 Jul 13:32
7a5b5a8
Compare
Choose a tag to compare
  • Added Python 3.6 and above support!
  • Added docs and discord server badges to README.md
  • Added max_age and max_uses kwargs to create_link().
  • Added InvalidCustomID and RangeExceeded custom errors.
  • Updated the application ID for 'CG 2 Dev' which is now 'Chess in the Park'
  • Created ActivityLink object that is returned after using create_link.
  • Fixed debug mode outputs not appearing for custom ID attempts.
  • Optimized code and fixed redundancies.

Enjoy :D

discord-together v1.1.0 STABLE PUBLIC

03 Jul 19:06
28ba03d
Compare
Choose a tag to compare
  • Switched to using Semantic Versioning for this package.
  • Fixed a TypeError caused by inputting options with uppercase letters / strings with spaces in them.
  • Fixed typos within files.
  • Added a Type check for both parameters of create_link()