Releases: RNoeldner/CSVQuickViewer
Releases · RNoeldner/CSVQuickViewer
V1.7.0.564
- Added option to edit a long text in separate window; this edit windows will pretty print Json and XML and render HTML
- The external edit window / button is triggered by long text in this column; how long they need to be is configurable.
- During detection of header now has full delimited parsing, delimiter in quoted columns do not mess up detection any more,
- Fixed some cases with Font Size not being passed on dues to handled not being created in time.
- Improved quick filter for records with errors / warnings
- Rewritten Search Functionality, its still slow but using less memory
Full changelog: V1.6.29.560...V1.7.0.564
V1.6.29.560
- Added support for setting configuration for write: Allowing you to change the quoting the delimiter or the encoding before writing, before the stetting's of the source file where used.
- Added ToolTip and better explanations
- .NET 7 version was not showing the logs and the source code correctly. The .NET 5 version of FastColoredTextBox was not working well under .NET 7. Using the version for .NET 4.72 did fix the display
- Refactoring of code to make application be faster (using In keyword where appropriate) and to show correctly in VS designer
- Removing some internally used properties that are not needed
Full changelog: V1.6.28.556...V1.6.29.560
V1.6.28.556
- Upgrading to latest version of FastColoredTextBox, depending on Target Framework there are different versions now.
- Not supporting decompressed stream in FastColorTextBox anymore. Instead relying on the component to open the file on its own. Downside is that compressed files (Gzip, Defalte, Zip) cannot be viewed as source; they will still open without issues in main application.
- Added Automated creation of Portable ZIP to easy the release.
- As virustotal still claims to find threats in the setup of .Net6 and .Net481 I have removed this installation for these frameworks.
Feel free to compile it on your machine for any other .NET version
Full Changelog: V1.6.28.555...V1.6.28.556
V1.6.28.555
- If not all records are loaded, buttons are disabled to avoid confusion.
- Fixed issue in setting of duration limit for setting value
- Support of magic word for delimiter in the beginning of the file (Sep=)
- Rebuild FastColoredTextBox.dll as it was reported as infected. 1 of the 61 virustools reports an issue Virustotal on Installer for .Net 4.72 or Virustotal on Portable for .Net 7 depending on zip or installer different providers find an issue or deem it safe. Any further discussion on malware accusation is pointless. I want to thank Pavel Torgashov for providing the component, I would not want to live without the component it.
Full Changelog: V1.6.27.554...V1.6.28.555
V1.6.27.554
- If type detection settings are changed, it's made sure the type detection is rerun so the changes are visible.
Delimiter Quoting etc. will not be redone. - Fixing issues in Data Grid View sometimes showing the wrong column format.
- When a new application setting is stored and there are more than 10 backups, any backup older than 8 hours will be removed.
- HtmlStyle Serialization style is not stored if its not changed making settings much smaller. (there is no UI to change it yet though)
- Refactored HtmlStyle now more static, thus avoiding the class being passed on to methods.
Full Changelog: V1.6.27.552...V1.6.27.554
V1.6.27.552
- Better Delimiter Recognition
- Storing the folder of the last file, opening a new file starts in the last directory
- Added support and installer for .Net 7
- Improvement for Font Selection
- Upgrade of user NUGet Packages
- Added Binding Redirect to avoid version issues
- Added installer for .Net 4.81
- Refactoring libraries for more efficient code
Full Changelog: V1.6.27.551...V1.6.27.552
V1.6.27.551
V1.6.27.550
v1.6.26.547
V1.6.25.537
- Fixed issue with finding the right quotes
- Fixed issue with Line Number not showing
- Refactoring some classes in Library
Added Version for .NET 6.0 (did not notice any performance gain though)
Four different way to install the application.
- CSVQuickViewer.exe: The executable with all referenced libraries included in the executable (does not need to be installed).
- CSVQuickViewerSetup.msi: Setup file that does install the above executable into the users AppData folder.
- NotCombined.Zip is Zip file with executable separate from the used libraries. Intend is to avoid malware protection to be confused by including of the dll's inside the executable that was reported by some users. This can be deployed in any folder and should work the same way as the combined executable from 1.
- CSVQuickViewer_NET60.Zip is Zip file with executable separate from the used libraries compiled for .NET 6.0.
Full Changelog: V1.6.24.531...V1.6.25.537