File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66
77[ ![ Active Development] ( https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen.svg )] ( https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d )
88[ ![ CI] ( https://github.com/tiagohm/nestalgia/actions/workflows/ci.yml/badge.svg )] ( https://github.com/tiagohm/nestalgia/actions/workflows/ci.yml )
9- [ ![ Version] ( https://img.shields.io/badge/version-0.22 .0-blue )] ( https://github.com/tiagohm/nestalgia/releases/latest )
9+ [ ![ Version] ( https://img.shields.io/badge/version-0.23 .0-blue )] ( https://github.com/tiagohm/nestalgia/releases/latest )
1010
1111Nestalgia is a cross-platform and high-accuracy NES/Famicom emulator built in Kotlin. It's being ported from
1212discontinued [ Mesen] ( https://github.com/SourMesen/Mesen ) NES/Famicom emulator built in C++ and C#.
@@ -51,8 +51,8 @@ dependencies {
5151
5252## Desktop
5353
54- * [ Windows] ( https://github.com/tiagohm/nestalgia/releases/download/0.22 .0/nestalgia-0.22 .0-windows.jar )
55- * [ Linux] ( https://github.com/tiagohm/nestalgia/releases/download/0.22 .0/nestalgia-0.22 .0-linux.jar )
54+ * [ Windows] ( https://github.com/tiagohm/nestalgia/releases/download/0.23 .0/nestalgia-0.23 .0-windows.jar )
55+ * [ Linux] ( https://github.com/tiagohm/nestalgia/releases/download/0.23 .0/nestalgia-0.23 .0-linux.jar )
5656
5757> Before running, check if you have [ Java 17] ( https://www.azul.com/downloads/?package=jdk#zulu ) or newer installed.
5858
Original file line number Diff line number Diff line change 142142 NES and Famicom Emulator
143143 </ div >
144144 < div class ="col-sm-12 text-center text-small ">
145- v0.22 .0
145+ v0.23 .0
146146 </ div >
147147 < div class ="col-sm-12 text-center mt-4 ">
148148 < img src ="mario-256.png " style ="width: 64px; " alt ="logo "/>
232232 </ div >
233233
234234 < div class ="col-sm-12 light ">
235- < a target ="_blank " class ="download mx-1 " href ="https://github.com/tiagohm/nestalgia/releases/download/0.22 .0/nestalgia-0.22 .0-windows.jar ">
235+ < a target ="_blank " class ="download mx-1 " href ="https://github.com/tiagohm/nestalgia/releases/download/0.23 .0/nestalgia-0.23 .0-windows.jar ">
236236 < i class ="fab fa-windows "> </ i > Windows
237237 </ a >
238- < a target ="_blank " class ="download mx-1 " href ="https://github.com/tiagohm/nestalgia/releases/download/0.22 .0/nestalgia-0.22 .0-linux.jar ">
238+ < a target ="_blank " class ="download mx-1 " href ="https://github.com/tiagohm/nestalgia/releases/download/0.23 .0/nestalgia-0.23 .0-linux.jar ">
239239 < i class ="fab fa-linux "> </ i > Linux
240240 </ a >
241241 < a target ="_blank " class ="download mx-1 " href ="# ">
Original file line number Diff line number Diff line change 11org.gradle.caching =true
22org.gradle.parallel =true
33org.gradle.jvmargs =-XX:MaxMetaspaceSize =1024m -Xmx2048m
4- version.code =0.22 .0
4+ version.code =0.23 .0
55javaFX.version =22.0.2
You can’t perform that action at this time.
0 commit comments