Skip to content

Releases: Unpackerr/unpackerr

v0.14.5

31 Jul 19:42
fbec1c3
Compare
Choose a tag to compare

There are no application code updates in this release. I am creating this release to trigger new code that signs FreeBSD and Arch Linux package files. It was incomplete in the previous release. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1

What's Changed

Full Changelog: v0.14.4...v0.14.5

v0.14.4

31 Jul 18:03
58f6049
Compare
Choose a tag to compare

There are no application code updates in this release. I am creating this release to trigger new cod that signs FreeBSD and Arch Linux package files. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1

What's Changed

Full Changelog: v0.14.3...v0.14.4

v0.14.3

31 Jul 17:27
bfab291
Compare
Choose a tag to compare

There are no application code updates in this release. I am creating this release to trigger the new Arch Linux binary packaging code. This release and future releases will contain a binary zst (pacman) package that can be installed directly. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1

What's Changed

Full Changelog: v0.14.2...v0.14.3

v0.14.2

31 Jul 07:26
Compare
Choose a tag to compare

The aur build on the previous release failed; it worked on this release. See this release for the most recent changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1

v0.14.1

31 Jul 07:17
365c056
Compare
Choose a tag to compare

Changes

This releases fixes a bug that causes an application crash in some environments. Home directory expansion ~ now works in all configurable paths. There was also a lot of code cleanup.

Additionally the example configuration file is no longer hand maintained, but generated. This is also true for the configuration documentation website and the example docker compose file.

This release also triggers the first automatic package upload to https://aur.archlinux.org. 🤞

Auto Generated Notes

Full Changelog: v0.14.0...v0.14.1

Version 14 in 6 years

10 Jul 06:30
69961eb
Compare
Choose a tag to compare

Generator

Check out the new config file generator Notifiarr hosts:

Changes

Folder watcher

  • Adds support for more compression formats (see golift/xtractr#46)
  • Improvements to bare-archive in watched folder extraction.
  • Folder poller can now be disabled on Docker by setting interval to less than 5ms.
  • More debug logging; other logging improvements.
  • Failed folder extractions are now retried.
  • Bare non-archive files are no longer tracked; including the unpackerr log file(s).

Starr apps

  • Polls all configured apps at once in parallel instead of sequentially.
  • Logging improvements.
  • Misconfigured instances no longer stop the app from starting.
  • Extract check interval now uses start delay instead of poll interval.

Other

  • Many logging improvements.
  • Misconfigured command or web hooks will no longer stop the app from starting.
  • Supports filepath: notation in all string configuration parameters.
  • Fixes the log file viewer menu on macOS/Windows.
  • Updates go dependencies and gh actions.
  • Lots of code cleanup and more linters.
  • Updates macOS signing app to new version of gon.

Auto Generated Notes

New Contributors

Full Changelog: v0.13.1...v0.14.0

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.