diff --git a/CHANGELOG.md b/CHANGELOG.md index 701b43320..163cd826f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## FreeCol 1.1.0 (In development) ## +## FreeCol 1.1.0 (May 7, 2023) ## All savegames from 0.12.0 and up should continue working with 1.1.0. diff --git a/www.freecol.org/_posts/2023-05-07-freecol-1.1.0-released.html b/www.freecol.org/_posts/2023-05-07-freecol-1.1.0-released.html new file mode 100644 index 000000000..6609b1260 --- /dev/null +++ b/www.freecol.org/_posts/2023-05-07-freecol-1.1.0-released.html @@ -0,0 +1,101 @@ +--- + title: FreeCol 1.1.0 released + author: Stian Grenborgen +--- +
+ We have been working on the main parts of FreeCol since our last release. Six new musical tracks have been added to the game. In addition, we have included a new mod that adds hitpoints and ranged combat: + +

+ +

+
+
+ All savegames from 0.12.0 and up should continue working with 1.1.0. +
+
+
+ {% include download-button.html %} +
+
+
+

All user visible changes since 1.0.0

+ + Music + + + Graphics + + + Rule changes + + + Map Generator + + + User Interface + + + AI/computer players + + + Mod development + + + Bug fixes + +
diff --git a/www.freecol.org/download.html b/www.freecol.org/download.html index 6bd10270d..1cb36acb8 100644 --- a/www.freecol.org/download.html +++ b/www.freecol.org/download.html @@ -12,65 +12,65 @@ - + WINDOWS INSTALLER WITH JAVA INCLUDED - - freecol-1.0.0-with-java.exe + + freecol-1.1.0-with-java.exe Windows Installer - + MACOSX - - freecol-1.0.0.dmg + + freecol-1.1.0.dmg Package for MacOSX - + JAVA INSTALLER - - freecol-1.0.0-installer.jar + + freecol-1.1.0-installer.jar Platform independent installer - + .ZIP - - freecol-1.0.0.zip + + freecol-1.1.0.zip Precompiled .zip - + SOURCE .ZIP - - freecol-1.0.0-src.zip + + freecol-1.1.0-src.zip Precompiled .zip with source code included @@ -87,20 +87,20 @@

Instructions:

Windows users should download - freecol-1.0.0-with-java.exe. + freecol-1.1.0-with-java.exe. You can run the file directly or save it to disk. If you choose the latter then just double-click the file once it's downloaded.

Mac OS X users should download - freecol-1.0.0.dmg. + freecol-1.1.0.dmg. FreeCol has some problems running on Mac OS X, so you should save your game frequently. You might also need to get the file out of quarantine after downloading it since we have not signed the application:

- xattr -d com.apple.quarantine freecol-1.0.0.dmg + xattr -d com.apple.quarantine freecol-1.1.0.dmg
xattr -d com.apple.quarantine FreeCol.app

- Users that know how to start a java program can download freecol-1.0.0-installer.jar. Start the installation program by running the command: "java -jar freecol-1.0.0-installer.jar". This installer is recommended for Linux users.

- If you don't need a desktop icon and you know how to start a java program then you can download freecol-1.0.0.zip. + Users that know how to start a java program can download freecol-1.1.0-installer.jar. Start the installation program by running the command: "java -jar freecol-1.1.0-installer.jar". This installer is recommended for Linux users.

+ If you don't need a desktop icon and you know how to start a java program then you can download freecol-1.1.0.zip.

Help, Feedback & Bugs:

Help requests and feedback can be sent via e-mail to diff --git a/www.freecol.org/images/ranged-combat.png b/www.freecol.org/images/ranged-combat.png new file mode 100644 index 000000000..9192b5382 Binary files /dev/null and b/www.freecol.org/images/ranged-combat.png differ