Skip to content

Release v2.19.1

Latest

Choose a tag to compare

@andrejsshell andrejsshell released this 15 Aug 17:05
· 1 commit to main since this release

Recommended for anyone on v2.19.0.

Task descriptions could be saved to the wrong task (#1599). The description editor saves on a 700ms debounce, and it read the current task when the timer fired rather than when the text was typed. Leaving a task inside that window wrote its text over whichever task you had opened, so both tasks were damaged: the one you arrived at lost its description, and the one you edited never received the change. A second edit inside the same window could also drop the first task's save entirely.

v2.19.0 made this easier to hit, because that release kept the editor alive across task switches. The underlying mistake was older.

Nothing to do beyond upgrading. No migration and no configuration change.

What's Changed

Full Changelog: v2.19.0...v2.19.1