0.7.0 (02/02/2013) -- ALPHA 1. Initial Release 0.7.1 (02/03/2013) -- ALPHA 1. NEW: Implemented Command Line Examples generator. 2. Fixed: Tray Icon Ingest and Cancel Ingest Context Menu items work now. 3. Changed: Back end improvements for Playlist Source Type (not yet implemented) 4. Fixed: Source and New Filename browse buttons properly remember the last-used directories. 5. Fixed: Minor improvements to the defaults setting system. 0.7.2 (02/04/2013) -- ALPHA 1. NEW: Implemented Logging extensions (enables Log rotation and purging). 2. NEW: Implemented Playlist Source type. Source can now be either a single file, or a Playlist of files in MC (for batch processing outside of MCAutoQueue). 3. Fixed: Row counter column on Ingest Progress dialog was not working properly. 4. Fixed: Improved performance of loading the Ingest Progress dialog. 5. NEW: With Source Type set to Playlist, the Source and New Comboboxes pre-fill with a list of all of the available Playlists in MC. 6. Fixed: Logging errors in Standard Replace mode. 0.7.3 (Not Released to Public) -- ALPHA 1. Fixed: Exit codes properly handled. 2. NEW: Command Line Option added for Show Progress Styles (showprogress=). Set to Always, IfErrorsOccur, or Never to alter this setting for just one run. 3. Fixed: Logging on exit works properly. 0.8.0 (06/05/2013) -- BETA 1. Changed: Refactored Logging and Options system to use new modular approach. 2. Fixed: Logging improved during program execution (more information included in the log, reformatted, etc). 3. Fixed: Options weren't saving when Ingestion was run. 0.8.1 (06/06/2013) -- BETA 1. Changed: Improved logging and error handling system. 0.8.2 (06/24/2013) -- BETA 1. Changed: Implemented new modular Ingester Mode panel system (dramatically simpler and unified code with other Processors). 2. Fixed: Ingester no longer starts up MC at launch-time (makes launching quicker). MC connection happens on demand when running Ingester. 3. Fixed: Minor tweaks to logging and error handling system. 4. Changed: Implemented new modular Ingester Sources panel system 5. Fixed: Ingester StackSwap and UsingMCFields Panels now self-documented properly 6. Fixed: Source Comboboxes now build history lists properly when in Single-File mode (not persistent through runs) 7. Fixed: Source Error reporting improved. 8. Fixed: Help Button now opens the relevant documentation post from the MCAutoQueue Interact Thread (until I finish building my own page) 9. Fixed: User settings now persist even when new builds are installed. 0.8.3 (6/27/2013) -- BETA 1. Fixed: Logging was mostly broken in the last build (it didn't log output from the MC wrappers correctly). 0.8.4 (7/5/2013) -- BETA 1. Changed: Log file now saved in the current user's AppData directory. 0.9.0 (07/31/2013) -- BETA 1. Changed: Uses modular Global Options system. Shares code and controls with other applications for more unified usage model. 2. Changed: Minor improvements to the Logging system. 0.9.1 (08/04/2013) -- BETA 1. Fixed: Command line errors were not being handled properly. 0.9.2 (01/11/2014) -- BETA 1. Fixed: Replace Type ingesters were retaining some metadata from the new file. Clones the metadata from the source file to the new file first, before replacing. 2. Fixed: Stack with Source Type ingesters were unintentionally cloning some metadata from whatever file was set as the Stack Top. 3. Fixed: Additional error checking in background threads. 0.9.3 (01/30/2014) -- BETA 1. Fixed: StackSwap mode replacements weren't cloning all metadata properly. 2. Fixed: StackSwap mode replacements weren't properly removing the original database entry, unless Delete Source was enabled. 3. Fixed: The UI could get confused depending on the order in which different options were enabled or disabled. 4. Fixed: Ingest progress dialog sometimes didn't fill the list properly when opened. 5. Changed: Ingest progrees dialog file table now scrolls to keep the currently processing item centered in the visible part of the table. 6. Fixed: Ingest progress dialog row header labels (the list number) was aligned oddly with two and three digit numbers. 0.9.4 (02/08/2014) -- BETA 1. Fixed: AutoExit caused an unhandled exception error message. 2. NEW: CopyMetadataUserExceptFields configuration setting allows the user to provide list of fields that are always skipped when copying metadata. 0.9.5 (02/09/2014) -- BETA 1. Changed: CopyMetadataUserExceptFields system replaced with IngesterExceptionFields.xml configuration file so that this setting is unified across different Ingesters. 2. Changed: Added additional fields to stock metadata clone exception list. 0.9.9 (05/26/2014) -- BETA 1. Changed: Updates to shared components. 0.9.11 (03/31/2021) -- Unreleased 1. Fixed: Command Line Options and Saved Application Settings were conflicting causing Source Types to work incorrectly. 2. New: --file Command Line Option for specifying Source Type: File. 3. Fixed: Ingester could be loaded with invalid settings, and errors were not reported. 4. New: Default Settings can be saved manually with the Save current settings as new defaults control. 5. New: Prompt to save new settings when they've been modified can be turned off permanently. 6. Fixed: Application non-responsive and slow to load when called with command line options. 7. Changed: Ingester validation and configuration error reporting overhauled. 8. New: Ingester Status is displayed on the main form. 9. New: Ingester "busy" spinner when the Ingester is loading. 10. New: Ingester source loading is deferred until the ingester is ready to run. MC isn't loaded until required. 11. New: Orphaned JRSidecar files for deleted files are also automatically deleted. 12. Fixed: Various performance improvements. 0.9.12 (04/23/2021) -- BETA 1. Fixed: AutoRun and RunMinimized weren't working. 2. Fixed: Ingester dialog flashed briefly on-screen even when auto-running and set to run minimized. 3. Fixed: Ingester validation was re-running when not needed before loading the ingester. 4. Changed: Command line errors now cause a fatal error instead of attempting to continue. 5. Changed: Many logging improvements.