Skip to content

Releases: cmang/durdraw

Durdraw 0.20.3

10 Jun 12:21
Compare
Choose a tag to compare

0.20.3 changes:

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

Durdraw 0.20.2

09 Jun 09:08
Compare
Choose a tag to compare

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

Durdraw 0.20.1

27 May 18:34
Compare
Choose a tag to compare

0.20.1 changes:

  • setup.py fix for eye.dur

Durdraw 0.20.0

27 May 18:13
Compare
Choose a tag to compare

0.20.0 changes:

  • Startup file, durdraw.ini, to be kept in ~/.durdraw
  • Custom theme files! For 16 and 256 color modes, loaded through durdraw.ini
  • Fancier menus (also skinnable)
  • Seamless loading of 16 color files in 256 color mode (hopefully)
  • Order of first 16 colors changed to look/feel more like other popular ANSI editors
  • Backspace and Delete keys now act like backspace and delete (including during playback mode)
  • Alt-t now opens the Mouse Tools menu
  • Fixed bug when resizing window that made the 256 color palette un-clickable
  • Numerous other bug fixes and small changes, rewritten code
  • File format version 7

Durdraw 0.19.2

14 May 10:15
Compare
Choose a tag to compare

0.19.2 changes:

  • Fixed bug loading old .dur files
  • Updated examples

Durdraw 0.19.1

13 May 09:17
Compare
Choose a tag to compare

0.19.1 changes:

  • Eyedrop tool no longer moves cursor
  • Dur files now save the color mode and character encodings used to create the file
  • Warns user if a file's color mode does not match Durdraw's mode (16 or 256)
  • Warns user if a file's character encoding does not match Durdraw's mode (ibm-pc or utf-8)
  • Default drawing character is now the block character
  • --ansi command-line changed to --ibmpc to use Code Page 437 blocks
  • Bumped internal file format version to 6

Durdraw 0.19.0

09 May 11:22
Compare
Choose a tag to compare

New in Version 0.19.0:

1: Basic (16-color) IRC (mIRC) color export. Mentioned in Readme
2: Updated help screen colors
3: Turn off playback borders for help screen and play-only mode
4: Show file type when saving
5: When saving, ask user if they want to overwrite existing file
6: Indicator and warning when the file has been modified but not saved
7: slight bug/ui fixes

Durdraw 0.18.4

08 Mar 02:31
Compare
Choose a tag to compare

New in versino 0.18.4:

Bug fix: Fixed curses.panel ERR on clicks in older Python+Curses versions

Durdraw 0.18.3

07 Mar 09:06
Compare
Choose a tag to compare

Bug fix release:

  • Stop buttons from displaying in play-only mode
  • Rename readme.md to README.md, which may have caused an error in the installer
  • Updated documentation for using Code Page 437 in macOS

Durdraw 0.18.2

01 Mar 04:00
Compare
Choose a tag to compare

Fixed 16-color and Code Page 437 mode bugs (color picker, crashes)