Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Releases: alpenstorm/LogSearcher

v.0.3.0

Choose a tag to compare

@alpenstorm alpenstorm released this 13 Feb 15:16

Full Changelog: v.0.2.0...v.0.3.0

added more functionality to the local searcher, like indexing files, opening them in a file editor (notepad, vim/neovim, vs code), stripping white space in a file, etc...

also, as of this version, the GUI version of the searcher has been discontinued. the web searching version has not been updated with the extended functionality of the local searcher and will soon be discontinued - it is easier to just download the log file from a server or copy and paste the text.

v.0.2.0

Choose a tag to compare

@alpenstorm alpenstorm released this 15 Nov 20:49

this update adds a version of LogSearcher with GUI
you can download the -gui version or the -cmd (command line) versions. the LogSearcher-0.2.0.zip contains both versions

What's Changed

Full Changelog: v.0.1.2....v.0.2.0

v.0.1.2

Choose a tag to compare

@alpenstorm alpenstorm released this 10 Nov 16:23

updated the "AT LINE:" message to look cleaner

v.0.0.1

Choose a tag to compare

@alpenstorm alpenstorm released this 22 Aug 08:27

Initial Release

v.0.1.1

Choose a tag to compare

@alpenstorm alpenstorm released this 06 Nov 15:19

fixed UnicodeDecodeError by changing default encoding to utf-8. this only applies to local files.

Full Changelog: v.0.1.0...v.0.1.1

v.0.1.0

Choose a tag to compare

@alpenstorm alpenstorm released this 08 Sep 17:54
2f009d8

updated the README.
updated the searchers to be able to create a folder instead of getting a traceback on file creation.
updated the launcher to print an error message if the searchers are not found.

v.0.0.3

Choose a tag to compare

@alpenstorm alpenstorm released this 29 Aug 11:32

this release adds automatic writing to files (optional) and a launcher that you can use by running "launcher.py"

v.0.0.2

Choose a tag to compare

@alpenstorm alpenstorm released this 28 Aug 12:56

Added Remote Searching
download local version to be able to run local searches out of the box
download remote version to be able to run remote searches out of the box

either version can be configured in the code