-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f72110b
commit 90e614f
Showing
7 changed files
with
65 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
from __future__ import annotations | ||
|
||
UPDATE_INFO_LINK: str = "https://api.github.com/repos/NickHugi/PyKotor/contents/update_info.json" | ||
UPDATE_BETA_INFO_LINK: str = "https://api.github.com/repos/NickHugi/PyKotor/contents/update_info_beta.json" | ||
PROGRAM_VERSION: str = "2.2.1b9" | ||
# config.py | ||
|
||
LOCAL_PROGRAM_INFO = \ | ||
{ #<---JSON_START--->#{ | ||
"currentVersion": "2.1b18", | ||
"toolsetLatestVersion": "2.1.2", | ||
"toolsetLatestBetaVersion": "2.2.1b18", | ||
"updateInfoLink": "https://api.github.com/repos/NickHugi/PyKotor/contents/Tools/HolocronToolset/src/toolset/config.py", | ||
"updateBetaInfoLink": "https://api.github.com/repos/NickHugi/PyKotor/contents/Tools/HolocronToolset/src/toolset/config.py?ref=bleeding-edge", | ||
"toolsetDownloadLink": "https://deadlystream.com/files/file/1982-holocron-toolset", | ||
"toolsetBetaDownloadLink": "https://mega.nz/folder/cGJDAKaa#WzsWF8LgUkM8U2FDEoeeRA", | ||
"toolsetLatestNotes": "Fixed major bug that was causing most editors to load data incorrectly.", | ||
"toolsetLatestBetaNotes": "<br> - Tons of performance optimizations<br> - Fix filtering by name in the Texture tab<br> - Fix editors not starting on top<br> - Use new strategy for IO<br> - Use pillow to load large TGA images.<br> - Fix reload/refresh buttons<br> - Prompt before creating a .mod when using module designer.<br> - Fix bug when compiling scripts inside RIMs, when rims saving setting is disabled.<br> - Optimize installation loading and show progress bar for the entire process.<br> - Fix issue with installations not being cached when swapping to a different installation in the combobox.<br> - Fix issue with windows not having separate taskbar entries.<br> - Add an option to disable/enable loading Override textures into the module designer (workaround for large textures taking ages to load).<br> - Add additional resources into the Core tab.<br><br>Thank you to the users who've reported the bugs in the last few versions.", | ||
"kits": { | ||
"Black Vulkar Base": {"version": 1, "id": "blackvulkar"}, | ||
"Endar Spire": {"version": 1, "id": "endarspire"}, | ||
"Hidden Bek Base": {"version": 1, "id": "hiddenbek"} | ||
}, | ||
"help": {"version": 3} | ||
} #<---JSON_END---># |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.