Skip to content

Releases: STOCD/OSCR-UI

OSCR-UI v11.0.2

19 Apr 07:15
2a0727f

Choose a tag to compare

Fixes the league tables not loading.

OSCR-UI v11.0.1

19 Apr 06:27
fd5a1b8

Choose a tag to compare

This release fixes the upload process crashing the app when used before the league tables were loaded.

OSCRUI v11.0.0

18 Apr 14:16
b78bd98

Choose a tag to compare

This release implements an almost complete restructure of the codebase so please report any irregularities and bugs you encounter. Besides that, following major features have been added:

  • Improved log repair both using the dedicated function as well as on-the-fly while analyzing a combat. This should substantially reduce the amount of logfiles that need to be repaired before being analyzed.
  • All league table interactions will now run in the background and won't cause the UI to freeze anymore.
  • A status bar and log was added to give better feedback on what the app is currently doing.

OSCR-UI v10.1.2

27 Mar 14:53
7a3cdfe

Choose a tag to compare

  • adding "Superheated Mass-Driver Array" to repair functionality
  • fixing combat time for entities with 0 combat time

OSCR-UI v10.1.1

05 Mar 18:24
2fe9e45

Choose a tag to compare

Bugfixes:

  • Fixed an edge case that caused the LiveParser to crash when a player handle contained a whitespace

In addition to the downloads below, the app can also be installed from PyPI (OSCR-UI==10.1.1) using pip.

v10.1.0

22 Feb 16:20
076ceb6

Choose a tag to compare

This release adds Battle of Korfez to the map detection and adds the ability to repair logs that use "Pull Together, Fall Apart".

OSCR-UI 10.0.0

15 Dec 16:20
c260887

Choose a tag to compare

This release mainly introduces two changes:

  • App configuration is now on all platforms stored in the appropriate configuration folder.
  • Pyinstaller is now used to bundle the app and ready-to-install versions for Windows, Arch-based Linux and Debian-based Linux are available.

The app can also be installed from PyPI (OSCR-UI==10.0.0) using pip.

2025.9.14.1

22 Oct 23:48

Choose a tag to compare

What's Changed

  • Added a new download option for Linux (OSCR-UI-x86_64-LinuxBinary.tgz) -- a precompiled Python binary with all Qt dependencies, assets, etc, in a _internal directory sitting next to it. This is an alternative to the currently broken AppImages, and is likely what we will use moving forward. However it may or may not be as portable as AppImages (it still expects you to have some basic essentials, like libc). If you run into any issues with it, please submit an issue we need feedback to determine how portable it is by default, and whether or not more things need to be included in the _internal assets folder for it to be considered stable; this is Qt we're talking about.

  • Upgrade cx_Freeze dependency to be compatible with Python 3.13, by @PsychedelicShayna in https://github.com/STOCD/OSCR-UI/pull/ 65

  • Bumped all dependencies to their latest versions, confirmed to work between 3.12 and 3.13

  • Corrected the minimum version requirement in pyproject.toml to accurately reflect the syntax being used which was introduced in PEP 695 (Type Parameter Syntax)

  • New experimental GitHub CI workflows.

  • Update README.md by @PsychedelicShayna in #66 to include instructions on installing in externally managed Python environments.

New Contributors

Full Changelog: v2025.9.14.0...v2025.9.14.1

v2025.9.14.0

14 Sep 14:54

Choose a tag to compare

v2025.8.10.0

10 Aug 14:06
38700cd

Choose a tag to compare