Changes in version 1.5-0 - version bump for development version Changes in version 1.4-0 (2025-08-22) - improved the circle drawing code, so that either the x- or y-axis distance properly determines the circle radius - added circle and ellipse drawing modes that work like freehand drawing but the nearest circle/ellipse corresponding to the input coordinates is drawn (makes use of the conicfit package) - in type mode, text is immediately shown while typing; can use and to toggle bold and italic, can use to toggle between the sans, mono, and serif font - can now toggle through four different point symbols and three different line types - added a smooth mode for freehand drawing - much faster undo for freehand drawing - info at the top now also shows the drawing mode; can click on the boxes to select the mode / color (or to toggle smooth/snap/symbol) - added option to rescale the visual information via the info argument Changes in version 1.2-0 - minor documentation updates - use on.exit() as needed to reset par() changes Changes in version 1.0-0 - first release