Releases: variar/klogg
Releases · variar/klogg
Bugfix release
Improve encoding support
Allow to override auto-detected encoding in multibyte cases.
Add online installer with auto update feature (based on qt installer framework).
Multibyte unicode
- Merged with upstream v1.1.1
- Add support for multibyte utf variants (UTF-16/32|LE/BE)
Cross-platform external com
Implement external communication using QLocalServer\QLocalSocket\QSharedMemory.
Convert path to file passed from command line to QString using correct encoding.
Fix search limits
Fix search limits handling
Limit search
Add ability to limit search to a certain portion of file (useful performance when analyzing last 100Мб of several Gb logs).
QRegularExpression
- Switch to faster QRegularExpression available in Qt5.
- Use native file watching once again (but with Qt threads and mutex)
- Allow for case insensitive filters aka highlighters
Save the selection
Добавлено сохренение текущей выделенной строки при изменениях параметров поиске или при переключении режима отображения окна с результатами поиска. Если в новые результаты поиска строка с прежним номером не попадает, то будет выбрана первая строка с большим номером.
v.1.1.0 aplha 1
Changes from 1.0.3
- UTF8 encoding support in files
- File paths with non-latin symbols
- Portable version
- Settings to disable load of last session