Skip to content

Releases: gyk4j/wreck-net

v1.0.0-alpha

13 Aug 05:00
200d07d
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

First alpha release.

What's Changed

  • Add Wiki docs folder by @gyk4j in #1
  • Add path walking/traversal from command line parameters. by @gyk4j in #2
  • Add file walking GUI by @gyk4j in #3
  • Add correctors by @gyk4j in #4
  • Change DateTime metadata extraction to use out parameters by @gyk4j in #5
  • Add Wreck.Logging and Wreck.Corrector namespace by @gyk4j in #6
  • Fix file handling with Read-Only attribute set by @gyk4j in #7
  • Refactored logging by shifting common time update condition checks by @gyk4j in #8
  • Create dotnet-desktop.yml by @gyk4j in #9
  • Update dotnet-desktop.yml by @gyk4j in #10
  • Update README.md by @gyk4j in #11
  • Fix path in dotnet-desktop.yml by @gyk4j in #12
  • Update to Windows path slashes by @gyk4j in #13
  • Update dotnet-desktop.yml by @gyk4j in #14
  • Update dotnet-desktop.yml by @gyk4j in #15
  • Update dotnet-desktop.yml by @gyk4j in #16
  • Update dotnet-desktop.yml by @gyk4j in #18
  • Fix PowerShell command by @gyk4j in #20
  • Update dotnet-desktop.yml by @gyk4j in #21
  • Add explanation for CI build failures by @gyk4j in #22
  • Tested setting time attributes to a fixed test date time by @gyk4j in #23
  • Move logging value formatter helper to common shared location by @gyk4j in #24
  • Add MediaInfo by @gyk4j in #25
  • Add ExifTool by @gyk4j in #26
  • Add MS Excel test case by @gyk4j in #27
  • Add 7-Zip by @gyk4j in #28
  • Add Exif Tool Parser by @gyk4j in #29
  • Add and move test codes to a separate file by @gyk4j in #30
  • Add 7-Zip support update. by @gyk4j in #31
  • Integrate ExifTool and MediaInfo for metadata extraction by @gyk4j in #32
  • Integrate 7zip for extracting datetime from archives and disk images by @gyk4j in #33
  • Update SevenZipSharp with unembedded 7z.dll version by @gyk4j in #34
  • Test out GitHub Actions fix by @gyk4j in #35
  • Specify a MSBuild.exe that supposedly should build .NET 3.5 projects by @gyk4j in #36
  • Fix CI workspace solution path by @gyk4j in #37
  • Add log4net logging by @gyk4j in #38
  • Rename GitHub Actions CI Workflow by @gyk4j in #39
  • Disable CI workflow on push and pull request by @gyk4j in #40
  • Fixed log4net appender to IDE debug window by @gyk4j in #41
  • Add background worker thread and log4net logging by @gyk4j in #42
  • Change ThreadStart to BackgroundWorker by @gyk4j in #43
  • Fixed BackgroundWorker updating TreeView by @gyk4j in #44
  • Add TreeView icons by @gyk4j in #45
  • Show current file and directory name in status bar while running by @gyk4j in #46
  • Change ImageList and resource loading with split layout by @gyk4j in #47
  • Rename Icon enum name clash and cleanup unused codes by @gyk4j in #48
  • Add app state (idle, running) indicator icon and button state management by @gyk4j in #49
  • Update CI to install .NET Framework 3.5 on Windows 2019 by @gyk4j in #50
  • Update CI to run MSBuild on Wreck.sln by @gyk4j in #51
  • Add missing 7z.dll dependency by @gyk4j in #52
  • Fix CI upload-artifact build output paths by @gyk4j in #53
  • Add build output path fixes w/o GITHUB_WORKSPACE by @gyk4j in #54
  • Remove 7z.dll dependency by @gyk4j in #55
  • Add checks for missing 3rd party tools' DLL and EXE dependencies by @gyk4j in #56
  • Delete 3rd party dependencies by @gyk4j in #57
  • Add MediaInfo loading and ExifTool date format check by @gyk4j in #58
  • Update README with screenshots and new description by @gyk4j in #59
  • Reordered Netfx3 step and flatten build output by @gyk4j in #60
  • Fix flatten build by @gyk4j in #61
  • Flatten artifact by @gyk4j in #62
  • Flatten build using temp dir by @gyk4j in #63
  • Try build file caching for .NET Framework 3.5 by @gyk4j in #64
  • Add build caching of .NET Framework 3.5 by @gyk4j in #65
  • Add Wreck.Time, Wreck.IO and Wreck.Resources namespace classes ported… by @gyk4j in #66
  • Reactivate GitHub Actions build on git push and pull by @gyk4j in #67
  • Add Wreck.IO.Reader namespace core files by @gyk4j in #68
  • Add ExifToolReader by @gyk4j in #69
  • Add MediaInfoReader by @gyk4j in #70
  • Add SevenZipReader with PasswordProvider by @gyk4j in #71
  • Fix App.config configSections element order - must be first element by @gyk4j in #72
  • Add ReaderFactory and MetadataBuilder by @gyk4j in #73
  • Add PathReader, Task, WriterFactory and SourceEnum by @gyk4j in #74
  • Add FileSystemReader by @gyk4j in #75
  • Fix method name Pascal-casing, and add virtual and override by @gyk4j in #76
  • Add BasicFileAttributesWriter by @gyk4j in #77
  • Add AnalyzeWriter by @gyk4j in #78
  • Add logging and statistics counting-related files by @gyk4j in #79
  • Enable StatisticsCollector by @gyk4j in #80
  • Add more logging files by @gyk4j in #81
  • Add AnalyzeTask and MetadataBuilder by @gyk4j in #82
  • Fix missing path walking callback method implementations by @gyk4j in #83
  • Add CorrectTask by @gyk4j in #84
  • Add PreviewService and ProgressWorker by @gyk4j in #85
  • Add JShim project and PreviewService by @gyk4j in #86
  • Fix FileVisitor generic type constraints by @gyk4j in #87
  • Remove generics type constraints by @gyk4j in #88
  • Add FileVisitResult traversal support by @gyk4j in #89
  • Add SimpleFileVisitor by @gyk4j in #90
  • Update EchoFileVisitor by @gyk4j in #91
  • Add Path, FileSystem and FileStore stub by @gyk4j in #92
  • Add Controller (CLI, GUI) stub by @gyk4j in #93
  • Add more sun.io.fs stubs by @gyk4j in #94
  • Add FileSystem GetPath implementation by @gyk4j in #95
  • Add GetRootDirectories and GetSeparator by @gyk4j in #96
  • Add WindowsFileStore (untested) implementation by @gyk4j in #97
  • Add ExifTool's Dispose call when closing window for proper cleanup by @gyk4j in #98
  • Remove unused ExifToolParser destructor by @gyk4j in #99
  • Replace explicit Dispose() call during Form Closing with using block by @gyk4j in #100
  • Fix GUI update crashes in BackgroundWorker thread by @gyk4j in #101
  • Remove unnecessary folders by @gyk4j in #102
  • Set window title on start by @gyk4j in #103
  • Fix GUI updating from BackgroundWorker thread by @gyk4j in #104
  • Move BackgroundW...
Read more