From 0c1891d905e0e4cd718072e898cd0c240cc7be16 Mon Sep 17 00:00:00 2001 From: Indeed Miners <32953696+IndeedMiners@users.noreply.github.com> Date: Tue, 21 Jul 2020 11:48:07 +0200 Subject: [PATCH] PBE 1.7.4 Bug fixes --- PolarisBiosEditor.cs | 20 ++++++++++++-------- Properties/AssemblyInfo.cs | 4 ++-- README.md | 8 +++++++- version | 2 +- 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/PolarisBiosEditor.cs b/PolarisBiosEditor.cs index 252c9a6..22a0e38 100644 --- a/PolarisBiosEditor.cs +++ b/PolarisBiosEditor.cs @@ -17,7 +17,7 @@ public partial class PolarisBiosEditor : Form /* DATA */ - string version = "1.7.3"; + string version = "1.7.4"; string programTitle = "PolarisBiosEditor"; @@ -483,7 +483,7 @@ public PolarisBiosEditor() { InitializeComponent(); this.Text = this.programTitle + " " + this.version + " " + "Tweaked By Mattthev"; - MessageBox.Show("Buy Pro version at https://mining-bios.eu/"); + try { @@ -1594,10 +1594,7 @@ private void button1_Click(object sender, EventArgs e) apply_timings(elpida_index, 7); } - if (samsung_index == -1 && hynix_2_index == -1 && hynix_3_index == -1 && hynix_1_index == -1 && elpida_index == -1 && micron_index == -1) - { - MessageBox.Show("Sorry, no supported memory found. If you think this is an error, please file a bugreport @ https://github.com/IndeedMiners/PolarisBiosEditor/issues"); - } + if (hynix_4_index != -1) { if (MessageBox.Show("Do you want Universal Hynix Timing?", "Important Question", MessageBoxButtons.YesNo) == DialogResult.Yes) @@ -1612,8 +1609,15 @@ private void button1_Click(object sender, EventArgs e) } } + if (samsung_index == -1 && samsung_2_index == -1 && hynix_2_index == -1 && hynix_3_index == -1 && hynix_1_index == -1 && elpida_index == -1 && micron_index == -1) + { + MessageBox.Show("Sorry, no supported memory found. If you think this is an error, please file a bugreport @ https://github.com/IndeedMiners/PolarisBiosEditor/issues"); + } this.tablePOWERPLAY.Items[1].SubItems[1].Text = "2300"; - + if (MessageBox.Show("Buy Pro version at https://mining-bios.eu/", "PBE 3 PRO", MessageBoxButtons.YesNo, MessageBoxIcon.Asterisk) == DialogResult.Yes) + { + System.Diagnostics.Process.Start("https://bit.ly/mining-bios-eu"); + } } private void editSubItem2_TextChanged(object sender, EventArgs e) @@ -1623,7 +1627,7 @@ private void editSubItem2_TextChanged(object sender, EventArgs e) private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { - System.Diagnostics.Process.Start("http://bit.ly/mining-bios-eu"); + System.Diagnostics.Process.Start("https://bit.ly/mining-bios-eu"); } } } \ No newline at end of file diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 14cef4f..8810eba 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.7.2.0")] -[assembly: AssemblyFileVersion("1.7.2.0")] +[assembly: AssemblyVersion("1.7.4.0")] +[assembly: AssemblyFileVersion("1.7.4.0")] diff --git a/README.md b/README.md index aec302d..98d2d69 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PolarisBiosEditor v1.7.2 +# PolarisBiosEditor v1.7.4 ## Buy mining bios with performance timings! https://mining-bios.eu/ **Polaris Bios Editor 3 PRO https://mining-bios.eu/product/polaris-bios-editor-3-pro-pbe-3-pro-performance-timings/** @@ -22,6 +22,12 @@ works on linux with mono, executable is build against .net 3.5 one click timing feature should be used with care, it maybe not stable for you please build the executable yourself or decompile the existing one if you don't trust +### v1.7.4 +- Fixed bug no supported memory found (K4G80325FC) +- Old version bump in properties +### v1.7.3 +- Added support for memory Samsung K4G80325FC +- Added new device AMD Radeon RX 580 2048SP - 6FDF ### v1.7.2 - Fixed apply timings for Hynix memory - Added support for RX590 diff --git a/version b/version index 0a182f2..3511591 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.7.2 \ No newline at end of file +1.7.4 \ No newline at end of file