Skip to content

Commit

Permalink
Updates (#51)
Browse files Browse the repository at this point in the history
* Added Combat Time to Copy Summary.

* Updated league connector for new backend.

* Update League Connector to use oscr.stobuilds.com (HTTP)

* Updated oscr.stobilds.com to use HTTPS

* Updated README

* Reworded

* Removed word

* Updated README again

* Updated to also reference CLA.

* Moved section down

* Updated Error message on log failure.

* Updated messages again.

* Updated pyproject.toml

* Updated error log reporting in league connector.

* And removed debug print

* Updated version

* Updated OSCR client, Enabled New Upload Result Dialog

* Updated Version

* Testing something.

* Testing something.

* Try something else

* Having fun yet?

* Bootstrap venv

* PS1

* bat

* idk I'm tired

* Woops

* Add executable

* Trying to use cx_Freeze

* Trying to get cx_Freeze working.

* Test Build

* czfreeze

* Test?

* More

* More testing

* idk

* ZIP Exclude Packages

* bdis_msi

* Try and include assets

* idk kinda stuck

* Check if frozen

* Compilation error

* Icon and Shortcut?

* Was using the wrong syntax

* Another typo

* Try and add more to the msi

* Typo

* Try this instead

* toml is very strange

* Doesn't like that ICON

* ico is not optional

* Good enough for now

* Only create MSI on release

* Bumped up version

* Remove OSCR_settings

* Updated build workflow

* Update to include README and LICENSE

* Feature: Separate Seasonal Records from Overall Records.

* restored templog_folder_path

* Checkpoint

* Adjusted minimum UI size.

* Updated pyproject.toml

* 1/2 Fixed Trimming

* 2/3 I messed up.

* 3/3 ok

* One more

* Use uploadv2 API.

* Update Requirementss

* Revert Chabge to datafunctions.py

* Renamed Build => Highest Damage Ability

* Working on Getting Flatpak Support

* More updates for Flatpak

* Updated Flatpak Hash

* Wrong  Version was Specified in pyproject.

* Removed flatpak file

* Cleanup

* Update Live Parser to be capturable with OBS on Windows.

* Update pyproject.toml

* Update Version

* Updated OSCR version

* Updated Verison
  • Loading branch information
Kraust authored Oct 13, 2024
1 parent aea5f6e commit 606a407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Launcher():

version = '2024.09b50'
version = '2024.10.12.1'
__version__ = '0.4'

# holds the style of the app
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
"PySide6==6.7.2",
"pyqtgraph==0.13.7",
"numpy==1.26.4",
"STO-OSCR>=2024.9b50",
"STO-OSCR>=2024.10.12.1",
"OSCR-django-client>=2024.9.2.1",
"pydantic==2.7.3",
]
Expand Down

0 comments on commit 606a407

Please sign in to comment.