Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.12 KB

patch.md

File metadata and controls

36 lines (23 loc) · 1.12 KB

[toc]

future

Click here to write about features you want to see in Clarisse!

  • add a docstring( i.e. __doc__) parser
  • add a switch, single_pass, for the GUI to return once Run is finished
  • label of arguments always warps no matter how long they are
  • run thread halts automatically when dialog is closed
  • add a progress bar and a callback for that
  • add specialized string for disk path, file path, color, etc.
  • add an approach for editing dict type
  • auto-resize main window

v0.0.4

  • now output window can be updated live
  • fix an error raised when kwargs are set when calling the decorated function.
  • fix a package error
  • set a default icon for GUI

v0.0.3

  • reconstruct layout
  • add a new layout-LeftRightLayout

v0.0.2

  • fix bugs, optimize layout

v0.0.1

  • Initial commit