1.2.0

2023-11-11

  • support numeric input mode via TAB key
  • support ESCing out of Finalizing mode, going back to the extrusion adjustment
  • draw some of the extrusion outlines in finalizing mode
    • helps to see occluded parts of the extrusion
  • ensure HUD is only drawn on active 3D view, not others
  • addon preferences
    • introduce registration_debug setting to control whether (un)registration confirmation is written to the terminal
    • simplify and refactor how the various settings are drawn
    • add option to hide 3d view sidebar panel
    • add HyperCursor to about section in addon prefs
  • fully support Blender 4.0
    • drop dpi arg in blf.size()
    • support new shader names

1.1.0

2023-06-26

  • bump minimum Blender version to 3.6
  • add auto-cleanup feature
  • update HUD and VIEW3D drawing
  • update statusbar
  • preferences
    • add support for non-manifold meshes
      • except for selections directly next to a non-manifold edges
    • expose default push and pull values
      • increase each to 1 by default
        • this means increasing them in the op is less frequently required
        • it also means the extruded shape is very minimally larger than the selection
          • so set these values back to 0 if you dislike that
  • replace popup message warnings with fading labels
  • remove bgl completely
  • fix issue when there's no selection at all

1.0.0

2022-02-24

  • initial release