Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kauffman committed May 12, 2024
1 parent 0a9611e commit 7823619
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions EQLogParser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
// 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("2.2.16")]
[assembly: AssemblyFileVersion("2.2.16")]
[assembly: AssemblyVersion("2.2.17")]
[assembly: AssemblyFileVersion("2.2.17")]
[assembly: XmlConfigurator(Watch = true)]
[assembly: SupportedOSPlatform("windows10.0")]
10 changes: 9 additions & 1 deletion EQLogParser/data/releasenotes.rtf
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{\rtf1\ansi\ansicpg1252\deff0\nouicompat{\fonttbl{\f0\fnil\fcharset0 Segoe UI;}{\f1\fnil\fcharset2 Symbol;}}
{\*\generator Riched20 10.0.22621}\viewkind4\uc1
\pard\ul\f0\fs20\lang1033 Updates in Version 2.2.16\ulnone\par
\pard\ul\f0\fs20\lang1033 Updates in Version 2.2.17\ulnone\par
\par

\pard
{\pntext\f0 1.\tab}{\*\pn\pnlvlbody\pnf0\pnindent0\pnstart1\pndec{\pntxta.}}
\fi-360\li720 Fix for Log Management trying to archive files that are already compressed. Also made the filename check a little smarter to avoid re-arching files that match the archive format.\par

\pard\par
\ul Updated in Version 2.2.16\ulnone\par
\par

\pard
Expand Down
2 changes: 1 addition & 1 deletion EQLogParser/src/util/FileUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ internal static void SetStartingPosition(FileStream f, double time, long left =
}
}

[GeneratedRegex(@"^eqlog_([a-zA-Z]+)_([a-zA-Z]+).*\.txt", RegexOptions.Singleline)]
[GeneratedRegex(@"^eqlog_([a-zA-Z]+)_([a-zA-Z]+)(?!.*_\d{5}\.txt$).*\.txt$", RegexOptions.Singleline)]
private static partial Regex TheFileNameRegex();
}
}
2 changes: 1 addition & 1 deletion EQLogParserInstall/EQLogParserInstall.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "EQLogParser"
#define MyAppVersion "2.2.16"
#define MyAppVersion "2.2.17"
#define MyAppPublisher "Kizant"
#define MyAppURL "https://github.com/kauffman12/EQLogParser"
#define MyAppExeName "EQLogParser.exe"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Everquest Log Parser for Live/TLP servers with basic support for P99.

Link to DOWNLOAD the latest Installer:</br>
https://github.com/kauffman12/EQLogParser/raw/master/Release/EQLogParser-install-2.2.16.exe
https://github.com/kauffman12/EQLogParser/raw/master/Release/EQLogParser-install-2.2.17.exe

### IMPORTANT --- If after install the Log Search feature crashes and you're missing Syncfusion.Edit.WPF.dll and Syncfusion.GridCommon.WPF.dll from where you installed EQLogParser.. try running the installer again and choosing Repair to fix the problem.

Expand Down
Binary file removed Release/EQLogParser-install-2.2.16.exe
Binary file not shown.

0 comments on commit 7823619

Please sign in to comment.