Skip to content

Releases: your-tools/pycp

v8.0.7

27 Feb 20:47
Compare
Choose a tag to compare
  • Remove dependency on python-cli-ui

v8.0.6

12 Nov 12:42
Compare
Choose a tag to compare
  • Fix packaging issue: pycp wheels are no longer universal.

v8.0.5

12 Nov 12:41
Compare
Choose a tag to compare
  • Fix crash in pycp -g. Reported by @z1lt0id

v8.0.4

01 Nov 18:22
Compare
Choose a tag to compare
  • Partial revert of 8.0.3: pycp is now still fast even with just one CPU
  • Now using bumpversion to make sure pycp --version is correct :)

v8.0.3

01 Nov 17:01
Compare
Choose a tag to compare
  • Performance improvements (see #20). We are now faster than v7 :)

Note that pycp will be still be slow if only one CPU is available, though

v8.0.2

01 Nov 11:55
Compare
Choose a tag to compare
  • Packaging fixes

v8.0

30 Oct 17:07
Compare
Choose a tag to compare

8.0

  • New feature: colors by default.

    I'd like to thank @schvabodka-man for giving me the opportunity to
    refactor code that was more than 7 years old :)

Breaking changes:

  • Remove --all (See #19 for the details)
  • Drop Windows support
  • Drop Python2 support

Internal changes:

  • Massive refactoring
  • Stricter CI

v7.3.0

04 Oct 17:00
Compare
Choose a tag to compare
  • Try to preserve user and group when used with -p,--preserve
  • Optimization : read source file size only once
  • Fix crash when file size increases while it's being copied

v7.2.2

04 Oct 16:54
Compare
Choose a tag to compare
  • Include test/test_dir/ in source package. This
    makes it possible for pycp packages to run the tests

v7.2.1

04 Oct 16:54
Compare
Choose a tag to compare
  • Fix README. (version bump required for updating pypi page)