Skip to content

Commit

Permalink
EQEmuItemEditor v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shendare committed Aug 14, 2015
1 parent d242ecf commit 0c34801
Show file tree
Hide file tree
Showing 10 changed files with 4,676 additions and 4,570 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Expand Up @@ -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.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
12 changes: 10 additions & 2 deletions Readme.md
@@ -1,9 +1,9 @@
EQEmu Item Editor
-----------

Current Version: 1.1.1
Current Version: 1.1.2

Last Updated: 8/11/2015
Last Updated: 8/14/2015

Github Link: https://github.com/Shendare/EQEmuItemEditor

Expand Down Expand Up @@ -44,6 +44,14 @@ To Download: https://github.com/Shendare/EQEmuItemEditor/releases
#Release Notes:


8/14/2015 - Version 1.1.2

* Fixed: The Slots checklist logic has been completely redone. It should no longer be flakey.

* Improved: Clarified the database connection process, which was somewhat obtuse before. There is now a Test Connection button below the database setting fields, and clicking it will result in a confirmation or error message, depending on the results of the connection test. You must test a new or modified connection before performing a search.

* Improved: After performing a search, the Search button will disable itself until you make a change to the search terms or database connection. This will prevent accidental multi-clicks and will let you know if a search was successfully performed and there were simply no matches.

8/11/2015 - Version 1.1.1

* Fixed: Put maximum lengths onto text fields based on the columns in the database, to prevent errors saving when text is too long.
Expand Down
8,834 changes: 4,427 additions & 4,407 deletions formMain.Designer.cs

Large diffs are not rendered by default.

0 comments on commit 0c34801

Please sign in to comment.