diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d7ae9a..fc9b7278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,6 @@ # Changelog -## v1.2.0 (TBA) -### General -### Story - -## v1.1.0 (TBA) +## [v1.1.0](https://g1cp.org/releases/tag/v1.1.0) (2021-05-01) ### General * Fix [#4](https://g1cp.org/issues/4): NPCs no longer confront the player when he is standing in their way if he has defeated them before. * Fix [#14](https://g1cp.org/issues/14): The player can no longer cancel fights by entering and leaving a room. The behavior is unchanged, if trespassing into the room was the reason for the fight. diff --git a/docs/changelog_de.md b/docs/changelog_de.md index f2c24e54..0b0b1d02 100644 --- a/docs/changelog_de.md +++ b/docs/changelog_de.md @@ -1,10 +1,6 @@ # Changelog (DE) -## v1.2.0 (TBA) -### General -### Story - -## v1.1.0 (TBA) +## [v1.1.0](https://g1cp.org/releases/tag/v1.1.0) (01.05.2021) ### General * Fix [#4](https://g1cp.org/issues/4): Zuvor besiegte NSCs fahren den Spieler nun nicht mehr an, wenn er ihnen im Weg steht. * Fix [#14](https://g1cp.org/issues/14): Der Spieler kann Kämpfe nicht mehr durch Betreten und Verlassen eines Raumes abbrechen. Falls das unerlaubte Betreten des Raumes der Angriffsgrund war, bleibt das Verhalten unverändert. @@ -59,7 +55,7 @@ * Fix [#216](https://g1cp.org/issues/216): Einer der Buddler im Alten Lager repariert jetzt korrekt tagsüber seine Hütte. * Fix [#217](https://g1cp.org/issues/217): Einer der Söldner passt nun korrekt nachmittags am Talkessel der Freien Mine auf. -## [v1.0.0](https://g1cp.org/releases/tag/v1.0.0) (2021-03-15) +## [v1.0.0](https://g1cp.org/releases/tag/v1.0.0) (05.03.2021) ### General * Fix [#1](https://g1cp.org/issues/1): NSCs wachen nicht mehr sofort auf, nachdem sie ins Bett gegangen sind, sondern bleiben liegen. * Fix [#2](https://g1cp.org/issues/2): NSCs öffnen nun korrekt geschlossene Türen und gehen hindurch. diff --git a/metadata.txt b/metadata.txt index 6916fbf0..69b0503e 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,7 +1,7 @@ export PATCHNAME=G1CP export LONGNAME=Gothic 1 Community Patch export VBASE=1 -export VMAJOR=0 +export VMAJOR=1 export VMINOR=0 export WEBSITE=https://g1cp.org export AUTHOR=G1CP Team diff --git a/src/Ninja/G1CP/Content/version.d b/src/Ninja/G1CP/Content/version.d index e82e310b..9688e9d6 100644 --- a/src/Ninja/G1CP/Content/version.d +++ b/src/Ninja/G1CP/Content/version.d @@ -1,2 +1,2 @@ /* This file is automatically generated. Do not edit */ -const int G1CP_Version = 1*10000+0*100+0; +const int G1CP_Version = 1*10000+1*100+0;