Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Dec 24, 2022
1 parent 2cb9380 commit 6b2c33f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@
# Changelog

## 1.1.2 (24-dec-2022)
- PC: added AppImage PC client version for amd64
- PC: added Launch4j wraqpped PC client version (without embedded JDK)
- PC: embedded JDK updated to 19.0.1+11
- PC: updated GoSDK for launcher to 1.19.4


## 1.1.1 (20-sep-2022)
- __PC: windows launcher moved from i386 to amd64 to prevent antivirus false positive detection__
- PC: embedded JDK updated to 17.0.4.1+1
- PC: updated GoSDK for launcher to 1.19.1
- PC: added MacOS DMG bundle for PC client

## 1.1.0 (26-sep-2021)

- __PC: added serverless LAN network game mode__
- PC: embedded JDK updated to 17+35
- PC: improved send of fire request through network in the end of fire animation
- PC: refactoring

[Full changelog](changelog.txt)

Expand Down Expand Up @@ -53,13 +54,13 @@ A008 client.

| OS | Download link |
| -------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![Windows](assets/icons/win64x64.png) | __[Game client for Windows amd64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.1/battleships-resurrection-1.1.1-windows-jdk-amd64.zip)__ |
| ![OSX](assets/icons/macos64x64.png) | __[Game client for OSX amd64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.1/battleships-resurrection-1.1.1-macos-jdk-amd64.zip)__ |
| ![OSX Arm64](assets/icons/macosarm64x64.png) | __[Game client for OSX aarch64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.1/battleships-resurrection-1.1.1-macos-jdk-aarch64.zip)__ |
| ![Linux](assets/icons/linux64x64.png) | __[Game client for Linux amd64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.1/battleships-resurrection-1.1.1-linux-jdk-amd64.tar.gz)__ |
| ![Java](assets/icons/java64x64.png) | __[Game client, cross-platform JAR file](https://github.com/raydac/battleships-resurrection/releases/download/1.1.1/battleships-resurrection-1.1.1.jar)__ |
| ![Java](assets/icons/java64x64.png) | _[pre-built GFX-compatible server (only JAR)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.1/gfx-playroom-server-1.1.1.jar)_ |
| ![Java](assets/icons/java64x64.png) | _[pre-built J2ME midlet for Motorola A008 (zipped JAD+JAR)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.1/BattleShip_A008.zip)_ |
| ![Windows](assets/icons/win64x64.png) | __[Game client for Windows amd64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.2/battleships-resurrection-1.1.2-windows-jdk-amd64.zip)__ |
| ![OSX](assets/icons/macos64x64.png) | __[Game client for OSX amd64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.2/battleships-resurrection-1.1.2-macos-jdk-amd64.zip)__ |
| ![OSX Arm64](assets/icons/macosarm64x64.png) | __[Game client for OSX aarch64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.2/battleships-resurrection-1.1.2-macos-jdk-aarch64.zip)__ |
| ![Linux](assets/icons/linux64x64.png) | __[Game client for Linux amd64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.2/battleships-resurrection-1.1.2-linux-jdk-amd64.tar.gz)__ |
| ![Java](assets/icons/java64x64.png) | __[Game client, cross-platform JAR file](https://github.com/raydac/battleships-resurrection/releases/download/1.1.2/battleships-resurrection-1.1.2.jar)__ |
| ![Java](assets/icons/java64x64.png) | _[pre-built GFX-compatible server (only JAR)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.2/gfx-playroom-server-1.1.2.jar)_ |
| ![Java](assets/icons/java64x64.png) | _[pre-built J2ME midlet for Motorola A008 (zipped JAD+JAR)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.2/BattleShip_A008.zip)_ |

# Short historical review

Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- 1.1.2 (24-dec-2022)
- PC: added AppImage PC client version for amd64
- PC: added Launch4j wraqpped PC client version (without embedded JDK)
- PC: embedded JDK updated to 19.0.1+11
- PC: updated GoSDK for launcher to 1.19.4

- 1.1.1 (20-sep-2022)
- PC: windows launcher moved from i386 to amd64 to prevent antivirus false positive detection
- PC: embedded JDK updated to 17.0.4.1+1
Expand Down

0 comments on commit 6b2c33f

Please sign in to comment.