File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 55 _| |__ __ _____ __| |_____ _____ __ __ __
66 / _ | | | __| _ | __| _ | | | |\
77 /_____|_____|__|__|_____|__|___\____|________| |
8- \_____________________________________________\| v 0.23.0
8+ \_____________________________________________\| v 0.23.1
99
1010
1111![ Durdraw-0 20-demo] ( https://github.com/cmang/durdraw/assets/261501/ce539865-2e84-4423-92af-cd9ddeeb02ce )
@@ -78,6 +78,13 @@ To look at some included example animations:
7878 ./start-durdraw -p examples/*.dur
7979```
8080
81+ To edit 16-color PC Scene (MS-DOS/CP437) ANSI art files in a Utf-8 terminal, use the --16colors option:
82+
83+ ```
84+ ./start-durdraw --16colors
85+ ```
86+
87+
8188## GALLERY
8289
8390[ ![ Watch the video] ( https://durdraw.org/durdraw-youtube-thumbnail-with-play-button.png )] ( https://youtu.be/7Icf08bkJxg )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def undosize(size_s):
2626 raise argparse .ArgumentTypeError ("Undo size must be between 1 and 1000." )
2727
2828def main ():
29- DUR_VER = '0.23.0 '
29+ DUR_VER = '0.23.1 '
3030 DUR_FILE_VER = 7
3131 DEBUG_MODE = False # debug = makes debug_write available, sends verbose notifications
3232 durlogo = '''
Original file line number Diff line number Diff line change 66
77setup (
88 name = 'durdraw' ,
9- version = '0.23.0 ' ,
9+ version = '0.23.1 ' ,
1010 author = 'Sam Foster' ,
1111 author_email = 'samfoster@gmail.com' ,
1212 description = 'Animated Color ASCII and Unicode Art Editor' ,
You can’t perform that action at this time.
0 commit comments