From 31fe3f6a8325fe54d6eca1575295b58c843c7cc5 Mon Sep 17 00:00:00 2001 From: wyliu Date: Wed, 29 Nov 2023 19:46:33 +0800 Subject: [PATCH] Update v4.4.0. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e425b53..7f73936 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,12 @@ Clone CCFrank to a directory. ## What's New +**Version 4.4.0** + +1. Merge the Pull request from @mra42 to fix repeating dblp API queries. +- Allow persistently storing data in browser's localStorage with a default expiration time of one day. +- Improved fetchRank() in order to cache and reuse query results. + **Version 4.3.3** > Oct 21, 2023