Releases: noto-rious/Nitro.Self-V3
Nitro.Self v3.3.3
Correctly identified the API returns and provided proper case handling for them. This addresses issue #12
It should be noted just to clarify in detail that just because you see an error like "this type of gift can not be redeemed" doesn't mean that you can't get nitro it just means you are ineligible for the particular gift type in question(usually a promo deal with microsoft xbox game pass or something).
Nitro.Self v3.3.2
issue #8 officially resolved. case handling updated to reflect our new understanding of the api.
Nitro.Self v3.3.1
Fixed some bugs in the json payload which was causing invalid snowflake errors.
Nitro.Self v3.3.0
Nitro.Self v3.2.9
Made some adjustments to the json payload which should get rid of payment source errors. Enhanced the terminal output for successful nitro/giveaway to make it stand out more, it now shows a green background with yellow text.
Nitro.Self v3.2.8
various bug fixes, changes to the stdout intro, and added a custom giveaway delay(nested json variables added to the settings json file)
there was also a spelling error in the webhook variables in settings.json which has now been corrected so make sure your settings.json reflects the changes in the README.md configuration example.
also swapped my clear cli code out for a module called screen.
Nitro.Self v3.2.7
various bug fixes, changes to the stdout intro, and added a custom giveaway delay(nested json variables added to the settings json file)
there was also a spelling error in the webhook variables in settings.json which has now been corrected so make sure your settings.json reflects the changes in the README.md configuration example.
Nitro.Self v3.2.6
So the giveaway joiner was configured to join giveaways instantly after they are posted, that has since been changed to improve anti-detection and overall stability of the giveaway feature. I may allow users to customize the time in which it waits before joining the giveaway but for now its randomized between 100 and 200 seconds.
I have also fixed the ping notifications for Webhooks. On top of all that I have also introduced a new feature that allows you to save the internal gift-code cache so that it can recycle them for future sessions, this should really cut back on a lot of the spam codes...especially if you reload this utility frequently.
(I had some lines mixed up in a few places which caused for a messy terminal output. i fixed that as well as an error handler.)
Nitro.Self v3.2.5
removed an unnecessary if statement that was causing false reports on giveaway entries. sorry about that.
Nitro.Self v3.2.4
So the giveaway joiner was configured to join giveaways instantly after they are posted, that has since been changed to improve anti-detection and overall stability of the giveaway feature. I may allow users to customize the time in which it waits before joining the giveaway but for now its randomized between 100 and 200 seconds.
I have also fixed the ping notifications for Webhooks. On top of all that I have also introduced a new feature that allows you to save the internal gift-code cache so that it can recycle them for future sessions, this should really cut back on a lot of the spam codes...especially if you reload this utility frequently.