Changes between Version 9 and Version 10 of History


Ignore:
Timestamp:
Nov 11, 2018, 9:19:05 AM (5 years ago)
Author:
PulkoMandy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • History

    v9 v10  
    11= Changelog for next version (released ones are on the official website now) =
     2
     3Updated to https://gitlab.com/GrafX2/grafX2/commit/5e4d2f570031304139d2e1fbfcad0e19078c5e69 , 11/11/2018
    24
    35== New features ==
     
    810 * "Amstrad CPC rasters" drawing mode, similar to mode 5 but with more flexible constraints
    911 * New backends supported: X11, SDL2, Win32 GDI. It is now possible to add more backends to build GrafX2 where SDL is not available.
     12
     13== Improvements ==
     14
    1015 * Support for pasting on MacOS (so you can write text elsewhere and then copy it in GrafX2)
    1116 * Better handling of aspect ratio in GIF and PNG files (use the closest match possible)
     
    1419 * Support unicode characters in filenames
    1520 * Use correct icon for network drives in the drive list
     21 * Improved loading and saving support for C64 fileformats
    1622
    1723== Bugfixes ==
     
    2935 * Filename is not lost when changing extension in the save dialog
    3036 * When alt-tabbing out of GrafX2, it would think that the ALT key is stuck pressed
     37 * When cancelling a lasso brush grab, the previous brushwas sometimes not properly restored
     38 * Do not crash if a lua script tries to open a window larger than 320x200. Now the window is hard-limited to 320x200