mirror of
https://github.com/KarolS/millfork.git
synced 2025-02-06 01:30:13 +00:00
Version 0.3.6
This commit is contained in:
parent
efe103b070
commit
6c623e1935
@ -1,6 +1,6 @@
|
||||
# Change log
|
||||
|
||||
## Current version
|
||||
## 0.3.6
|
||||
|
||||
* **Breaking change!**
|
||||
The `petscii` encoding now uses the $C0-$DE range for uppercase characters instead of $60-$7E.
|
||||
|
@ -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.grapeshot" % "halfnes"
|
||||
"eu.rekawek.coffeegb" % "coffee-gb"
|
||||
"roug.org.osnine" % "osnine-core"
|
||||
|
||||
* navigate to the project directory
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
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)
|
||||
(latest: 0.3.4).
|
||||
(latest: 0.3.6).
|
||||
For build instructions, see [Build instructions](./COMPILING.md).
|
||||
|
||||
## Features
|
||||
|
Loading…
x
Reference in New Issue
Block a user