Releases: zarunbal/LogExpert
Pre Release with .net 8
This is a pre-release for a .net 8 Version, please be aware that there might be exception.
Thanks to all of the contributions and a happy new year 2025 :)
What's Changed
- Release 1.9.0 by @Hirogen in #239
- High dpi filter correction by @Hirogen in #249
- Choco package enhancement by @Matze693 in #257
- Testversion add by @Hirogen in #258
- Issues/issue 245 multi instance warning by @Hirogen in #262
- Bump NuGet.CommandLine from 6.0.0 to 6.2.2 in /build by @dependabot in #270
- copy to clipboard: always add line number by @pentop in #277
- Replace lumenworks with csvhelper by @Hirogen in #279
- Added code to the RegexColumnizer to avoid null columns & the resulting NullPointer exceptions by @kniveg in #276
- Replaced chilkat proprietary dll with open source ssh.net by @Hirogen in #280
- .Net 8 - Build script fix by @RandallFlagg in #300
- High DPI for .Net 8 by @TheNicker in #301
New Contributors
- @pentop made their first contribution in #277
- @kniveg made their first contribution in #276
- @RandallFlagg made their first contribution in #300
- @TheNicker made their first contribution in #301
Full Changelog: v1.9.0.High.DPI...v.1.10.0_dot_net_8
Testrelease v1.9.1.9001 for the Dark Theme
What's Changed
- Fixing multiple GUI-Location Errors
- Fixed Unitest not working (this is for the CI)
- Fix anchor on dropdown box by @jrouzies-fr in #255 (fixes issue: #254)
Full Changelog: v1.9.0.Dark.Theme...v.1.9.1.9001_DarkTheme
Discord Server
We now have a Discord-Server, where you can ask questions, talk about issues and future developments π
https://discord.gg/SjxkuckRe9
Test-Release Dark Theme
Dark Theme is available to test:
What's Changed
- Everything from Version 1.9.0
- Dark theme by @jrouzies-fr in #252
New Contributors
- @jrouzies-fr made their first contribution in #252
Edit: Setup is now correct!
Full Changelog: v1.8.8.RC1...v1.9.0.Dark.Theme
Test-Release High DPI Version
This is the first Test Version for HIGH-DPI Features. Depending on your DPI Settings the GUI should now look "bigger".
Tested on a 4k Display
Known Issues
TabHeader texts are very small
Filterdialog (F4) is sometimes cropped
What's Changed
Full Changelog: v1.8.8.RC1...v1.9.0.High.DPI
Release Version 1.9.0
Version 1.9.0
IMPORTANT NOTE
Starting with this version: all the Settings are saved and loaded as JSON File (inlcuding portable mode). If you need your settings to be converted to JSON, start the re-release of version 1.8.7 (https://github.com/zarunbal/LogExpert/releases/tag/v1.8.7-json-options) and save your settings at least once!
Plugin / Columnizer Settings are no part of this change
What's Changed
- Column context menu was not working by @joostaarts in #168
- Allow resize and add autosize to the filter box (close #177) by @natenho in #193
- Import new highlight settings (instead of replace) (close #179) by @natenho in #194
- Fix file order selection when using multi-file because it is not guaranteed by OS by @natenho in #192
- Prevent ArgumentOutOfRangeException when navigating through Multifiles (close #202) by @hakanostrom in #203
- Check for an empty dir variable added by @budul100 in #189
- Filterwindow: Missing horizontal scrollbar by @Hirogen in #212
- german translation, renamed a file error in name by @Hirogen in #214
- Json options read and write by @Hirogen in #223
- Highlight import no json selectable by @Hirogen in #225
- Consistent encoding by @Hirogen in #227
- Add PortableMode for Session Files by @Hirogen in #234
- Plugin config for portable mode by @Hirogen in #235
First iteration of Memory Leak Bugfixes
Updated Nuget Packages and Setup
- updated the nuget packages to use newer versions by @Hirogen in #216
- update Innosetup with correct folders by @Hirogen in #217
- Update NuGet.CommandLine from 5.2.0 to 5.2.1 in /build by @dependabot in #220
- Updated Setup, to uninstall correctly and to include Newtonsoft dll
- Setup must not include SftpFileSystem Plugin dlls (partial fix for #243) #244
Removed Unused DLLs
And More
New Contributors
- @joostaarts made their first contribution in #168
- @natenho made their first contribution in #193
- @hakanostrom made their first contribution in #203
- @budul100 made their first contribution in #189
- @dependabot made their first contribution in #220
Full Changelog: v1.8.7...v1.9.0
Re-Release 1.8.7
This is a release of Version 1.8.7
- Settings are also saved as json file, this has been added to combat Issue [#219]
starting with 1.8.8 / 1.8.9, the binary format for the settings will be ignored and the settings will only be read and saved as json!
Full Changelog: v1.8.7...v1.8.7-json-options
1.8.8 Release Canditate 1 (CI Version 1.8.347)
If no further bugs are reported, this will be merged to the main branche and released
Changes
- Update InnoSetup with correct folders
- update nuget packages to use up to date ones
- minor code cleanups
Bugfixes
- Horizontal scrollingbar was missing in the filter-view
Thanks to the contributors!
Infos
It might be necessary to unblock the Executables / Dlls to get everything working, especially Plugins (see #206, #55, #13, #8).
What's Changed
- Filterwindow: Missing horizontal scrollbar by @Hirogen in #212
- Cleanups, removing this., OnEventName, and more by @Hirogen in #213
- german translation, renamed a file error in name by @Hirogen in #214
- merge latest changes to development! by @Hirogen in #215
- updated the nuget packages to use newer versions by @Hirogen in #216
- update Innosetup with correct folders by @Hirogen in #217
Full Changelog: 1.8.8-preRelease...v1.8.8.RC1
PreRelease - 1.8.8 (CI Version 1.8.329)
This is a Pre-Release
Changes
- #177 Allow resize and add auto-size to the filter box
- #179 Import new highlight settings (instead of replace)
Bugfixes
- #203 prevent ArgumentOutOfRangeException when navigating through multi-files
- #192 fix file order selection when using multi-file because it is not guaranteed by OS
- #189 session save directory check for empty dir has been added
Contributors for this Release
Thanks to the contributors!
Infos
It might be necessary to unblock the Executables / Dlls to get everything working, especially Plugins (see #206, #55, #13, #8).
1.8.7
1.8.5
Changes
- Now Regex columnizer can be renamed and are displayed initialy as Regex1-9. For more information see #148
- Auto pick of columnizer can now be disabled
Bugfixes
- Selected RegEx columnizer not respected when reloading file #83
- Settings > Columnizer selection #149
- Set columnizer to "Default (single line)" by default? #128
Contributors
Thanks to the contributors!
Infos
It might be necessary to unblock the Executables / Dlls to get everything working, especially Plugins (see #55, #13, #8).