Skip to content

Releases: RNoeldner/CSVQuickViewer

V1.7.0.564

16 Dec 16:24
Compare
Choose a tag to compare
  • 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

Download CSV Quick Viewer

V1.6.29.560

11 Dec 13:50
Compare
Choose a tag to compare
  • 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

Download CSV Quick Viewer

V1.6.28.556

03 Dec 13:57
Compare
Choose a tag to compare
  • 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

Download CSV Quick Viewer

V1.6.28.555

01 Dec 11:11
Compare
Choose a tag to compare
  • 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

Download CSV Quick Viewer

V1.6.27.554

30 Nov 20:57
Compare
Choose a tag to compare
  • 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

Download CSV Quick Viewer

V1.6.27.552

29 Nov 17:14
Compare
Choose a tag to compare
  • 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

Download CSV Quick Viewer

V1.6.27.551

24 Nov 11:53
Compare
Choose a tag to compare
  • Fixed an issue where filters on numbers and dates where not working as intended if the users settings did not match english settings.
  • Fixed an issue with checking and unchecking options in the filter did not re-filter the data.

Download CSV Quick Viewer

V1.6.27.550

24 Nov 09:26
Compare
Choose a tag to compare
  • Added configurable font
  • As the app is opened without file, it does not automatically ask for a file, but shows the regular UI
  • If no file is shown buttons are disabled

Download CSV Quick Viewer

v1.6.26.547

09 Nov 17:10
Compare
Choose a tag to compare
  • Removed Costura.Fody
  • Improvement of speed in case data is loaded in two steps
  • Using more immutable classes
  • Better Unit Tests

Download CSV Quick Viewer

V1.6.25.537

13 Jul 08:12
Compare
Choose a tag to compare
  • 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.

  1. CSVQuickViewer.exe: The executable with all referenced libraries included in the executable (does not need to be installed).
  2. CSVQuickViewerSetup.msi: Setup file that does install the above executable into the users AppData folder.
  3. 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.
  4. 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

Download CSV Quick Viewer