Skip to content

Commit 83e854c

Browse files
committed
release 1.0.7
1 parent 07d2a03 commit 83e854c

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ TODO: deploy BACKEND??????
3333
- `./gradlew headless` some good bots
3434
- Review the changes.
3535
- RELEASE: `./gradlew publish`
36-
- `./prepare_release.py`
36+
- `./post_release.py`
3737
- It will also generate the HTML version of the docs.
3838
- It will also build the client for the web.
3939
- Review the changes.

frontend/public/specs.html

+11-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<div class="main">
170170

171171
<h1 id="battlecode-2020">Battlecode 2020</h1>
172-
<p><em>The formal specification of this year’s game.</em> Current version: 2020.1.0.6</p>
172+
<p><em>The formal specification of this year’s game.</em> Current version: 2020.1.0.7</p>
173173
<p><em>Warning: This document and the game it describes will be tweaked as the competition progresses. We’ll try to keep changes to a minimum, but will likely have to make modifications to keep the game balanced. Any significant changes will be done before the Seeding Tournament.</em></p>
174174
<h2 id="background">Background</h2>
175175
<p>As we all know, the world is changing. Water levels are rising, pollution is becoming a global problem, and we are rapidly depleting our most valuable natural resource: soup. This year’s game is as much about surviving the changing climate as defeating the enemy team.</p>
@@ -475,6 +475,16 @@ <h1 id="lingering-questionsclarifications">Lingering Questions/Clarifications</h
475475
<p>If something is unclear, direct your questions to our <a href="https://discordapp.com/channels/386965718572466197/401552721095688193">Discord</a> where other people may have the same question. We’ll update this spec as the competition progresses.</p>
476476
<h1 id="changelog">Changelog</h1>
477477
<ul>
478+
<li>2020.1.0.7 (1/9/20)
479+
<ul>
480+
<li>spec changes: none</li>
481+
<li>client changes:
482+
<ul>
483+
<li>delivery drones now show logs (also fixes problem with client freezing)</li>
484+
<li>indicator dots and strings now inside grid positions</li>
485+
</ul></li>
486+
<li>engine changes: none</li>
487+
</ul></li>
478488
<li>2020.1.0.6 (1/9/20)
479489
<ul>
480490
<li>engine changes:

frontend/public/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2020.1.0.6
1+
2020.1.0.7

specs/specs.html

+11-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<div class="main">
170170

171171
<h1 id="battlecode-2020">Battlecode 2020</h1>
172-
<p><em>The formal specification of this year’s game.</em> Current version: 2020.1.0.6</p>
172+
<p><em>The formal specification of this year’s game.</em> Current version: 2020.1.0.7</p>
173173
<p><em>Warning: This document and the game it describes will be tweaked as the competition progresses. We’ll try to keep changes to a minimum, but will likely have to make modifications to keep the game balanced. Any significant changes will be done before the Seeding Tournament.</em></p>
174174
<h2 id="background">Background</h2>
175175
<p>As we all know, the world is changing. Water levels are rising, pollution is becoming a global problem, and we are rapidly depleting our most valuable natural resource: soup. This year’s game is as much about surviving the changing climate as defeating the enemy team.</p>
@@ -475,6 +475,16 @@ <h1 id="lingering-questionsclarifications">Lingering Questions/Clarifications</h
475475
<p>If something is unclear, direct your questions to our <a href="https://discordapp.com/channels/386965718572466197/401552721095688193">Discord</a> where other people may have the same question. We’ll update this spec as the competition progresses.</p>
476476
<h1 id="changelog">Changelog</h1>
477477
<ul>
478+
<li>2020.1.0.7 (1/9/20)
479+
<ul>
480+
<li>spec changes: none</li>
481+
<li>client changes:
482+
<ul>
483+
<li>delivery drones now show logs (also fixes problem with client freezing)</li>
484+
<li>indicator dots and strings now inside grid positions</li>
485+
</ul></li>
486+
<li>engine changes: none</li>
487+
</ul></li>
478488
<li>2020.1.0.6 (1/9/20)
479489
<ul>
480490
<li>engine changes:

0 commit comments

Comments
 (0)