Tmignore Versions Save

🕔 Exclude development files from Time Machine backups

v1.2.2

3 years ago
  • Improve handling of special characters in file paths (#10, 80a5754)

https://github.com/samuelmeuli/tmignore/compare/v1.2.0...v1.2.1

v1.2.1

4 years ago
  • Disable Hardened Runtime (0dae155fe8981a3f74482be1ff8539afbc7ae616)

https://github.com/samuelmeuli/tmignore/compare/v1.2.0...v1.2.1

v1.2.0

4 years ago
  • Add searchPaths config option (#8, f36c4164fbea40990ad1f14d984d751f6472dfac)

https://github.com/samuelmeuli/tmignore/compare/v1.1.2...v1.2.0

v1.1.2

4 years ago
  • Provide pre-built binary on GitHub Releases page (10d5a4031303c45aa44dbc26b756b4a5865db499)

https://github.com/samuelmeuli/tmignore/compare/v1.1.1...v1.1.2

v1.1.1

4 years ago
  • Update dependencies (11ec7bb93314a1c409f8ed8a4dc4244e3a40a5e9)

https://github.com/samuelmeuli/tmignore/compare/v1.1.0...v1.1.1

v1.1.0

4 years ago

Added:

  • list command for viewing all files/directories that have been excluded by tmignore (#3, a5621e5982c60c195598f4a4d1060904ccd0eb62)

Improved:

  • More user-friendly log output (added colors and removed unimportant information) (88610541f05e7880fe06816f9fe88b17eca42f2f)
  • Faster exclusion of files/directories from backups (5776a60862ad141f85a3d08bfacfe13c87544607)

https://github.com/samuelmeuli/tmignore/compare/v1.0.3...v1.1.0

v1.0.3

4 years ago

Improved:

  • Changed file extension of log files to .log
  • Replaced deprecated functions related to shell commands

https://github.com/samuelmeuli/tmignore/compare/v1.0.2...v1.0.3

v1.0.2

4 years ago

Fixed:

  • Handling of paths with non-ASCII characters

https://github.com/samuelmeuli/tmignore/compare/v1.0.1...v1.0.2

v1.0.1

4 years ago

Fixed:

  • Handling of paths with spaces (8c642dd345741e515eecc96363fd1107ba77f617)

https://github.com/samuelmeuli/tmignore/compare/v1.0.0...v1.0.1

v1.0.0

4 years ago

Added:

  • CLI with multiple commands
  • "reset" command for undoing previously added exclusions
  • Logs from the launchd job are now written to /tmp

Fixed:

  • Script being configured incorrectly if keys are missing in the config.json file

https://github.com/samuelmeuli/tmignore/compare/v0.2.0...v1.0.0