Skip to content

Commit cc28af5

Browse files
committed
Infrastructure/Docs: Bump version to 2.15.1 for release
1 parent 7847b04 commit cc28af5

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

app/assets/javascripts/beak/session-lite.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ REDRAW_EXP = 2
2424

2525
isUsableCommit = window.nlwCommit? and window.nlwCommit isnt 'unknown'
2626
commitSuffix = if isUsableCommit then " (#{window.nlwCommit})" else ''
27-
NETLOGO_VERSION = '2.15.0' + commitSuffix
27+
NETLOGO_VERSION = '2.15.1' + commitSuffix
2828

2929
# performance.now gives submillisecond timing, which improves the event loop
3030
# for models with submillisecond go procedures. Unfortunately, iOS Safari

app/views/whatsNew.scala.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

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

7+
<h2 id="v2.15.1">May 20th 2026 - v2.15.1</h2>
8+
9+
<ul>
10+
<li>The <a href="/model-linker">model-linker page</a> now includes the ability to set common setting parameters for generated links.</li>
11+
<li>Line breaks in the Info Tab will be preserved as they are in desktop.</li>
12+
<li>The ability to import drawings to models has been restored.</li>
13+
<li>GIF image files can be imported as JPEG and PNG.</li>
14+
</ul>
15+
716
<h2 id="v2.15.0">May 14th 2026 - v2.15.0</h2>
817

918
<p>This release includes <a href="/docs/hosting-sharing">improvements to our documentation around hosting and sharing models</a> along with a <a href="/model-linker">model-linker page</a> to assist in generating links for sharing and embedding your own NetLogo models.</p>

0 commit comments

Comments
 (0)