Skip to content

Releases: fstrube/frak

Fixes diff issues on Linux

23 Mar 17:38
Compare
Choose a tag to compare
  • fixed broken sed command on Linux (#9)
  • fixed pager showing control characters on Linux
  • improved auto-update using git to detect the current repo status

Minor bugfixes

17 Mar 01:13
Compare
Choose a tag to compare

Improved diff and no more dependencies

12 Mar 06:32
Compare
Choose a tag to compare

This release brings many improvements to the diff command in frak. Features include:

  • colorized diff output (no by default, can be turned off with --no-color)
  • pagination for diff output
  • improved diff performance for large changesets by comparing files over a single SSH session
  • improved unified diff format to look more like git-diff
  • bonus: removed Highline gem dependency

Add support for backups and auto-updating

05 Dec 04:32
Compare
Choose a tag to compare

This release adds the following features:

  • Backups performed by rsync with included patch file
  • Auto-update functionality

And fixes the following bugs:

  • Unable to override configuration parameters via the command line

Added support for --rsync-path option.

04 Nov 16:24
Compare
Choose a tag to compare

This is a small feature enhancement which allows you to specify the --rsync-path option so you can do things with sudo rights on the receiving end.