Releases: alpenstorm/LogSearcher
Release list
v.0.3.0
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
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
- merged dev to main by @alpenstorm in #1
Full Changelog: v.0.1.2....v.0.2.0
v.0.1.2
updated the "AT LINE:" message to look cleaner
v.0.0.1
v.0.1.1
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
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
this release adds automatic writing to files (optional) and a launcher that you can use by running "launcher.py"
v.0.0.2
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