serviceman/vendor/github.com/UnnoTed/fileb0x/CHANGELOG.md

1.0 KiB

Changelog

All notable changes to this project will be documented in this file.

To update simply run:

go get -u github.com/UnnoTed/fileb0x

2018-04-17

Changed

  • Improved file processing's speed
  • Improved walk speed with godirwalk
  • Fixed updater's progressbar

2018-03-17

Added

  • Added condition to files' template to avoid creating error variable when not required.

2018-03-14

Removed

2018-02-22

Added

  • Avoid rewriting the main b0x file by checking a MD5 hash of the (file's modification time + cfg).
  • Avoid rewriting unchanged files by comparing the Timestamp of the b0x's file and the file's modification time.
  • Config option lcf which when enabled along with spread logs the list of changed files to the console.
  • Message to inform that no file or cfg changes have been detecTed (not an error).

Changed

  • Config option clean to only remove unused b0x files instead of everything.