The plugin is much less useful without EEPROM storage, even confusing when using the Focus commands. As such, enable the storage unconditionally. This makes the `enableEEPROM` method obsolete, so we mark that as deprecated. Based on, and fixes #12 by Matt Venn <matt@mattvenn.net>. Signed-off-by: Gergely Nagy <algernon@keyboard.io>pull/389/head
parent
9c79c2d5b7
commit
90b2247465
@ -0,0 +1,11 @@
|
|||||||
|
Important changes in TypingBreaks
|
||||||
|
=================================
|
||||||
|
|
||||||
|
Older versions of the plugin used to provide EEPROM storage for the settings
|
||||||
|
only optionally, when it was explicitly enabled via the
|
||||||
|
`TypingBreaks.enableEEPROM()` method. Similarly, the Focus hooks were optional
|
||||||
|
too.
|
||||||
|
|
||||||
|
Both of them are unconditionally enabled now, because they add so much to the
|
||||||
|
plugin. This means that any calls to `TypingBreaks.enableEEPROM()` can be safely
|
||||||
|
removed, the method is a no-op by now.
|
Loading…
Reference in new issue