From dec38889a550f4e99f03aa1d785442d96255c47f Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Wed, 17 Apr 2024 14:06:34 +0100 Subject: [PATCH] Update HISTORY.md Added version 2.11 --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 44b27b5..ee3bed3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -23,3 +23,4 @@ | 2.8 | Separation release. The application and widget are no longer joined and now have separate source code repositories. The widget version is now in "maintenance only mode" hence will not receive new features, whilst the application version can now take advantage of not being constrained by the widget's memory limitation, which should allow new features to be added in the future. | | 2.9 | Added an option to enable confirmation vibration so it can be turned off by request of a user. Removed a redundant setting for the alternative Widget version that was not removed previously, and fixed a bug with dereferencing Null. | | 2.10 | Added a user requested feature to slow down the rate of API calls in order to reduce battery wear for a situation where the application is kept open permanently on the device for convenience. Added 4 new devices. | +| 2.11 | Bug fix release for menu caching being turned off and language corrections (Czech & Slovenian). |