This release composes a full refactoring of the codebase.
- The extraction code was moved into a dedicated library.
- All mutex locks removed.
- Most go routines removed.
- Mutex synchronization moved into a single-threaded model using channels for callbacks from the extraction code.
- Improved timers.
- Log timer moved out of cleaner timer.
- Cleaner timer reduced to 15s (from 1 minute).
- App queues are now checked immediately after polling.
- The app responds faster.
- Ready-to-decompress items are now found and queued immediately after start-up.
- Improved Logging.
- You no longer need debug to figure out what's happening.