Skip to content

Commit

Permalink
release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Dec 19, 2021
1 parent 375b860 commit 20e860a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

# Changelog

__2.2.2 (SNAPSHOT)__
__2.2.2 (19-dec-2021)__

- added option 'Volume profile' to select audio volume profile
- added support for TZX tape snapshots [#10](https://github.com/raydac/zxpoly/issues/10)
- __added support for TZX tape snapshots [#10](https://github.com/raydac/zxpoly/issues/10)__
- added keyboard skins provided by @Alessandro1970
- provided way to change L&F and application UI scale
- improved Spec256 state snapshot save (works only for loaded Spec256 snapshots) [#36](https://github.com/raydac/zxpoly/issues/36)
Expand Down Expand Up @@ -53,15 +53,15 @@ under [GNU GPL3 license](https://www.gnu.org/licenses/gpl-3.0.html).

# Pre-built versions

![The Main Window of the Emulator](docs/screenshots/zxpoly_alien8_Screenshot.png)
![The Main Window of the Emulator](docs/screenshots/zxpoly222_kividemaa.png)

| OS | Download link |
| -------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| ![Windows](assets/icons/win64x64.png) | __[for Windows x64 (JRE included)](https://github.com/raydac/zxpoly/releases/download/2.2.1/zxpoly-emul-2.2.1-windows-amd64-jdk.zip)__ |
| ![OSX](assets/icons/macos64x64.png) | __[for OSX x64 (JRE included)](https://github.com/raydac/zxpoly/releases/download/2.2.1/zxpoly-emul-2.2.1-macos-amd64-jdk.zip)__ |
| ![OSX Arm64](assets/icons/macosarm64x64.png) | __[for OSX Arm64 (JRE included)](https://github.com/raydac/zxpoly/releases/download/2.2.1/zxpoly-emul-2.2.1-macos-arm64-jdk.zip)__ |
| ![Linux](assets/icons/linux64x64.png) | __[for Linux x64 (JRE included)](https://github.com/raydac/zxpoly/releases/download/2.2.1/zxpoly-emul-2.2.1-linux-amd64-jdk.tar.gz)__ |
| ![Java](assets/icons/java64x64.png) | __[cross-platform JAR file](https://github.com/raydac/zxpoly/releases/download/2.2.1/zxpoly-emul-2.2.1.jar)__ |
| OS | Download link |
| -------------------------------------------- |----------------------------------------------------------------------------------------------------------------------------------------|
| ![Windows](assets/icons/win64x64.png) | __[for Windows x64 (JRE included)](https://github.com/raydac/zxpoly/releases/download/2.2.2/zxpoly-emul-2.2.2-windows-amd64-jdk.zip)__ |
| ![OSX](assets/icons/macos64x64.png) | __[for OSX x64 (JRE included)](https://github.com/raydac/zxpoly/releases/download/2.2.2/zxpoly-emul-2.2.2-macos-amd64-jdk.zip)__ |
| ![OSX Arm64](assets/icons/macosarm64x64.png) | __[for OSX Arm64 (JRE included)](https://github.com/raydac/zxpoly/releases/download/2.2.2/zxpoly-emul-2.2.2-macos-aarch64-jdk.zip)__ |
| ![Linux](assets/icons/linux64x64.png) | __[for Linux x64 (JRE included)](https://github.com/raydac/zxpoly/releases/download/2.2.2/zxpoly-emul-2.2.2-linux-amd64-jdk.tar.gz)__ |
| ![Java](assets/icons/java64x64.png) | __[cross-platform JAR file](https://github.com/raydac/zxpoly/releases/download/2.2.2/zxpoly-emul-2.2.2.jar)__ |

Because the emulator is written in Java, its JAR file can be started just through command
line `java -jar zxpoly-emul-2.2.1.jar`
Expand All @@ -72,7 +72,7 @@ ROM__, the ROM will be downloaded from one of remote network resources.
# Supported snapshot formats

- Snapshots: .Z80, .SNA, .ZXP (ZX-Poly snapshot format), ZIP (Spec256 with SNA inside)
- Tape: .TAP (allows export to WAV file), .WAV
- Tape: .TZX (allows export as WAV), .TAP (allows export as WAV), .WAV
- Disks: .TRD, .SCL

# Support of game controllers
Expand Down Expand Up @@ -127,7 +127,7 @@ To adapt old games, I have developed special utility called ZX-Poly Sprite corre
is a very easy editor which shows images in data blocks and allows to redraw them. It supports import from Z80 and SNA
snapshots and as the result it generates ZXP snapshots.
![ZXPoly Sprite Corrector screenshot](docs/zxpoly_sprite_editor.png)
Its pre-built versions can be found on [the latest release page](https://github.com/raydac/zxpoly/releases/tag/2.2.1).
Its pre-built versions can be found on [the latest release page](https://github.com/raydac/zxpoly/releases/tag/2.2.2).

## "Official Father Christmas" (1989)
Original look of the game
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__2.2.2 (SNAPSHOT)__
__2.2.2 (19-dec-2021)__

- added option 'Volume profile' to select audio volume profile
- added support for TZX tape snapshots [#10](https://github.com/raydac/zxpoly/issues/10)
Expand Down
Binary file added docs/screenshots/zxpoly222_kividemaa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.igormaznitsa</groupId>
<artifactId>zxpoly</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<packaging>pom</packaging>

<url>https://github.com/raydac/zxpoly</url>
Expand Down
2 changes: 1 addition & 1 deletion zxpoly-emul-win-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>zxpoly</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
</parent>

<artifactId>zxpoly-emul-win-launcher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zxpoly-emul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>zxpoly</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
</parent>

<description>ZX-Poly emulator</description>
Expand Down
2 changes: 1 addition & 1 deletion zxpoly-sprite-corrector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>zxpoly</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
</parent>

<artifactId>zxpoly-sprite-corrector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zxpoly-z80/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>zxpoly</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
</parent>

<artifactId>zxpoly-z80</artifactId>
Expand Down

0 comments on commit 20e860a

Please sign in to comment.