Skip to content

Commit

Permalink
Docs/Infrastructure: Notes for 2.11.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LaCuneta committed Jun 5, 2024
1 parent 3509482 commit 4d539f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/beak/session-lite.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DEFAULT_REDRAW_DELAY = 1000 / 30
MAX_REDRAW_DELAY = 1000
REDRAW_EXP = 2

NETLOGO_VERSION = '2.11.3'
NETLOGO_VERSION = '2.11.4'

# performance.now gives submillisecond timing, which improves the event loop
# for models with submillisecond go procedures. Unfortunately, iOS Safari
Expand Down
13 changes: 12 additions & 1 deletion app/views/whatsNew.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

<div class="inner-content" style="margin: 0 10%; text-align: justify;">

<h2 id="v2.11.4">June 5th 2024 - v2.11.4</h2>

<p>This release includes a few small improvements and bugfixes.</p>

<ul>
<li>Single line code input will now only allow single lines to be entered.</li>
<li>Support a small performance optimization when using code like <code>any? breeds-on [...]</code>.</li>
<li>Plots that generate runtime errors will no longer popup the alert window, blocking the model from running.</li>
<li>In NetTango Web, code input widgets in the NetLogo model will now properly fill their widget space.</li>
</ul>

<h2 id="v2.11.3">May 8th 2024 - v2.11.3</h2>

<p>This release includes a few small improvements and bugfixes.</p>
Expand All @@ -24,7 +35,7 @@ <h2 id="v2.11.2">March 21st 2024 - v2.11.2</h2>
<li>Make sure action keys work when buttons have focus.</li>
<li>Make sure the procedures dropdown is always visible.</li>
<li>Properly raise an event when widgets are deleted.</li>
<li>Support a small performance optimization when using code like <code>any? turtles-on [...]</code>.
<li>Support a small performance optimization when using code like <code>any? turtles-on [...]</code>.</li>
</ul>

<h2 id="v2.11.1">January 31st 2024 - v2.11.1</h2>
Expand Down

0 comments on commit 4d539f7

Please sign in to comment.