changelog update - editor2
This commit is contained in:
parent
e4ce234286
commit
0f642ad679
2 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@ Version 1.5.3+svn:
|
|||
* Rotate clipboard 60 deg. cw/ccw, ctrl+r/ctrl+shift+r respectively
|
||||
(cmd instead of ctrl on Mac). Active in the "paste" mode.
|
||||
* A drag operation only creates one undo action instead of many.
|
||||
* Partial undo feature to keep the old behavior of drag undo available
|
||||
* More visible selection - draw a special overlay on every selected hex.
|
||||
* Allow different map generators to be used in map -> generate map
|
||||
(FR #3950)
|
||||
|
|
|
@ -12,6 +12,10 @@ Version 1.5.3:
|
|||
or ctrl+shift+r respectively (cmd instead of ctrl on Mac). Active
|
||||
in the "paste" mode.
|
||||
* A drag operation only creates one undo action instead of many.
|
||||
Use the new "partial undo" feature (default hotkey ctrl+z, cmd+z
|
||||
on Mac) to get the old behaviour, when you want to only undo a part
|
||||
of a paint-drag or select-drag. After the actions are split this way
|
||||
they are never combined again.
|
||||
* More visible selection.
|
||||
* Different map generators can be used in map -> generate map (FR #3950)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue