Plant-Tracer/webapp Releases
============================

Release History
---------------

.. list-table:: Releases
   :header-rows: 1

   * - Name
     - Version
     - Date
     - Issues
   * - Spring 2024
     - 0.9.2
     - May 19 2024
     - Not tracked yet
   * - Oct2024
     - 0.9.3
     - October 8, 2024
     - `Closed Issues <https://github.com/Plant-Tracer/webapp/issues?q=is%3Aissue+is%3Aclosed+milestone%3AOct2024>`_
   * - Dec2024
     - 0.9.4
     - December ??, 2024
     - `Closed Issues <https://github.com/Plant-Tracer/webapp/issues?q=is%3Aissue+is%3Aclosed+milestone%3ADec2024>`_


Release Notes
-------------

0.9.4 Summary
*************

    * dbmaint: add --add_admin and --remove_admin commands
    
0.9.3 Summary
*************

    * Analyze: Add two line graphs of plant motion: x vs time and y vs time
    * Analyze: *Download Trackpoints* button is fixed
    * Analyze: Default Ruler markers are at 0 and 10 mm, rather than 0 and 20 mm
    * Analyze: Add explanatory text
    * Analyze: Add *rotate movie 90°* function
    * Analyze: Fix several movie tracking errors and hangs
    * Movies list: in demo mode is consistent with demo mode capabilities -- a single list with no categories
    * Demo Mode: All functions not available in demo mode removed from the UI while in demo mode
    * Movies list: publish/unpublish control now are now described as buttons rather than checkboxes
    * Movies list: publish/unpublish/delete/undelete buttons now properly refresh the page
    * List and Analyze: Move some movie processing from server to client
    * List and Analyze: Movie playback no longer flashes
    * Users: page cleanup
    * Audit: populate Audit Log section of page; was errroneously always empty
    * Menu: Show Users page, show Register and Resend when not logged in, adjust for demo mode, add Help
    * Copyright and Terms of Use: page cleanup
    * dbmaint: help documentation cleanup
    * Documentation: converted from Markup to ReStructuredText. Index created.
    * Documentation: update and make more complete, including MySQL setup instructions
    * Documentation: Installation steps updated
    * Documentation: Add ReleaseHistory page