Skip to content

Releases: hlgirard/Simplabel

Version 0.1.5

10 Jun 15:58
7675147
Compare
Choose a tag to compare
Version 0.1.5 Pre-release
Pre-release

Bug fixes and improvements:

  • Added progress bar to flow_to_directory if tqdm is installed
  • Made flow_to_directory compatible with Windows file systems
  • Restored ability to pass labels from command line

Version 0.1.4

05 May 21:24
852ee78
Compare
Choose a tag to compare
Version 0.1.4 Pre-release
Pre-release

Improvements to the user interface:

  • Reduced default size of the window to a width of 800px
  • Ensure that the window is always smaller than the screen size
  • Introduced resizing of small images (up to 2X their original size)
  • Truncate long filenames

Version 0.1.3

03 May 16:30
981b014
Compare
Choose a tag to compare
Version 0.1.3 Pre-release
Pre-release

Bug fixes and improvements:

  • Refactored command line script to make it executable on Windows.
  • Fixed memory leak in lock
  • Fixed bug that crashed the app when 5 labels where used
  • Implemented testing framework

Version 0.1.2

30 Apr 15:58
81ae4fe
Compare
Choose a tag to compare
Version 0.1.2 Pre-release
Pre-release

Make the app independent of command line arguments.
simplabel can now be called without any arguments. It will launch the GUI, request that the user select a directory and open an empty list of labels for the user to fill out.

Version 0.1.1

17 Apr 15:53
f252153
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release

Bug fixes and UI improvements:

  • Corrected bug where label button colors did not change on Windows.
  • Made UI robust to resizing of the window.
  • Improved display of small images by resampling them as appropriate.
  • Fixed flow_to_directory script to work with multi-user files.

Version 0.1.0

04 Apr 20:54
27e8d9c
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

This release implements multi-user labeling capability.