Skip to content

Releases: AmericanEnglish/PSO2ChatParser

Enhanced Date Filtering

02 Dec 20:27
Compare
Choose a tag to compare
Pre-release

Originally using the date feature caused it to a lot of date based comparisons. However since it is expected that a log should cover one day this was too much.

Please note logs DO NOT COVER ONE DAY. They in fact span as long as they have to so long as your don't turn off the client. This may have changed... However this enhancement should allow a user to quickly search a week or a month even a year without having to search every file to see if just one line from that log was within the time frame.

Fixed a Crash Error

24 Nov 04:53
Compare
Choose a tag to compare
Fixed a Crash Error Pre-release
Pre-release

If you wanted too long after finishing a search to search again. The program would crash. This is because it attempted to check QThread->isRunning() but the crash was that QThread *thing == nullptr so it crashed when unable to use the method.

Added AND and OR matching

24 Nov 00:05
Compare
Choose a tag to compare
Pre-release

This means you now search as such:
Keywords: amelia love

Absolute AND:
=>I love amelia

Absolute OR:
=> I love
=> I amelia
=> I love amelia

Relative OR:
=> I loved amelia
=> I loved amelias

Relative AND:
=> I loved amelias
=> I love amelia

Added a Total Matches Label

23 Nov 13:51
Compare
Choose a tag to compare
Pre-release

Added a total matches label.

Ctrl+C Functionality and Files Searched Progress Bar

23 Nov 13:07
Compare
Choose a tag to compare

Added the ability to highlight rows on the Reader QTableView and then copy them in a formatted fashion to your clipboard for easy pasting.

Also added the progress that was mentioned in the earlier release. The progress bar displays filesSearched/totalFiles

Regex Implementation

23 Nov 09:38
Compare
Choose a tag to compare
Regex Implementation Pre-release
Pre-release

I've converted all of my custom string comparing methods to plain old regular expression. This should results in faster, safer, and more consistent string comparisons. However OpenMP causes massive crashes to happen so it has been disabled in favor of dynamic updating of the Reader window. This means you can view logs which passed the test while it searches other logs. This should help smooth over the user experience when it comes to long search times. Ideally there will be another update with a cool progress bar letting you know when searching has "completed". This might be done today... or tomorrow... maybe never.

v1.0.1-beta

21 Jun 04:52
Compare
Choose a tag to compare
v1.0.1-beta Pre-release
Pre-release

Now no longer crashes when your search returns nothing. Provides a clever popup. Also should ONLY accept files of the proper format!

The first release of working software

20 Jun 23:19
Compare
Choose a tag to compare
Pre-release

These are the binaries to the fully, albeit crash heavy, functioning PSO2ChatParser. The program still has a lot of kinks that I'm going to be working out. I'll probably post more binaries as time goes on but for now this one works! Just don't do any fieldless searches. That breaks it for some reason.