Edgeline v0.3 - History too much detail

When I change the name of the object, the history records every keystroke, one at a time as a changed. I’d like to see these squashed into history change once my typing is done.

e.g. change name from Object1 to Panel1 : History shows: P, Pa, Pan, Panel, Panel1. I just want to see one entry: Panel1.

It’s really ugly, we will fix it by NOT adding a new entry if the property of the last entry is edited again.

That will work, if the 2nd edit occurs within some limited time period - such as within 5 secs of the previous edit. I like that solution.