diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 55fe56d..5a70f98 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -39,5 +39,5 @@ using System.Runtime.InteropServices; // 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.3.0.10")] -[assembly: AssemblyFileVersion("1.3.0.10")] +[assembly: AssemblyVersion("1.3.0.11")] +[assembly: AssemblyFileVersion("1.3.0.11")] diff --git a/README.md b/README.md index 3573b22..8887a1a 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ Thanks for ideas, reporting issues and contributing! #285 #286 [dao-net](https://github.com/dao-net), #288 William P., #294 #295 #296 Stefan Mahrer, -#225 #297 #299 #317 #321 #324 #330 #386 #390 #401 #402 #407 #409 #414 #416 #418 [chip33](https://github.com/chip33), +#225 #297 #299 #317 #321 #324 #330 #386 #390 #401 #402 #407 #409 #414 #416 #418 #428 [chip33](https://github.com/chip33), #298 [phanirithvij](https://github.com/phanirithvij), #306 [wini2](https://github.com/wini2), #370 [dna5589](https://github.com/dna5589), diff --git a/ThirdParty/TAFactory.IconPack.dll b/ThirdParty/TAFactory.IconPack.dll deleted file mode 100644 index 92052dd..0000000 Binary files a/ThirdParty/TAFactory.IconPack.dll and /dev/null differ diff --git a/UserInterface/AppContextMenu.cs b/UserInterface/AppContextMenu.cs index bf20005..bfdfa03 100644 --- a/UserInterface/AppContextMenu.cs +++ b/UserInterface/AppContextMenu.cs @@ -89,7 +89,7 @@ namespace SystemTrayMenu.Helper aboutBox.AppMoreInfo += "#235 #242 243 #247, #271 Tom, #237 Torsten S., #240 video Patrick, #244 Gunter D., #246 #329 MACE4GITHUB, #259 #310 vanjac, "; aboutBox.AppMoreInfo += "#262 terencemcdonnell, #269 petersnows25, #272 Peter M., #273 #274 ParasiteDelta, #275 #276 #278 donaldaken, "; aboutBox.AppMoreInfo += "#277 Jan S., #282 akuznets, #283 #284 #289 RuSieg, #285 #286 dao-net, #288 William P., #294 #295 #296 Stefan Mahrer, "; - aboutBox.AppMoreInfo += "#225 #297 #299 #317 #321 #324 #330 #386 #390 #401 #402 #407 #409 #414 #416 #418 chip33, #298 phanirithvij, #306 wini2, #370 dna5589, #372 not-nef, #376 Michelle H. "; + aboutBox.AppMoreInfo += "#225 #297 #299 #317 #321 #324 #330 #386 #390 #401 #402 #407 #409 #414 #416 #418 #428 chip33, #298 phanirithvij, #306 wini2, #370 dna5589, #372 not-nef, #376 Michelle H. "; aboutBox.AppMoreInfo += "#377 SoenkeHob, #380 #394 TransLucida, #384 boydfields, #386 visusys, #387 #411 yrctw" + Environment.NewLine; aboutBox.AppMoreInfo += @" Sponsors - Thank you! diff --git a/UserInterface/Menu.Designer.cs b/UserInterface/Menu.Designer.cs index 312ae35..5340cb0 100644 --- a/UserInterface/Menu.Designer.cs +++ b/UserInterface/Menu.Designer.cs @@ -196,6 +196,9 @@ this.tableLayoutPanelMenu.Size = new System.Drawing.Size(159, 89); this.tableLayoutPanelMenu.TabIndex = 4; this.tableLayoutPanelMenu.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.DgvMouseWheel); + this.tableLayoutPanelMenu.MouseDown += Menu_MouseDown; + this.tableLayoutPanelMenu.MouseUp += Menu_MouseUp; + this.tableLayoutPanelMenu.MouseMove += Menu_MouseMove; // // panelLine // @@ -237,6 +240,9 @@ this.tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelBottom.Size = new System.Drawing.Size(153, 22); this.tableLayoutPanelBottom.TabIndex = 5; + this.tableLayoutPanelBottom.MouseDown += Menu_MouseDown; + this.tableLayoutPanelBottom.MouseUp += Menu_MouseUp; + this.tableLayoutPanelBottom.MouseMove += Menu_MouseMove; // // pictureBoxRestart //