Skip to content

Releases: Unpackerr/unpackerr

One too 1

21 Jan 22:45
d4dd87a
Compare
Choose a tag to compare
  • Adds semver support to GHCR image tags.
  • Fixes bugs with missing and invalid env variables in command hooks.
  • See v0.13.0 for other recent changes (released 3 days prior to this release).

Falderlez

18 Jan 19:58
Compare
Choose a tag to compare

What's New

  • Several minor bug fixes.
  • Dependency and module updates.
  • Better about removing empty folders.
  • Folder watcher can have recursion disabled.
  • Can now fire hooks for folder items that did not get extracted. (by @Warfront1)
  • Improved logging.
  • Homebrew builds removed.
  • Builds a docker image for GHCR now.
  • Improved logging for folder watcher.
  • Error output is configurable now.
  • Archives may now be extracted even if they're not in a folder.

Merged Pull Requests

New Contributors

Full Changelog: v0.12.0...v0.13.0

Metrics

30 Jul 05:07
0af73dc
Compare
Choose a tag to compare

This release adds an optional web server and Prometheus metric output. The app now also writes a config file when running in Docker with a /config mount.

What's Changed

New Contributors

Full Changelog: v0.11.2...v0.12.0

Acharia Stimulea

30 Apr 04:52
d9023a4
Compare
Choose a tag to compare
  • Bug fixes.
  • Library and security updates.
  • Changes to environment variables on command hooks. See the readme for update example.

Dr. King

16 Jan 07:12
ae4da18
Compare
Choose a tag to compare

What's New

  • Adds ISO file extraction support to the folder watcher.
  • Adds support for 'waiting' for syncthing when tmp fils are present.
  • Fixes a couple startup crashes under specific circumstances.
  • Moves entire build system to GItHub Actions + Docker Cloud. Removes Travis-CI.
  • MacOS DMG and app files are now signed and notarized.
  • Various bug fixes.
  • Adds [[whisparr]] support.

Generated Changelog

New Contributors

Full Changelog: v0.10.1...v0.11.1

Independence

05 Jul 08:28
c98bf33
Compare
Choose a tag to compare

This fixes a few minor bugs and an intermittent crash. Adds a new config flag to reduce logging. Fixes the default interval when it's not set; it was getting set to 15s, and is now 1m.

Features and Fixes

09 May 08:34
504b2d0
Compare
Choose a tag to compare

This release:

  • Fixes a bug with how folders are extracted (not Starr apps), and items can now be extracted into a folder without a suffix.
  • Homebrew should be fixed. The Mac app is now universal for M1 and Intel.
  • Fixes the telegram web hook template.
  • Adds a gotify template for webhooks.
  • Allows passing in a password in {brackets} from a folder name. Starr apps already supported this.
  • Allows passing in a list of passwords for RAR archive extractions.
  • Adds an Arch Linux aur package.

Unpackerr is now four years old!

Small Improvements

17 Dec 02:58
afaf4c6
Compare
Choose a tag to compare
  • This release adds a feature to turn off extraction logs for folders (not Starr apps).
  • Also added is a new Command Hook feature.
    This allows running an application or script during various points of the extraction process.
  • Provides Webhook support for pushover.net, and discordapp.com.

Other changes:

Synchronizing Webhooks and Command hooks with a channel, so you can run them in order, or perhaps in the future, allow higher concurrency.
Channelized polling starr apps, so concurrency can poll up to all four at once, or only 1 at a time. This basically makes it use less CPU (at once) when concurrency is 1. EDIT: to be more clear, this has nothing to do with extraction CPU, just spreading it out when polling starr apps.

Bug Fixes

09 Sep 20:06
41b9e75
Compare
Choose a tag to compare

This fixes a couple bugs where the app was having difficulty finding and identifying some archives (generally based their name). It also fixes a bug where a missing or unknown timezone caused an application panic.

Non-Critical Bug Fixes

14 Jun 05:43
68004b0
Compare
Choose a tag to compare

The previous two releases contain a bug that causes the application to crash when Radarr or Sonarr are not available on the first request. Also fixes a bug that prevented the crash stack trace (panic message) from being written to the log file.