Skip to content

Releases: JartanFTW/Trade-Notifier

Horizon v0.3.4-alpha

28 Apr 21:35

Choose a tag to compare

This update primarily replaces the sun-setting Rolimon's itemdetails api. All other versions of Horizon will stop functioning correctly by Tuesday, April 30th, 2024 at 9PM EST.
There have been no configuration changes. To update, users can simply replace main.exe and relaunch.

Full Changelog: v0.3.3-alpha...v0.3.4-alpha

Horizon v0.3.3-alpha

02 Mar 19:17
daf1b2c

Choose a tag to compare

Small update, including a hotfix for ROBLOX outright removing one of their APIs.

Fixed:

  • 404 error on startup where Horizon would try to grab bot users ID from a retired API.

Changed:

  • trade_worker to send trade webhooks as background tasks, which previously prevented future trade checks.

Horizon v0.3.2-alpha

18 Feb 20:42
276e7e4

Choose a tag to compare

Lots of general bugfixes and small feature additions in this one. Themes are compatible from previous versions, configs are not.

Fixed:

  • Missing parentheses for a function call
  • Unhandled httpx.ConnectError and httxpReadTimeout exceptions

Changed:

  • Initialization logging of name/version level from 20 to 49
  • Version from v0.3.1-alpha to v0.3.2-alpha
  • Default update_interval(s) from 5 seconds to 30
  • Operations Complete text to be more representative of 'something went wrong'
  • Moved format_text from being a NotificationBuilder method to it's own function in utilities
  • PayPal donation details in README.md
  • trade_status to work with new outbound trades. (roblox classifies both inbound and outbound trades as 'open', so I need to specify in code)
  • Logging keywords to logger in main.py

Added:

  • Trade-type-specific webhooks
  • Added keyword filling to webhook text (webhook_content in the config)
  • Outbound trade notifications
  • Automatic checking for update on bot startup
  • Datafull theme included as a default theme included with Horizon
  • Experimental feature found in debug section of config that will double-check trades to make sure they aren't ghost trades. Possible fix to outbound trades being sent as inbound notifications (caused by Roblox api)

Horizon v0.3.1-alpha

31 Jan 03:12
1876552

Choose a tag to compare

General bugfix update.

Fixed:

  • An issue that affected lots of users where Horizon would detect it's running path rather than it's executable path when compiled.
  • An unhandled ConnectTimeout error.

Horizon v0.3.0-alpha

28 Jan 04:37
fdd732d

Choose a tag to compare

Horizon v0.3.0-alpha Pre-release
Pre-release

Changelog:

Added:

  • Support for inbound trade notifications.
  • The ability to set rap as value for unvalued items.
  • Testing mode... for testing...
  • Custom text & tagging/pinging with notifications.
  • TONS of new keywords for texts. Check out the Themes Wiki page for details on them.

Changes:

  • Themes are completely reworked with loads more options. Check the Themes wiki page for more details. All existing themes will need to be converted over.
  • Configs have been updated to incorporate new settings. You'll need to convert your old one or make a new one.

Horizon v0.2.1-alpha

23 Jan 05:51
2dd2559

Choose a tag to compare

Horizon v0.2.1-alpha Pre-release
Pre-release

The release of v0.2.0-alpha went very smoothly, with only one reported bug which is fixed in this update.
Included with this, is also new text Keywords. Check out Creating a Theme in the Wiki for more information.

Added:

  • 4 new text Keywords, allowing for users to display each trade partners' usernames and/or ids.
    Fixed:
  • A bug that caused Themes to turn red when an image used wasn't in RGBA format.

Horizon v0.2.0-alpha

22 Jan 17:26
7197795

Choose a tag to compare

Horizon v0.2.0-alpha Pre-release
Pre-release

This is what I consider the first 'proper' version of Horizon. All the code has been reworked, stability has increased dramatically, and huge customization features have been added.

Added:

As this is a complete rewrite from the previous version, most bugs have been fixed, but new ones have likely been created. If you encounter a bug, please report in the Issues section of the Trade-Notifier github.

v0.1.1 First bugfix update

20 Jan 20:57
b6949d3

Choose a tag to compare

Pre-release

This is an Alpha release. It will be unstable and have issues. If you want those issues fixed you need to report them.
https://discord.gg/BkvDsaynvU

New features:

  • Added contact details and discord invite link that shows when starting the bot.
  • Added more detailed debug logging information.

Fixes:

  • Fixed memory saving 11 trades instead of 10.
  • Fixed spamming of webhook on first confirmed trade detected.
  • Fixed negative value counting.
  • Fixed given/received items switching from top to bottom randomly.

Setup:
Open notifier_config.ini and input your .ROBLOSECURITY cookie where _EXAMPLECOOKIE is.
Open notifier_config.ini and input your DISCORD webhook where https://discord.com/api/webhooks/exampleurl is.
Run main.exe

First release!

19 Jan 21:31
c80b35a

Choose a tag to compare

First release! Pre-release
Pre-release

This is the initial Alpha release. It will be unstable and have issues. If you want those issues fixed you need to report them.
https://discord.gg/BkvDsaynvU

Setup:
Open notifier_config.ini and input your .ROBLOSECURITY cookie where _EXAMPLECOOKIE is.
Open notifier_config.ini and input your DISCORD webhook where https://discord.com/api/webhooks/exampleurl is.
Run main.exe