Skip to content

Releases: Vernoxvernax/Nyaa-Notifications

0.1.14

07 Mar 08:25
4e9aaf9
Compare
Choose a tag to compare
  • Nyaa runs on python, so the comment amount displayed on the torrent page might not match the actual amount of torrents on the page (yet).
    • Avoid problems when this happens.
  • Turn off comment notifications if no notification methods are activated at all.

0.1.7

16 Jan 00:04
ffc3269
Compare
Choose a tag to compare

I've decided to only run these release builds on major version bumps (0.2.0, ...)

This is a broken release, check out 0.1.7.2!

  • Finally fixed the running loop when the bot gets reconnected
  • Multiple discord server support
    • Check out /help to for setup.
    • Make sure the bot has permissions to read/write messages
    • Only administrators have permissions to access the commands
slash commands are easy, no need for poise ha

0.1.6

29 Dec 00:24
f8cefd1
Compare
Choose a tag to compare
  • Attempt to fix multiple threads spawning when the discord bot reconnects
  • Discord: If comments are too long, the message will be split and sent in different parts
  • Discord: Removed "A new comment!" message for less bloat
  • Discord: New releases messages now feature the actual uploaders gravatar instead of nyaa's default one.
  • Comments in general: Markdown image embeds are now being stripped to only the url. f.e. ![](http://images.com/i.jpg) -> http://images.com/i.jpg
  • Cleaned up code a little bit

0.1.5

04 Nov 18:13
Compare
Choose a tag to compare
  • A few edits to discord embeds.
  • Prevent crash when DDOS-Guard is triggered

0.1.4

17 Oct 09:21
Compare
Choose a tag to compare
  • Multi url/feed support -> BREAKING CHANGES
    • The nyaa_url setting is now treated as a list:
      nyaa_url: ['https://nyaa.si/', 'https://nyaa.si/user/neoborn']
  • And even safer requesting.

0.1.3

08 Oct 23:40
Compare
Choose a tag to compare

Attempts at making requests a little bit safer.

0.1.2

30 Sep 21:52
Compare
Choose a tag to compare

Comment notifications are now properly working.

0.1.1

30 Sep 13:57
Compare
Choose a tag to compare

Fixed crashes on invalid database checking
Fixed typo in github workflow file.
Fixed outdated database name in .env.
Fixed license complications. -> MIT

0.1.0

16 Sep 17:24
Compare
Choose a tag to compare

First commit :)