Skip to content

Commit

Permalink
Infrastructure/Docs: Version to 2.10.8 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
LaCuneta committed Oct 17, 2023
1 parent 8ff744d commit e7e54a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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 @@ -16,7 +16,7 @@ DEFAULT_REDRAW_DELAY = 1000 / 30
MAX_REDRAW_DELAY = 1000
REDRAW_EXP = 2

NETLOGO_VERSION = '2.10.7'
NETLOGO_VERSION = '2.10.8'

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

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

<h2 id="v2.10.8">October 17th 2023 - v2.10.8</h2>

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

<ul>
<li>You can now export HTML versions of a model from already-exported HTML files.</li>
<li>Unbreeded agents will now render after breeded agents, matching desktop NetLogo's behavior.</li>
<li>Any linked models you have edited that are in your browser local storage will be displayed in a list on the settings page so you can just right back in.</li>
</ul>

<h2 id="v2.10.7">May 11th 2023 - v2.10.7</h2>

<p>This small release includes a fix to get NetTango Web working correctly again.</p>
Expand Down

0 comments on commit e7e54a0

Please sign in to comment.