Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Trade-Notifier
Horizon is a Python trade notifier for Roblox, compiled to an executable using pyinstaller.
Horizon is being actively maintained by Jartan, and features are being implemented on request.
This version of Horizon is maintained and considered stable. More features may be implemented eventually.

Horizon boasts an impressive range of features, including custom-built images at runtime adapting to detected trade data and predefined image configuration.
Themes are Horizon's most impressive feature, making it easy for anyone to make a beautiful theme suited to what they need.
Expand All @@ -9,8 +9,8 @@ Ontop of this, Horizon also has maintained documentation available on the Wiki t
Contact:
Email: jgogox@gmail.com
Discord Server: https://discord.gg/BkvDsaynvU
Discord User/Tag: Jartan#7450
Discord ID: 121343381069627392
Discord User/Tag: jartan
Discord ID: 511608939477991425

Donations:
PayPal: paypal.me/Jartans
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from user import User
from utilities import load_config, setup_logging, print_timestamp, check_for_update

version = "v0.3.3-alpha"
version = "v0.3.4-alpha"
os.system("title " + f"Horizon {version}")

logger = logging.getLogger("horizon.main")
Expand Down
Loading