Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Releases: NAFTeam/NAFF

NAFF - 1.7.1

29 Jul 20:14
13aeb1a
Compare
Choose a tag to compare

What's Fixed

  • fix: pass proper args for BaseAction.from_dict_factory by @Astrea49 in #576

Full Changelog: NAFF-1.7.0...NAFF-1.7.1

NAFF - 1.7.0

29 Jul 17:51
4de88dc
Compare
Choose a tag to compare

What's New

Whats Fxied

Full Changelog: NAFF-1.6.0...NAFF-1.7.0

NAFF - 1.6.0

11 Jul 08:01
c98e12f
Compare
Choose a tag to compare

What's Changed

  • feat: Atomic Member.add_roles and Member.Remove_roles by @silasary in #555
  • feat: min-max length on string options by @Wolfhound905 in #556
  • fix: pass ctx for prefixed commands by @Astrea49 in #558
  • fix: check min/max value in sync comparison by @LordOfPolls in #559

Full Changelog: NAFF-1.5.0...NAFF-1.6.0

NAFF - 1.5.0

06 Jul 17:10
25c69ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: NAFF-1.4.1...NAFF-1.5.0

NAFF - 1.4.1 🔥

30 Jun 12:39
ec869a9
Compare
Choose a tag to compare

🔥HOT FIX RELEASE 🔥

What's Changed

  • Discord can now send user.premium_type as None. This results in the bot being unable to start. ALL NAFF bots will be affected by this upon reboot.

Full Changelog: NAFF-1.4.0...NAFF-1.4.1

NAFF - 1.4.0

21 Jun 19:05
7b4d69d
Compare
Choose a tag to compare

What's Changed

Full Changelog: NAFF-1.3.0...NAFF-1.4.0

NAFF - 1.3.0

15 Jun 07:07
4574846
Compare
Choose a tag to compare

What's Changed

Full Changelog: NAFF-1.2.0...NAFF-1.3.0

NAFF - 1.2.0

07 Jun 17:33
c39b4c9
Compare
Choose a tag to compare

What's Changed

  • feat: add new audit log entry types by @Wolfhound905 in #511
  • feat: improve sync required detection by @LordOfPolls in #512
  • feat: add support for event cover images by @LordOfPolls in #513
  • feat: Support SHOULD_SHOW_LINK_NOT_DISCORD_WARNING message flag by @LordOfPolls in #515
  • feat: use a pyi file to properly typehint Member by @Astrea49 in #516
  • feat: add RoleColors by @Astrea49 in #517
  • feat: make NoArgumentConverter covariant by @Astrea49 in #518
  • feat: forum support by @LordOfPolls in #459

Full Changelog: NAFF-1.1.0...NAFF-1.2.0

NAFF - 1.1.0

31 May 19:23
ed515fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: NAFF-1.0.0...NAFF-1.1.0

NAFF - 1.0.0

24 May 07:31
f5e2b30
Compare
Choose a tag to compare

💥Renames

This has been seperated out to help transitioning between dis-snek and naff - all of these changes are breaking

  • Renames Snake client -> Client
  • Renames Scale to Extension
  • Renames models/snek -> models/naff
  • Renames SnakeException -> NaffException
  • Renames SnakeBotUser -> NaffUSer
  • Renames grow_scale -> mount_cog
  • Renames shed_scale -> drop_extension
  • Renames get_scales -> Client.get_extensions
  • Renames get_scale -> Client.get_cogs
  • Renames Snake.sync_scales -> Client.sync_ext
  • Renames Snake.scales -> Client.ext
  • Renames Command.scale -> Command.extension
  • Renames Scale.*scale* -> Cog.*extension*
  • Renames raw_socket_event -> raw_gateway_event

Whats New?

  • perf: Add brotli for speedup extra dep
  • perf: use tuples for context menu cache lookup
  • perf: import methods directly in player
  • perf: use list comprehension for thread parsing
  • perf: Use tuple instead of list
  • perf: Convert for loops in client into comprehensions where applicable
  • feat💥: convert cover_image in Application to Asset. (#475)
  • feat: expose Application attrs for App Discovery (#476)
  • feat💥: Support auto-mod (#477)
  • feat: system content for automod message (#483)
  • feat: Add embed types field/enum (#472)
  • feat: add Typing context manager (#493)
  • feat: Make Extension.name public (#494)
  • feat: Add member.edit (#495)
  • feat: add asset.as_url (#496)
  • feat: Add disconnect alias to VoiceChannel (#492)

Whats fixed?

  • fix: actually return channel when cloned (#485)
  • fix: guild only commands couldnt be executed (#489)
  • fix: Random keyerrors in smart cache for roles
  • fix: Allow dispatch in a channel the bot has no data on (#486)
  • fix: Gateway spawns unnecessary tasks (#487)
  • fix: Handle private /uncached channels (#499)
  • fix: Ensure subprocess is killed on linux (#500)
  • fix: Allow audio/args with spaces in them (#501)

Full Changelog: #488