diff --git a/EDEngineer.Models/Blueprint.cs b/EDEngineer.Models/Blueprint.cs
index 1726d776..b702398c 100644
--- a/EDEngineer.Models/Blueprint.cs
+++ b/EDEngineer.Models/Blueprint.cs
@@ -174,7 +174,11 @@ public bool Ignored
get { return ignored; }
set
{
- if (value == ignored) return;
+ if (value == ignored)
+ {
+ return;
+ }
+
ignored = value;
OnPropertyChanged();
}
diff --git a/EDEngineer/App.config b/EDEngineer/App.config
index 83c187ee..9a5bf80b 100644
--- a/EDEngineer/App.config
+++ b/EDEngineer/App.config
@@ -29,7 +29,7 @@
True
- 1.0.7.5
+ 1.0.7.7
0
diff --git a/EDEngineer/EDEngineer.csproj b/EDEngineer/EDEngineer.csproj
index cbf508a5..2d39fcfa 100644
--- a/EDEngineer/EDEngineer.csproj
+++ b/EDEngineer/EDEngineer.csproj
@@ -31,8 +31,8 @@
true
publish.htm
false
- 6
- 1.0.7.6
+ 7
+ 1.0.7.7
false
true
true
diff --git a/EDEngineer/Properties/Settings.Designer.cs b/EDEngineer/Properties/Settings.Designer.cs
index 6b82f3e1..385d70c1 100644
--- a/EDEngineer/Properties/Settings.Designer.cs
+++ b/EDEngineer/Properties/Settings.Designer.cs
@@ -94,7 +94,7 @@ public bool UpgradeRequired {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("1.0.7.5")]
+ [global::System.Configuration.DefaultSettingValueAttribute("1.0.7.7")]
public string Version {
get {
return ((string)(this["Version"]));
diff --git a/EDEngineer/Properties/Settings.settings b/EDEngineer/Properties/Settings.settings
index 32c4a3ab..ae65332c 100644
--- a/EDEngineer/Properties/Settings.settings
+++ b/EDEngineer/Properties/Settings.settings
@@ -21,7 +21,7 @@
True
- 1.0.7.5
+ 1.0.7.7
0
diff --git a/EDEngineer/Resources/Data/localization.json b/EDEngineer/Resources/Data/localization.json
index 83a939cc..c910b8f6 100644
--- a/EDEngineer/Resources/Data/localization.json
+++ b/EDEngineer/Resources/Data/localization.json
@@ -529,13 +529,6 @@
"ru": "Теплоотводная катапульта",
"pl": "Heat Sink Launcher"
},
- "Frame Shift Wake Scanner": {
- "es": "Escáner de Estelas de Distorsión",
- "de": "FS-Sogwolkenscanner",
- "fr": "Scanner de sillages FSD",
- "ru": "Сканер следа РСД",
- "pl": "Frame Shift Wake Scanner"
- },
"Pulse Laser": {
"es": "Láser de Pulso",
"de": "Impulslaser",
diff --git a/EDEngineer/Resources/Data/releaseNotes.json b/EDEngineer/Resources/Data/releaseNotes.json
index d67b8906..df4e59c1 100644
--- a/EDEngineer/Resources/Data/releaseNotes.json
+++ b/EDEngineer/Resources/Data/releaseNotes.json
@@ -1,4 +1,8 @@
[
+ {
+ "Version": "1.0.7.7",
+ "Content": "* Merged two different categories of blueprint that were supposed to be the same (Frame Shift Wake Scanner and Wake Scanner ; Wake Scanner is the final name). Thanks to @Velak for spotting the issue and fixing it!\r\n\r\n* German localization completed thanks to @nepomuk16321!"
+ },
{
"Version": "1.0.7.5",
"Content": "* New filter in the Ignored/Favourites category to show blueprints included in the shopping list\r\n* Various performance enhancements\r\n\r\n* Fixed an issue for users who use high DPI screens when saving the window position\r\n\r\n* Full russian translation provided by @VChet !"