Skip to content

Commit

Permalink
v2025.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed Jan 10, 2025
1 parent 99aabb9 commit 38ecdd2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions core/release/deploy_all.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
REM build all windows targets

call deploy_windows.cmd x64 %1 %2
call deploy_windows.cmd arm64 %1 %2
call deploy_windows.cmd x64 deploy %1
call deploy_windows.cmd arm64 deploy %1

REM build LSP
if [%1] NEQ [deploy] goto end
Expand Down
Binary file modified docs/api.zip
Binary file not shown.
18 changes: 12 additions & 6 deletions docs/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,20 @@ <h1>Objeck</h1>

<hr>

<p>ARM64 Support, Enhanced UDP Sockets, SDL2 Improvements, and Polished Code Examples</p>
<p>Windows ARM64 support, enhanced UDP sockets, SDL2 improvements, and polished code examples</p>

<p><u>v2025.1.1</u></p>
<p><u>v2025.1.1</u>🔥</p>
<ul>
<li>Support for Windows on arm64🏃🏾‍➡️</li>
<li>Windows OpenSSL libraries upgraded to 3.4.0</li>
<li>UDP socket support🔌</li>
<li>Fixes bugs and code examples</li>
<li>Support for Windows on arm64🦾</li>
<li>Windows OpenSSL libraries upgraded to 3.4.0🔒</li>
<li>UDP socket support🛜</li>
<li>Fixes bugs🪲</li>
<ul>
<li>Resolved a compiler bug with linking functions in libraries that returned an array of generic objects</li>
<li>Fixed SDL2 call to 'GetGlobalMouseState(..)'</li>
<li>Settled a Gemini issue that expected 'safetySettings' to always be returned in calls to 'GetContent(..)'</li>
</ul>
<li>Fixed broken code examples🩹</li>
</ul>

<p>v2024.10.0</p>
Expand Down

0 comments on commit 38ecdd2

Please sign in to comment.