[+] 4.7rc3

This commit is contained in:
Hykilpikonna
2022-11-13 00:45:54 -05:00
parent b402df8e1b
commit 91bed21747
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -11,6 +11,7 @@
* Switched to Gradle build system with Kotlin support
* Added `--open` command-line option to open a file on start
* Added **Keyboard++**: Enhanced keyboard events
* **Keyboard++** is still compatible with old keyboard's ASM code, even though it only repeats the last key down until the key is released.
* Refactored many classes in Kotlin
* A LOT of [optimizations](https://github.com/hykilpikonna/EMARS#optimizations)
@@ -21,7 +22,7 @@
## Modifications needed
1. To use **Bitmap Display++**, please add the following code at the end of each render loop:
1. To use **Bitmap Display++**, please add the following code at the end of each loop, after render but before sleep:
```asm
# Tell the display to update
+1 -1
View File
@@ -6,7 +6,7 @@ plugins {
id "com.github.johnrengelman.shadow" version "7.1.2"
}
version="4.7rc2"
version="4.7rc3"
repositories {
// Use Maven Central for resolving dependencies.