Skip to content

Releases: TehNut/AniSchedule

v3.0.0-alpha

07 Aug 00:51
Compare
Choose a tag to compare
v3.0.0-alpha Pre-release
Pre-release
  • 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

10 Jan 19:55
Compare
Choose a tag to compare
  • 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

22 Aug 02:30
Compare
Choose a tag to compare
  • 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

23 Jul 04:45
Compare
Choose a tag to compare
  • 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

09 Jul 05:34
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

Migrated the codebase to TypeScript, should have identical functionality.

v1.1.5

07 Apr 23:53
Compare
Choose a tag to compare

Changes

  • watch now accepts multiple inputs

v1.1.4

13 Oct 17:15
Compare
Choose a tag to compare

Changes

  • Added Format and Duration information to the footer

v1.1.3

01 Jun 22:11
Compare
Choose a tag to compare

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

10 Mar 02:01
Compare
Choose a tag to compare

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

04 Mar 02:24
Compare
Choose a tag to compare

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