Skip to content

Releases: sortedcord/osu-statqt

0.0.5 Alpha Release of OsuStatQt

Pre-release

Choose a tag to compare

@sortedcord sortedcord released this 09 Jan 13:36

The Promised Linux Binaries are finally here. As mentioned previously, this is a bug fix and a utility and performance update to release 0.0.4-alpha.

Added / Changes

  • e0b5697 Cleaned Up and Optimized settings.py. The code is wayy more easy to read now. #21
  • 89fd1f0 Created a Top Bar with a Save Button to save all field changes . #23
  • 027f71b Added Reset Button to delete existing config and reset all settings.
  • b45c65e Using Scrollbars in settings. #17
  • 9174ae1 Implemented Logging #10
  • 0a6986a Added feature to Toggle Failed Scores #20
  • e59d57b Added setting to change the number of items loading in panels on first load. #19

Bug Fixes

  • 9174ae1 Fixed Tabs Popping Out on Refreshing #25
  • a2d4eaf Fixed Icons and images not showing up in Linux and MacOS #27
  • 4f19abf Included custom fonts in the assets #26
  • 9f505cb Refresh Button now reloads panels only once. #28
  • 804df48 OsuStatQt now loads assets when executed from any location.

Running Linux Binaries

$ sudo chmod +x ./OsuStatQt-0.0.5-linux-x64-standalone

./OsuStatQt-0.0.5-linux-x64-standalone

0.0.4 Alpha Release of OsuStatQt

Pre-release

Choose a tag to compare

@sortedcord sortedcord released this 02 Jan 10:19

This release is focused more on styling and features instead of utility and performance. All of that will be taken care of in the next release which may also be a breaking update.

Added / Changes

  • Overhauled recent activity and scores pane.
  • Stylized Scrollbars
  • Panes now show rankscore images
  • Other statistics such as beatmap title, diff, relative time is also shown
  • The panes now have a "Show more" button for pagination.

Bug Fixes

  • Fixed AttributeError: attribute UserSupportEvent

0.0.3 Alpha Release of OsuStatQt

Pre-release

Choose a tag to compare

@sortedcord sortedcord released this 30 Dec 04:06

This is relatively a minor update with a few fixes related to both utility and features.

Added / Changes

  • Added a cooldown to refresh button to prevent spamming
  • Switched to pickling of config instead of dumping plain text. Old configs are no longer compatible
  • Get Credentials Button now opens the account settings.
  • Achievement Names show up in Recent Activities

Bug Fixes

  • App crashing when the config file is blank or with missing values

0.0.2 Alpha Release of OsuStatQt

Pre-release

Choose a tag to compare

@sortedcord sortedcord released this 28 Dec 14:10

This time, this actually works 😅. This release comes along with a lot of bug fixes which I didn't address in the previous release which refused to work at all.

This time I have also provided with a single standalone file as well for window. Linux Binaries will be available in the next alpha release. Mac OS will not be getting a binary since I do not have a mac OS device which pyinstaller requires. (Though if you do have one, you can always compile them and send them to me :)

Added / Changes

  • Refresh Button can now be enabled from the settings automatically
  • Recent activity and scores work now!

Bug Fixes

  • Could not set default user from settings UI
  • Application crash when credentials were correct
  • Default User Exception
  • 2 Recent Scores Panel Showing up on refresh
  • User Data Actually Shows Up now!

Initial Alpha Release Candidate of OsuStatQt

Choose a tag to compare

@sortedcord sortedcord released this 27 Dec 17:39

Currently, binaries are available for only Windows Users (Sadly), however, this application is completely cross-compatible and supports Linux, and MacOs.

For Windows users, its as simple as running the .exe file provided in the zip file.

In order to run this application on other platforms, extract the source code, install the dependencies (in requirements.txt) and run the OsuStatQt.py script.

Current Features

  • Created my own config wrapper
  • API Credentials Authorization
  • Shows Recent Activity and Recent Scores Beatmap Titles for User set as default.