Skip to content

Releases: Basiiii/Profit-Taker-Analytics

v1.0.0

27 Jul 17:24
b86abd0
Compare
Choose a tag to compare

🎉 Full Release is Live!

I'm excited to officially release Profit Taker Analytics, a powerful tool designed to help you break down, review, and optimize your Profit Taker runs with detailed insights and data tracking.

This release marks a major milestone, the app is now stable, feature-complete, and ready for the wider Warframe community.


📊 New Stats Website & Leaderboards

You can now upload your runs directly to our new leaderboard website at:
🌐 https://stats.profit-taker.com/

Log in with Discord, upload your best runs, and see how you stack up against others. It’s easy to use, fast, and built to grow with the community. Whether you're speedrunning, experimenting with builds, or just want to analyze performance, this is for you.


🐧 Linux Users – Deep Link Support

Linux support is fully included! However, deep link handling (used for Discord login and browser redirects) works a bit differently than on Windows, and still requires some manual setup until I bundle it in an installer.

If you're using Discord OAuth to log in on Linux, you’ll need to register the custom URI scheme manually.

Here’s how:

  1. Create a file named pta-protocol.desktop
  2. Paste in the following:
[Desktop Entry]
Name=Profit Taker Analyzer
Exec=/your/path/to/profit_taker_analyzer %u
Type=Application
NoDisplay=true
MimeType=x-scheme-handler/pta;

🔧 Make sure to replace /your/path/to/profit_taker_analyzer with the actual path to the app executable.

  1. Then register it using:
xdg-mime default pta-protocol.desktop x-scheme-handler/pta

If you’re not using Discord login, you can skip this step entirely.

✅ In the future, the installer will handle this automatically — but for now, this is a one-time setup for Linux testers and power users.


Thank you to everyone who tested the alpha and provided feedback, your help shaped this release.

This is just the beginning. More features and improvements are on the way.

Let me know what you think, and I hope to see your name on the leaderboard soon!

– Basi

v1.0.0-beta.6

06 Jul 15:38
c5dda8d
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

BETA Release Notes - Version 1.0.0-beta.6

What's Changed

  • refactor: remove verified runs temporarily by @Basiiii in #150

Full Changelog: 1.0.0-beta.5+linuxfix...v1.0.0-beta.6

v1.0.0-beta.5

04 Jul 19:17
efd820d
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

BETA Release Notes - Version 1.0.0-beta.4

What's Changed

Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5

1.0.0-beta.5+linuxfix

04 Jul 20:36
5928862
Compare
Choose a tag to compare
1.0.0-beta.5+linuxfix Pre-release
Pre-release

BETA Release Notes - Version 1.0.0-beta.5+linuxfix

What's Changed

Full Changelog: v1.0.0-beta.5...1.0.0-beta.5+linuxfix

v1.0.0-beta.4

30 Jun 14:23
d91da54
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

BETA Release Notes - Version 1.0.0-beta.4

What's Changed

Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4

v1.0.0-beta.3

13 Apr 16:50
ed7e558
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

BETA Release Notes - Version 1.0.0-beta.3

What's Changed

Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3

v1.0.0-beta.2

12 Feb 16:13
f9b4162
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

BETA Release Notes - Version 1.0.0-beta.2

What's Changed

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

Existing issues

  • Currently the storage screen is not efficient when you have a lot of runs, this is because pagination is not being properly used due to issues with widgets.
  • The analytics graph will only show the last 50 runs, this is done because of performance but will be looked into.

Thank you for your patience and support as we continue to improve PTA! ❤️

v1.0.0-beta.1

08 Feb 23:22
3eb7e85
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

BETA Release Notes - Version 1.0.0-beta.1

New Features and Enhancements:

  • LINUX SUPPORT: The app is now available for Linux!
  • New Parser: Faster, more efficient, and fewer bugs. Enjoy smoother parsing of your runs.
  • Database-Powered Runs: A new system that stores your runs more efficiently, making them faster and more reliable.
  • Onboarding Process: A new smooth introduction for new users to get started quickly.
  • "Best Run Yet!": Celebrate your best run directly in the app with this exciting new feature! 🎉
  • Copy Run as Text: Easily share and save your runs by copying them as plain text.
  • Improved Deltas: Personal Best (PB) and Second Best (SB) are now clearly shown and improved for easy tracking.
  • Favorite Runs: Mark and sort your favorite runs with ease! ⭐
  • Removed Favorites Screen: The new storage system has streamlined the app, eliminating the need for a separate favorites screen.
  • Parsing Aborted Runs: Aborted runs are now parsed properly for better tracking.

Bug Fixes and Improvements:

  • Various backend improvements for increased speed and reliability.
  • Reduced bugs in parsing runs.

Extra Information:

I’m excited to announce that Linux support is officially here!
Stay tuned for future updates! The next beta version will include a way to import old runs (from JSON) into the new database.

Thank you for your patience and support as we continue to improve PTA! ❤️

What's Changed

New Contributors

Full Changelog: v0.9.7...v1.0.0-beta.1

v0.9.7

23 Jan 17:02
c7599e0
Compare
Choose a tag to compare

Release Notes - Version 0.9.7

Bug Fixes and Improvements:

  • Fixed incorrect color used in home page.

Extra Information

I planned to release a Linux version of this app, but some considerations need to be addressed first. While the app itself is cross-platform and ready for Linux, the parser isn't.

I need to ensure the parser runs correctly on Linux before proceeding with the release.

v0.9.6

03 Sep 18:01
a6baa45
Compare
Choose a tag to compare

Release Notes - Version 0.9.6

Bug Fixes and Improvements:

  • NEW favourite runs screen! (closes #51)
  • Fixed refresh button on storage screen
  • Updated TR translations (merged #64)
  • Updated & improved parser execution
  • Removed automatic updates
  • Added option to ignore update alerts
  • Cleaned and updated code to support future Linux compatibility
  • Migrated key presses to the new Flutter HardwareKeyboard system
  • Fixed bug on home page where you could scroll through runs twice