Skip to content

Commit

Permalink
Infrastructure/Docs: Bump Tortoise to latest
Browse files Browse the repository at this point in the history
- RNG fixes
- Throw proper error for non-array table key
- Cache command and reporter strings separately
- Slightly improve performance of link neighbor checks
- Add the above to release page
  • Loading branch information
LaCuneta committed Oct 17, 2023
1 parent e7e54a0 commit be05a23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/views/whatsNew.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ <h2 id="v2.10.8">October 17th 2023 - v2.10.8</h2>
<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>
<li>Monitors and plots now correctly use auxillary random number generators, so they don't affect the main behavior of a model.</li>
<li>Command and reporter strings used for <code>run</code> and <code>runresult</code> are cached separately, to avoid some odd errors.</li>
<li>The performance of link neighbor checks is slightly improved.</li>
<li>Table extension: Using a non-array table key that doesn't exist will throw a more meaningul error message.</li>
</ul>

<h2 id="v2.10.7">May 11th 2023 - v2.10.7</h2>
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lazy val root = (project in file("."))
TestAssets / JsEngineKeys.npmNodeModules := Nil
)

val tortoiseVersion = "1.0-88d5c3c"
val tortoiseVersion = "1.0-2fd0f5a"

resolvers ++= Seq(
"compilerjvm" at "https://dl.cloudsmith.io/public/netlogo/tortoise/maven/"
Expand Down

0 comments on commit be05a23

Please sign in to comment.