1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-02-11 03:30:37 +00:00

Version 0.3.6

This commit is contained in:
Karol Stasiak 2019-08-05 22:26:27 +02:00
parent efe103b070
commit 6c623e1935
4 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Change log # Change log
## Current version ## 0.3.6
* **Breaking change!** * **Breaking change!**
The `petscii` encoding now uses the $C0-$DE range for uppercase characters instead of $60-$7E. The `petscii` encoding now uses the $C0-$DE range for uppercase characters instead of $60-$7E.

View File

@ -31,6 +31,7 @@ Setting up the test suite for Millfork is tricky, so if you don't need the tests
"com.loomcom.symon" % "symon" "com.loomcom.symon" % "symon"
"com.grapeshot" % "halfnes" "com.grapeshot" % "halfnes"
"eu.rekawek.coffeegb" % "coffee-gb" "eu.rekawek.coffeegb" % "coffee-gb"
"roug.org.osnine" % "osnine-core"
* navigate to the project directory * navigate to the project directory

View File

@ -5,7 +5,7 @@
A middle-level programming language targeting 6502-based, 8080-based and Z80-based microcomputers. A middle-level programming language targeting 6502-based, 8080-based and Z80-based microcomputers.
For binary releases, see: [https://github.com/KarolS/millfork/releases](https://github.com/KarolS/millfork/releases) For binary releases, see: [https://github.com/KarolS/millfork/releases](https://github.com/KarolS/millfork/releases)
(latest: 0.3.4). (latest: 0.3.6).
For build instructions, see [Build instructions](./COMPILING.md). For build instructions, see [Build instructions](./COMPILING.md).
## Features ## Features

View File

@ -1,6 +1,6 @@
name := "millfork" name := "millfork"
version := "0.3.5-SNAPSHOT" version := "0.3.6"
scalaVersion := "2.12.8" scalaVersion := "2.12.8"