Skip to content

Releases: TehNut/AniSchedule

v3.0.0-alpha

v3.0.0-alpha Pre-release
Pre-release

Choose a tag to compare

@TehNut TehNut released this 07 Aug 00:51
  • Fully rewritten command handling to use slash commands
  • Permissions use Discord's builtin slash command permission system (Server owners can use /permission to set who can use editing commands)
  • Announcements can be accompanied by a dedicated discussion thread
  • Visual improvements to announcement embeds

Also probably other things I can't remember :^)

v2.0.3

Choose a tag to compare

@TehNut TehNut released this 10 Jan 19:55
  • Command responses now use Discord's new reply function
    Example
  • Fixed an error when an entry that appears in the watching command does not have a scheduled episode.
  • Using watching will now remove any completed or cancelled seasons.

v2.0.2

Choose a tag to compare

@TehNut TehNut released this 22 Aug 02:30
  • Modified watching command to include time until airing
    image
  • Added new nextday command that displays series airing in the next 24 hour period.
    • Providing a number after the command indicates the how many days to jump forward. eg: a value of 1 will be from now until 24 hours from now, a value of 2 would be 24 hours from now until 48 hours from now.

v2.0.1

Choose a tag to compare

@TehNut TehNut released this 23 Jul 04:45
  • Fixed issue with generating a fresh data.json file. (#5)
  • Optimized next command to only request a single entry instead of a full page.
  • watching will now display all watched entries rather than just those set to RELEASING.
    When the announcement for the final episode is made, it will be removed from the watch list.

v2.0.0

v2.0.0 Pre-release
Pre-release

Choose a tag to compare

@TehNut TehNut released this 09 Jul 05:34

Migrated the codebase to TypeScript, should have identical functionality.

v1.1.5

Choose a tag to compare

@TehNut TehNut released this 07 Apr 23:53

Changes

  • watch now accepts multiple inputs

v1.1.4

Choose a tag to compare

@TehNut TehNut released this 13 Oct 17:15

Changes

  • Added Format and Duration information to the footer

v1.1.3

Choose a tag to compare

@TehNut TehNut released this 01 Jun 22:11

Changes

  • Added a help command which lists all available commands
  • Fixed an issue when a media doesn't have a pre-calculated color
  • Ignore all DMs as they cause everything to break
  • Added a line to the announcement mentioning that streams may not be immediately available
  • Added a cleanup command that removes all media from the watch list that have finished airing

v1.1.2

Choose a tag to compare

@TehNut TehNut released this 10 Mar 02:01

Changes

  • Actually fixed the bug where "Watch" would be added to the description even when there were no stream links
    • It now displays No licensed streaming links available instead
  • Added a command to view the next airing anime being watched by the current channel

v1.1.1

Choose a tag to compare

@TehNut TehNut released this 04 Mar 02:24

Changes

  • Fixed bug where the "Watch" text would be added even if there were no streaming links
  • Added the ability to use AniList entry links (ie: https://anilist.co/anime/101338/Mob-Psycho-100-II/ or https://anilist.co/anime/101338/) instead of requiring the user to extract the ID from the URL manually