Skip to content

Commit

Permalink
Release 2024-03-08
Browse files Browse the repository at this point in the history
  • Loading branch information
cardillan committed Mar 8, 2024
1 parent 4fe8dc8 commit b8a6370
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## Unreleased
## 2024-03-08

### Fixed

Expand Down
1 change: 1 addition & 0 deletions ROADMAP.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ None planned.
* Allow empty optional arguments in function calls. At this moment, optional arguments can only be omitted at the
end of the argument list.
* Block comments `/* this is a block comment that can span several lines */`.
* Text block string literals
* Only allow dashes in REF identifiers (e.g. `@battery-large`) and property names (e.g. `vault.blast-compound`), and
only in the middle of the identifier. Then add support for `++` and `--` operators. `a-b` will become an
expression equivalent to `a - b`.
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/main/resources/templates/common.ftlh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<#macro footer>
<footer class="mt-8 text-xs text-center border border-t-2 border-l-0 border-r-0 border-b-0 border-gray-700">
<div class="mt-4 flex justify-between">
<div><strong>2024-02-17</strong></div>
<div><strong>2024-03-08</strong></div>
<div><strong>PRIVACY POLICY</strong>: This website does not track its users. The Mindcode and schematics you submit for compilation is kept for later analysis.
No other information is kept about you or your actions on the site.</div>
<div>Created by François (<a class="underline text-blue-500" href="https://github.com/francois">GitHub</a>,
Expand Down

0 comments on commit b8a6370

Please sign in to comment.