Durdraw Versions Save

Versatile ASCII and ANSI Art text editor for drawing in the Linux/Unix/macOS terminal, with animation, 256 and 16 colors, Unicode and CP437, and customizable themes

0.23.0

5 months ago

0.23.0 changes:

  • Keyboard shortcut hints when you hit Esc
  • --cursor option for selecting cursor style (block, underscore, pipe)
  • --export-ansi option
  • Open screen shows SAUCE date, file size, modified date
  • View mode scroll fills to bottom of terminal
  • Various bug fixes and GUI tweaks

0.22.4

5 months ago

0.22.4 changes:

  • Bug fix release. Get this instead of 0.22.3.
  • Python 3.9 compatibility fixes (including disabling mouse scroll support in Python 3.9 and lower)

0.22.3

5 months ago

0.22.2 changes:

  • Python 3.9 compatibility fixes (including disabling mouse scroll support in Python 3.9 and lower)

0.22.2

5 months ago

0.22.2 changes:

  • Saving ANSI files now asks if you want to use CP437 or Utf8 character encoding
  • esc-l (color character under cursor) and esc-V (view mode) added to Help screens

0.22.1

5 months ago

What's new in 0.22.1:

  • Fixed issue where border disappears after exiting View mode
  • esc-l Color character under cursor

0.22.0

6 months ago

Holiday 2023 Release!

0.22.0 Changes:

  • ANSI file loading!
  • Scrolling for long ansis!
  • Automatic conversion from CP437 to Unicode!
  • Character Set/Unicode Block browser!
  • esc-S changes Character Set
  • esc-K to MarK a selection (like shift-left/right)
  • esc-I Character Inspector
  • esc-i File/Sauce information
  • esc-V View mode (hides controls and plays)
  • Open screen remembers last loaded directory
  • Scrolling help screen
  • Sauce reading
  • Better open screen (shows sauce, better search)
  • Mouse wheel to move cursor

0.21.1

8 months ago

0.21.1 changes:

  • Stop showing color mode if Startup Screen is disabled (or if in --play mode)
  • Stop cropping left columns in ANSI export.
  • Show theme as "default" if --notheme is set.

0.21.0

9 months ago

0.21.0 changes:

  • Shift-arrow to select and copy, esc-v to paste
  • New File Open screen, with interactive picker, scroll wheel support
  • Added HTML Output for individual frames (16-color)
  • esc-y Eyedrop (pick up color) without requiring the mouse
  • esc-> to add column to canvas, esc-< to delete column from canvas
  • esc-" to add line to canvas, esc-: to delete line from canvas
  • alt-c to load color palette enabled in playback mode, previously required a click
  • alt-C to clear the canvas/make a new document
  • New multi-page help screens
  • Setting frame delay prints value as float instead of int
  • Improved bug where mouse button sometimes "sticks" as pressed
  • Fixed bug with "Error: " in some ANSI output * Fixed playback mode bug where the menu is shown for the first movie

0.20.3

11 months ago

0.20.3 changes:

  • Changed frame delay to type float
  • Fixed window resize bug with the mouse drawing character picker

0.20.2

11 months ago

0.20.2 changes:

  • Redraw screen on mouse button release, to fix issue when mouse coloring
  • Added --cp437 as an equivalent to --ibmpc for Code Page 437 encoding
  • Delete key now pushes onto undo stack