Skip to content

3.7.1

Compare
Choose a tag to compare
@penge penge released this 18 Apr 12:42
· 278 commits to master since this release
d7b970a
  • Table remembers the caret position after using any of the below actions, which is helpful to see from which table cell the action happened, and also it allows to repeat the action easily (Closes #223):

    • Insert row above
    • Insert row below
    • Insert column left
    • Insert column right
    • Toggle heading row
    • Toggle heading column
  • Fixing Row and Column deletion in Table that sometimes didn't work. (Closes #154)

  • Fixing Tooltip flicker that was caused by editing the note while having the tooltip visible (mouse over some of the buttons). Also, fixing Note into tooltip (Created, Modified, etc.) that could sometime replace other visible tooltip. (Closes #222)