Skip to content

Commit

Permalink
Updated maximum supported build to latest: 109739
Browse files Browse the repository at this point in the history
  • Loading branch information
Patchnote-v2 committed Apr 8, 2024
1 parent 3fbed4b commit 5cb2e91
Show file tree
Hide file tree
Showing 6 changed files with 23,580 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/backend/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
]

# Used to update the current patch hotkey files
CURRENT_VERSION = 107882
CURRENT_VERSION = 109739


LOGGING = {
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/Info.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Info = () => {
<h3>Requirements</h3>
<ul style={{fontSize: "12.5pt"}}>
<li><b>83607</b> (May 15, 2023) is the oldest supported version.</li>
<li><b>107882</b> is the latest supported version.</li>
<li><b>109739</b> is the latest supported version.</li>
<li>A minimum window width of <b>1200 pixels</b>.</li>
</ul>
</section>
Expand Down
1 change: 1 addition & 0 deletions src/hotkeys/hkp/new_hotkey_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

# Filesizes by path (Base/Profile)
# 107882: 2796/2336
# 109739: 2796/2336


class HotkeyFile:
Expand Down
Binary file added src/hotkeys/static/hotkeys/defaults/109739/Base.hkp
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 5cb2e91

Please sign in to comment.