Skip to content

Commit 4bc33f8

Browse files
committed
This is 1.11.0
1 parent 935a1a7 commit 4bc33f8

File tree

9 files changed

+22
-7
lines changed

9 files changed

+22
-7
lines changed

Ambermoon.Core/GameVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class GameVersion
4444
public bool ExternalData;
4545
public Func<IGameData> DataProvider;
4646

47-
internal const string RemakeReleaseDate = "17-08-2025";
47+
internal const string RemakeReleaseDate = "19-08-2025";
4848
}
4949

5050
public static class GameLanguageExtensions

Ambermoon.net/Ambermoon.net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<LangVersion>12</LangVersion>
77
<RootNamespace>Ambermoon</RootNamespace>
88
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
9-
<Version>1.10.10</Version>
9+
<Version>1.11.0</Version>
1010
<Copyright>Copyright (C) 2020-2025 by Robert Schneckenhaus</Copyright>
1111
<Company>Robert Schneckenhaus</Company>
1212
<Authors>Robert Schneckenhaus</Authors>

Ambermoon.net/Mac/Ambermoon.net.app/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleName</key>
1010
<string>Ambermoon.net</string>
1111
<key>CFBundleVersion</key>
12-
<string>1.10.10</string>
12+
<string>1.11.0</string>
1313
<key>CFBundleIconFile</key>
1414
<string>Ambermoon.icns</string>
1515
<key>CFBundleIdentifier</key>

AmbermoonAndroid/AmbermoonAndroid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ImplicitUsings>enable</ImplicitUsings>
99
<ApplicationId>com.pyrdacor.AmbermoonAndroid</ApplicationId>
1010
<ApplicationVersion>1</ApplicationVersion>
11-
<ApplicationDisplayVersion>1.10.10</ApplicationDisplayVersion>
11+
<ApplicationDisplayVersion>1.11.0</ApplicationDisplayVersion>
1212
<Configurations>Debug;Release</Configurations>
1313
<GenerateResourceUsePreserializedResources>false</GenerateResourceUsePreserializedResources>
1414
<SignAssembly>False</SignAssembly>

AmbermoonAndroid/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="com.pyrdacor.AmbermoonAndroid" android:versionCode="16" android:versionName="1.10.10">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="com.pyrdacor.AmbermoonAndroid" android:versionCode="16" android:versionName="1.11.0">
33
<uses-feature android:glEsVersion="0x00030000" android:required="true" />
44
<uses-configuration android:reqTouchScreen="finger" />
55
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true">

AmbermoonPatcher/AmbermoonPatcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
<PublishTrimmed>true</PublishTrimmed>
10-
<Version>1.10.10</Version>
10+
<Version>1.11.0</Version>
1111
<Configurations>Debug;Release;DebugES;ReleaseES</Configurations>
1212
<ApplicationManifest>app.manifest</ApplicationManifest>
1313
<!--<PublishAot>true</PublishAot>-->

Package/changelog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version 1.11
2+
============
3+
4+
- Improved fullscreen handling (now uses a window the size of the fullscreen resolution)
5+
- Fixed cursor hotspots (was off by 1 pixel in x and y direction)
6+
- Fixed a crash when accessing the last option page (introduced in 1.10.10)
7+
- Fixed wrong 2D view when teleporting to world map from a normal 2D map (mostly with cheats)
8+
- Fixed centering of advanced logo if changing between resolutions or fullscreen
9+
- Added option to turn off advanced logo
10+
11+
112
Version 1.10
213
============
314

Package/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
------------------------------------------------------------------
10-
| Ambermoon rewrite by Pyrdacor - Version 1.10.10 - August 2025 |
10+
| Ambermoon rewrite by Pyrdacor - Version 1.11.0 - August 2025 |
1111
------------------------------------------------------------------
1212

1313

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.11.0 - Eleventh patch (August 2025)
4+
5+
- Version [1.11.0](https://github.com/Pyrdacor/Ambermoon.net/releases/tag/v1.11.0): Improved fullscreen handling, bugfixes
6+
37
## 1.10.0 - Tenth patch (July 2024 - August 2025)
48

59
- Version [1.10.10](https://github.com/Pyrdacor/Ambermoon.net/releases/tag/v1.10.10): Loading bar and savegame crash fix

0 commit comments

Comments
 (0)