Skip to content

Releases: scrouthtv/easy-copy

v1.0.0: Release Candidate 3

03 Mar 10:38
v1.0.0-rc3
c488480
Compare
Choose a tag to compare
Pre-release

Fix quoted strings & escaped characters (e.g. whitespace) in the command line.

v1.0.0: Release Candidate 2

10 Oct 09:13
v1.0.0-rc2
947ea78
Compare
Choose a tag to compare
Pre-release
  • fixed a bug where cloning a single file would create a new folder for this file

v1.0.0: Release Candidate 1

21 Sep 19:26
v1.0.0-rc1
Compare
Choose a tag to compare
Pre-release
  • fixed more iterating problems
  • automated testing wip
  • more (smaller) packages

Native moving

04 Jul 08:07
v0.4.5-beta
afab57b
Compare
Choose a tag to compare
Native moving Pre-release
Pre-release

Up until now, moving always consisted of 1) copying the file and 2) deleting the source.
This is painfully slow if both files are on the same partition. Instead, I am now using "native" moving.

Also, reflinking is completely removed, as it's a real niche feature that I don't use.
Plus, I updated some copyright dates etc.

Overwriting final fixes

01 May 15:35
v0.4.4-beta
Compare
Choose a tag to compare
Pre-release

This should be the final patchset to overwriting.
Also newly created files now have the same permissions as the original files.

Overwriting rework

01 May 11:17
v0.4.3-beta
Compare
Choose a tag to compare
Overwriting rework Pre-release
Pre-release

Lots of minor improvements after field testing:

  • Overwriting files works
  • Duplicating a single file works
  • Duplicating a single folder works
  • Configuration file is now read before the command line is parsed so that command-line options overwrite config file options

New version with little improvements

31 Mar 20:00
v0.4.2-beta
Compare
Choose a tag to compare
Pre-release
  • duplicating a single file works now
  • removed lots of cgo that wasn't needed
  • improved support for bsd architectures

Can't provide windows/386 release because of cgo restrictions

Working release

28 Mar 08:55
v0.4.1-beta
Compare
Choose a tag to compare
Working release Pre-release
Pre-release

This is a working release. Some minor issues are to be expected.

Pre-Release v0.4.0

24 Dec 23:20
v0.4.0-beta
Compare
Choose a tag to compare
Pre-Release v0.4.0 Pre-release
Pre-release

This is a working pre-relase version. End User Agreements apply.

New features include:

  • modular compilation (mix and match your version using go tags)
  • current file can be colored using $LS_COLORS environmental variable

Darwin builds are linked against linux headers and are untested so they might not work.

Pre-Release v0.3.0

07 Dec 18:09
v0.3.0-beta
Compare
Choose a tag to compare
Pre-Release v0.3.0 Pre-release
Pre-release

This is a working pre-release version. End User Agreements apply.

New features include:

  • different operations (copy or move)
  • renaming / cloning single folders / files
  • TUI finished
  • Don't need to press enter in the overwrite prompt on supported terminals
  • Completion scripts for zsh, fish and bash included

Both Windows & darwin builds are borked (till release)