Skip to content

Commit 0160bef

Browse files
committed
release 1.1.1
1 parent 9f9284a commit 0160bef

File tree

6 files changed

+20
-18
lines changed

6 files changed

+20
-18
lines changed

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,17 @@
99
1010
# Changelog
1111

12+
## 1.1.1 (20-sep-2021)
13+
- __PC: windows launcher moved from i386 to amd64 to prevent antivirus false positive detection__
14+
- PC: embedded JDK updated to 17.0.4.1+1
15+
1216
## 1.1.0 (26-sep-2021)
1317

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

19-
## 1.0.3 (23-may-2021)
20-
21-
- PC: mproved select of start frame for ships
22-
- PC: fixed ratio of morse2 sound
23-
- PC: improved select of firing ship to make better probability for air-carrier and dreadnoughts
24-
2523
[Full changelog](changelog.txt)
2624

2725
# Disclaimer
@@ -53,13 +51,13 @@ A008 client.
5351

5452
| OS | Download link |
5553
| -------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
56-
| ![Windows](assets/icons/win64x64.png) | __[Game client for Windows amd64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.0/battleships-resurrection-1.1.0-windows-jdk-amd64.zip)__ |
57-
| ![OSX](assets/icons/macos64x64.png) | __[Game client for OSX amd64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.0/battleships-resurrection-1.1.0-macos-jdk-amd64.zip)__ |
58-
| ![OSX Arm64](assets/icons/macosarm64x64.png) | __[Game client for OSX aarch64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.0/battleships-resurrection-1.1.0-macos-jdk-aarch64.zip)__ |
59-
| ![Linux](assets/icons/linux64x64.png) | __[Game client for Linux amd64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.0/battleships-resurrection-1.1.0-linux-jdk-amd64.tar.gz)__ |
60-
| ![Java](assets/icons/java64x64.png) | __[Game client, cross-platform JAR file](https://github.com/raydac/battleships-resurrection/releases/download/1.1.0/battleships-resurrection-1.1.0.jar)__ |
61-
| ![Java](assets/icons/java64x64.png) | _[pre-built GFX-compatible server (only JAR)](https://github.com/raydac/battleships-resurrection/releases/download/1.1.0/gfx-playroom-server-1.1.0.jar)_ |
62-
| ![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.0/BattleShip_A008.zip)_ |
54+
| ![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)__ |
55+
| ![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)__ |
56+
| ![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)__ |
57+
| ![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)__ |
58+
| ![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)__ |
59+
| ![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)_ |
60+
| ![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)_ |
6361

6462
# Short historical review
6563

battleships-resurrection/battleships-client-a008/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>battleships-resurrection</artifactId>
8-
<version>1.1.1-SNAPSHOT</version>
8+
<version>1.1.1</version>
99
</parent>
1010
<artifactId>battleships-client-a008</artifactId>
1111
<packaging>jar</packaging>

battleships-resurrection/battleships-client-pc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>battleships-resurrection</artifactId>
8-
<version>1.1.1-SNAPSHOT</version>
8+
<version>1.1.1</version>
99
</parent>
1010

1111
<artifactId>battleships-client-pc</artifactId>

battleships-resurrection/battleships-pc-win-launcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.igormaznitsa</groupId>
88
<artifactId>battleships-resurrection</artifactId>
9-
<version>1.1.1-SNAPSHOT</version>
9+
<version>1.1.1</version>
1010
</parent>
1111

1212
<artifactId>battleships-pc-win-launcher</artifactId>

battleships-resurrection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.igormaznitsa</groupId>
66
<artifactId>battleships-resurrection</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.1.1</version>
88
<packaging>pom</packaging>
99

1010
<properties>

changelog.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
- 1.1.1 (20-sep-2021)
2+
- PC: windows launcher moved from i386 to amd64 to prevent antivirus false positive detection
3+
- PC: embedded JDK updated to 17.0.4.1+1
4+
15
- 1.1.0 (26-sep-2021)
26
- __PC: added serverless LAN network game mode__
37
- PC: embedded JDK updated to 17+35
48
- PC: improved send of fire request through network in the end of fire animation
59
- PC: refactoring
610

711
- 1.0.3 (23-may-2021)
8-
- PC: mproved select of start frame for ships
12+
- PC: improved select of start frame for ships
913
- PC: fixed ratio of morse2 sound
1014
- PC: improved select of firing ship to make better probability for air-carrier and dreadnoughts
1115

0 commit comments

Comments
 (0)