The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.56  2022-10-18  lichtkind
-------
    * = maintenance
    * ~ corrected R frequency damping factor
    * / corrected changes file
    * ? rewrote pen line section in documentation

0.55  2022-10-17  lichtkind
-------
    * = feature enhancement and refinement
    * * draw lines (connect dots) (good for vector graphics)
    * + radius damping acceleration
    * + independent frequency damping
    * + added Gamma(1/2) to frequency factor constants
    * ~ change dot density to quadratic behaviour
    * / ranemed all damping related setting keys
    * " separate linear and circular pendula in two tabs
    * " cleaner GUI
    * ? rewrote pendulum section in documentation
    * ! fixed tests srezic++
    * ! bug in rotation matrix

0.51  2022-10-14  lichtkind
-------
    * = maintenance
    * / put custom widgets in own name space
    * ! crash when using image size menu

0.50  2022-10-10  lichtkind
-------
    * = maintenance and one planned major feature
    * * frequency base factors for relative values to other pendula and math constants
    * ? added and rewrote some docs
    * ! save frequency decimals in INI
    * ! fixed tests srezic++
    
0.45  2022-10-08  lichtkind
-------
    * = maintenance
    * + display color flow in progress bar
    * - clean some dead code
    * ? push color code into module Graphics::Toolkit::Color  

0.44  2022-10-02  lichtkind
-------
    * = minor optimizations
    * + change image size in menu
    * + change default image format in menu
    * ~ added POD image for second panel
    * ~ fix POD links

0.43  2022-09-15  lichtkind
-------
    * = GUI cleanup
    * + organize setting in tabs
    * + clean up command buttons into a main menu
    * + progress bar for drawing
    * ! smooth loading of settings without sketch triggering event loops
    * ~ doc typos

0.42  2022-09-14  lichtkind
-------
    * = post first release bug fix release
    * + sketch mode to get fast previews when playing with knobs
    * - removing not working toggle button for tool tips
    * ! fix visual element enable mechanism due changed key words of color flow
    * ! crash when last settings list in config was empty
    * ! crash when saving settings


0.41  2022-09-14  lichtkind
-------
    * = initial CPAN release
    * + 4 pendula: X, Y, Z (wobble), Rotating with haveing each setting of
    *   - pendulum length (amplitude)
    *   - frequency (integer + decimal), invertable 
    *   - offset, checks for 90 and 180 degree
    * + line length, dot denisty and dot size
    * + color flow: no, linear, alternating, circular
    * + save images as SVG, JPEG and PNG
    * + save and load settings in INI files
    * + quick save of images and settings for series of files