Skip to content

Releases: GuckLab/MPL-Data-Cast

MPL-Data-Cast 0.7.5

08 Jan 11:55
0.7.5
39a43b5
Compare
Choose a tag to compare

This is a maintenance release, updating dclab to version 0.62.10.

MPL-Data-Cast 0.7.4

15 Oct 07:12
0.7.4
212afa3
Compare
Choose a tag to compare

Thanks @B-Hartmann for implementing the option to set a default recipe.

0.7.4

  • enh: add user preference for default recipe
  • setup: bump version of dclab to 0.62.1

MPL-Data-Cast 0.7.3

23 Aug 22:37
0.7.3
ffdced0
Compare
Choose a tag to compare

I fixed a bug where the application randomly crashes (the application suddenly closes without any error message) when clicking on the "transfer" button. I also added logging capabilities. You can find the location of the log files via the Help menu.

Changelog:

  • fix: segmentation fault due to mixing threading.Thread with PyQt6
  • enh: introduce logging and make logging Path available to the user
  • enh: improved logging
  • enh: increased verbosity when encountering exceptions during hash check

MPL-Data-Cast 0.7.2

02 Jul 18:09
0.7.2
5c6c089
Compare
Choose a tag to compare

  • fix: remove unnecessary print-calls

MPL-Data-Cast 0.7.1

26 Jun 11:46
0.7.1
b88553c
Compare
Choose a tag to compare

0.7.1

  • build: fix macOS pipeline

0.7.0

  • fix: handle copy errors (retry first, fail better)
  • fix: handle stat errors when scanning directory tree
  • setup: bump dclab from 0.58.2 to 0.60.0

MPL-Data-Cast 0.6.4

25 Apr 07:11
0.6.4
c06c567
Compare
Choose a tag to compare

If you were having trouble with a false positive in Windows Defender, please upgrade to this version.

MPL-Data-Cast 0.6.3

17 Apr 13:35
0.6.3
30a0652
Compare
Choose a tag to compare

This is a bugfix release.

  • fix: cleanup temporary directories on startup (#29)
  • fix: avoid possible name clashes when storing logs in DC output file
  • enh: warn user when source and target directory are identical (#28)

MPL-Data-Cast 0.6.2

06 Jan 13:27
0.6.2
163c1cd
Compare
Choose a tag to compare

  • setup: bump dclab from 0.55.7 to 0.57.0

MPL-Data-Cast 0.6.1

06 Dec 14:27
0.6.1
316c606
Compare
Choose a tag to compare

  • enh: compute the hash of the input file a second time while waiting
    for the hash of the target file

MPL-Data-Cast 0.6.0

30 Nov 11:29
0.6.0
5f525a5
Compare
Choose a tag to compare

  • feat: generalize GUI to use all recipes
  • enh: prevent GUI from locking when transferring large file
  • enh: display currently processed file in GUI
  • enh: re-use tree count information for transfer progress bar
  • enh: display the actual directory tree instead of a table
  • enh: compute file hash while copying, avoiding reading data twice
  • enh: handle PermissionError when building directory tree
  • enh: identify existing target paths based on size quicker
  • enh: correct progress display and remove unused code
  • enh: display object count and size in tree views
  • ref: migrate from pkg_resources to importlib.resources
  • ref: unify input and output tree widget with one base class
  • ref: remove the path_tree submodule