Releases: GuckLab/MPL-Data-Cast
Releases · GuckLab/MPL-Data-Cast
MPL-Data-Cast 0.7.5
MPL-Data-Cast 0.7.4
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
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
MPL-Data-Cast 0.7.1
MPL-Data-Cast 0.6.4
MPL-Data-Cast 0.6.3
MPL-Data-Cast 0.6.2
MPL-Data-Cast 0.6.1
MPL-Data-Cast 0.6.0
- 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