Skip to content

Releases: Ripjetski6502/MrPaint

v1.42-20250513

13 May 18:24
ffaf727
Compare
Choose a tag to compare

Version 1.42 (2025.05.13)

  • Added support for drives numbered through 9.
  • Added Max Newline to enable/disable adding newline to full lines for ATASCII saves.
  • Revised base navigation to not require Control key for arrows, which follows the window and gadget library conventions.
  • Distribution binary built supporting PCL.

v1.40-20250302

03 Mar 03:40
bff9864
Compare
Choose a tag to compare

Version 1.40 (2025.03.02)

  • Added support for PCLink drives. Must use patched version of CC65's atari.lib v2.19 when building, or DPCLx: will result in device error. Distributed binary with 1.40 is built with the patched version and works with PCL drives.
  • Added support for FujiNet drives (Nx:).

v1.37-20250221

22 Feb 04:15
f4a0d88
Compare
Choose a tag to compare

Version 1.37 (2025.02.21)

  • Correct block size calculation for block selection to prevent selection larger than 1/2 screen in either direction
  • Added block copy, and block paste
  • Rewrote block inverse to improve performance, and reduce code size.
  • Added ability to change background and text color
  • Added non-ctrl up/down/left/right to block selection for easier selection.
  • Changed editor nav from ctrl+up/down/left/right to up/down/left/right (minus/equal/plus/asterisk)
  • Remapped option and status dialogs - now OPTION and SELECT respectively
  • Reorganization of user manual, improvements to text, and improvements to table of contents.

v1.30-20250217

18 Feb 00:29
b78fe96
Compare
Choose a tag to compare

Version 1.30 (2025.02.17)

  • Added support back in for verified terminal displayable specials: ESC, Up, Down, Left, Right, Inv Up, Inv Down, Inv Left, Inv Right, Inv Tab, Inv Del
  • Added block selection toggle
  • Added block status to status dialog
  • Added block operations: clear, inverse, fill, mirror, flip (upside down)

v1.20-20250216

16 Feb 18:48
da9e7c5
Compare
Choose a tag to compare

Version 1.20 (2025.02.16)

  • Fix bad mapping of Control-w. Remapped wipe keystrokes. Now using Shift-Control-W, F, R.
  • Disallow unused Control-2 through 9 and 0.
  • Removed handling of special screen control characters. Not displayable unless escaped.
  • Added Get Char at cursor, and Put Char at cursor for single character copy/paste. (Shift-Control-G/P)
  • Added Inverse toggle of character at cursor.
  • Rewrote Load and Save routines.
  • Fixed hang after load if end line marker is set when load begins.
  • Fixed load not resetting end line marker to off when load complete.
  • Fixed user manual references of ENTER to RETURN.

Additional sample screens included.